Showing content from http://mail.python.org/pipermail/python-checkins/2016-December/thread.html below:
The Python-checkins December 2016 Archive by thread
December 2016 Archives by thread
Starting: Thu Dec 1 03:27:42 EST 2016
Ending: Sat Dec 31 18:49:23 EST 2016
Messages: 586
- [Python-checkins] cpython (2.7): Issue #11145: Fixed miscellaneous issues with C-style formatting of types serhiy.storchaka
- [Python-checkins] Daily reference leaks (20bb8babc505): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython: WITH_CLEANUP_START uses fastcall victor.stinner
- [Python-checkins] cpython: Replace PyObject_CallFunction() with fastcall victor.stinner
- [Python-checkins] cpython: Replace PyObject_CallFunctionObjArgs() with fastcall victor.stinner
- [Python-checkins] cpython (3.6): Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. yury.selivanov
- [Python-checkins] cpython: Merge 3.6 (issue #28843) yury.selivanov
- [Python-checkins] cpython (2.7): - Import latest config.sub config.guess files matthias.klose
- [Python-checkins] cpython (3.5): - Import latest config.sub config.guess files matthias.klose
- [Python-checkins] cpython: Add sys.getandroidapilevel() victor.stinner
- [Python-checkins] cpython (2.7): Issue #28847: dubmdbm no longer writes the index file in when it is not serhiy.storchaka
- [Python-checkins] cpython: fix _PyObject_CallArg1 compiler warnings (closes #28855) benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. serhiy.storchaka
- [Python-checkins] cpython (2.7): increase test_smtplib timeouts benjamin.peterson
- [Python-checkins] cpython (2.7): declarations to the top of the block benjamin.peterson
- [Python-checkins] Daily reference leaks (be70d64bbf88): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #27172: Undeprecate inspect.getfullargspec() nick.coghlan
- [Python-checkins] cpython (merge 3.6 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #21818: Fixed references to classes that have names matching with module serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #21818: Fixed references to classes that have names matching with module serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21818: Fixed references to classes that have names matching with module serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #21818: Fixed references to classes that have names matching with module serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28847: Fix spelling martin.panter
- [Python-checkins] cpython (2.7): Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied ned.deily
- [Python-checkins] Daily reference leaks (c642c597d05c): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix refleak in the shift-by-zero case (#27870) benjamin.peterson
- [Python-checkins] cpython (2.7): fix refleak in file handle creation error case benjamin.peterson
- [Python-checkins] cpython (2.7): when you enter repr, you must leave, too (#25455) benjamin.peterson
- [Python-checkins] cpython (2.7): fix refleak in null-containing error case (#21147) benjamin.peterson
- [Python-checkins] cpython (2.7): fix refleak in reduce_2 error case benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): Ensures intermediate directory is created before using it steve.dower
- [Python-checkins] cpython (3.5): Issue #28846: Various installer fixes steve.dower
- [Python-checkins] cpython (3.5): Ensures intermediate directory is created before accessing it. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28846: Various installer fixes steve.dower
- [Python-checkins] cpython: Revert unintended merge steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28846: Various installer fixes steve.dower
- [Python-checkins] cpython (2.7): inline constant into its single use benjamin.peterson
- [Python-checkins] cpython (2.7): update pydoc topics benjamin.peterson
- [Python-checkins] cpython (2.7): python 2.7.13rc1 benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.13rc1 for changeset 4d6fd49eeb14 benjamin.peterson
- [Python-checkins] cpython (2.7): do not leak the FILE * pointer in error cases of fdopen() benjamin.peterson
- [Python-checkins] cpython (2.7): also do not leak the mode string if creating the file fails benjamin.peterson
- [Python-checkins] cpython (2.7): fix function name benjamin.peterson
- [Python-checkins] cpython (2.7): prepare for 2.7.14 dev benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): Null merge with 3.6 steve.dower
- [Python-checkins] cpython (3.6): Revert unintended merge steve.dower
- [Python-checkins] cpython (2.7): simplify cleanup of test_replace_parent_in_sys_modules (closes #28862) benjamin.peterson
- [Python-checkins] cpython (2.7): Fixed double hyphens that are rendered to literal en-dashes in the documenation. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed double hyphens that are rendered to literal en-dashes in the documenation. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed double hyphens that are rendered to literal en-dashes in the documenation. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed double hyphens that are rendered to literal en-dashes in the documenation. serhiy.storchaka
- [Python-checkins] Daily reference leaks (954cb987b4dc): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed mismatching title overline. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed mismatching title overline. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed mismatching title overline. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed mismatching title overline. serhiy.storchaka
- [Python-checkins] cpython (3.6): Neaten-up and extend the examples in the random module docs. raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): merge raymond.hettinger
- [Python-checkins] cpython: Backed out changeset b9c9691c72c5 victor.stinner
- [Python-checkins] cpython (3.6): Issue #23722: improve __classcell__ compatibility nick.coghlan
- [Python-checkins] cpython (merge 3.6 -> default): Merge #23722 from 3.6 nick.coghlan
- [Python-checkins] Daily reference leaks (d35fc6e58a70): sum=71 solipsis at pitrou.net
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-12-05 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-12-05 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #28858: Remove _PyObject_CallArg1() macro victor.stinner
- [Python-checkins] cpython: Issue #28152: Fix -Wunreachable-code warnings on Clang victor.stinner
- [Python-checkins] cpython: Issue #28152: Fix -Wunreachable-code warning on clang victor.stinner
- [Python-checkins] cpython: Use directly _PyObject_GenericSetAttrWithDict() victor.stinner
- [Python-checkins] cpython (3.5): Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. serhiy.storchaka
- [Python-checkins] cpython: Fixed merge error in Misc/NEWS for issue #23722. serhiy.storchaka
- [Python-checkins] cpython (2.7): remove unused logger from BaseFix benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 benjamin.peterson
- [Python-checkins] cpython (3.5): rm unused import benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 benjamin.peterson
- [Python-checkins] Daily reference leaks (fa4d8276d0fb): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): catch_warnings() calls showwarning() if overriden victor.stinner
- [Python-checkins] cpython (3.6): warnings: Fix the issue number victor.stinner
- [Python-checkins] cpython (3.5): Fixed misplaced comment. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed misplaced comment. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed misplaced comment. serhiy.storchaka
- [Python-checkins] cpython: Uniformize argument names of "call" functions victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-12-06 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Merge documentation for issue #27030 from 3.6. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #27030: Unknown escapes in re.sub() replacement template are allowed serhiy.storchaka
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-12-06 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #28838: Fix weird indentation of abstract.h victor.stinner
- [Python-checkins] cpython: Use _PyObject_CallNoArg() victor.stinner
- [Python-checkins] cpython: Fix typo in a comment of abstract.c victor.stinner
- [Python-checkins] cpython (3.6): Update the Mac installer README file for 3.6.0. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6 ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28835: merge from 3.6 ned.deily
- [Python-checkins] cpython (3.6): Issue #28835: Tidy previous showwarning changes based on review comments. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Regenerate configure with autoconf 2.69. ned.deily
- [Python-checkins] cpython (3.6): Regenerate configure with autoconf 2.69. ned.deily
- [Python-checkins] cpython: _PyObject_FastCallKeywords() now calls directly tp_call victor.stinner
- [Python-checkins] cpython (3.6): Version bump for 3.6.0rc1 ned.deily
- [Python-checkins] cpython (3.6): Update pydoc topics for 3.6.0rc1 ned.deily
- [Python-checkins] cpython (3.6): Added tag v3.6.0rc1 for changeset 29a273eee9a5 ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): merge tag from 3.6 ned.deily
- [Python-checkins] cpython (3.6): Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): null merge from 3.6 ned.deily
- [Python-checkins] Daily reference leaks (4b37328efa08): sum=81 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28847: dbm.dumb now supports reading read-only files and no longer serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28847: dbm.dumb now supports reading read-only files and no longer serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28847: dbm.dumb now supports reading read-only files and no longer serhiy.storchaka
- [Python-checkins] cpython: Issue #28847: A deprecation warning is now emitted if the index file is missed serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. inada.naoki
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5. serhiy.storchaka
- [Python-checkins] cpython (3.5): Change order of io.UnsupportedOperation base classes. serhiy.storchaka
- [Python-checkins] cpython: Issue #28818: Simplify lookdict functions inada.naoki
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-12-07 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-12-07 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28635: Drop the note that whatsnew is incomplete yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28635) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28900: Update documentation sidebar for 3.6.0rc. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28900: Update documentation sidebar for 3.6.0rc. ned.deily
- [Python-checkins] cpython (2.7): Issue #28900: Update documentation sidebar for 3.6.0rc. ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28900: Update documentation sidebar for 3.6.0rc. ned.deily
- [Python-checkins] cpython (3.6): guard HAVE_LONG_LONG definition to prevent redefinition (#28898) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#28898) benjamin.peterson
- [Python-checkins] Daily reference leaks (f200ff0a0057): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #26939: Add the support.setswitchinterval() function to fix xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26939: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26940: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26941: Merge 3.6. xavier.degaye
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-12-08 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-12-08 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28770: Update python-gdb.py for fastcalls victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Null merge 3.6 victor.stinner
- [Python-checkins] cpython (3.6): Issue #28896: Deprecate WindowsRegistryFinder steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28896: Deprecate WindowsRegistryFinder steve.dower
- [Python-checkins] cpython: Add _Py_VaBuildStack() function victor.stinner
- [Python-checkins] cpython: Use _PyObject_CallMethodIdObjArgs() victor.stinner
- [Python-checkins] cpython: Add _PyObject_FastCallVa() helper victor.stinner
- [Python-checkins] cpython: _PyObject_CallFunctionVa() uses fast call victor.stinner
- [Python-checkins] cpython: Don't parenthesis in _PyObject_CallMethodId() format victor.stinner
- [Python-checkins] cpython: Add _PyObject_CallFunctionVa() helper victor.stinner
- [Python-checkins] cpython: modsupport: replace int with Py_ssize_t victor.stinner
- [Python-checkins] cpython: time_strptime() uses PyObject_Call() victor.stinner
- [Python-checkins] cpython: build_struct_time() uses Py_BuildValue() victor.stinner
- [Python-checkins] cpython: Use _PyObject_FastCallVa() in type slots victor.stinner
- [Python-checkins] cpython: Add _PyObject_VaCallFunctionObjArgs() private function victor.stinner
- [Python-checkins] cpython (3.6): Issue #26937: The chown() method of the tarfile.TarFile class does not fail now xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26937: Merge 3.6. xavier.degaye
- [Python-checkins] Daily reference leaks (adcd9131b7c6): sum=145511 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-12-09 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-12-09 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #28915: Use _PyObject_CallNoArg() victor.stinner
- [Python-checkins] cpython: Use _PyObject_CallMethodIdObjArgs() in _asyncio victor.stinner
- [Python-checkins] cpython: regrtest --fromfile now accepts a list of filenames victor.stinner
- [Python-checkins] cpython: Use _PyObject_CallMethodIdObjArgs() in _datetime victor.stinner
- [Python-checkins] cpython: Fix refleak introduced in change 032cbdb596fe victor.stinner
- [Python-checkins] cpython: Use _PyObject_CallMethodIdObjArgs() in _ctypes victor.stinner
- [Python-checkins] cpython: Use _PyObject_CallMethodIdObjArgs() in _elementtree victor.stinner
- [Python-checkins] cpython: Use _PyObject_CallMethodIdObjArgs() in _io victor.stinner
- [Python-checkins] cpython: Use PyObject_CallFunctionObjArgs() victor.stinner
- [Python-checkins] cpython: Remove useless variable initialization victor.stinner
- [Python-checkins] cpython: Initialize variables to fix compiler warnings victor.stinner
- [Python-checkins] cpython: Issue #20185: Convert _warnings.warn() to Argument Clinic victor.stinner
- [Python-checkins] cpython: Inline PyEval_EvalFrameEx() in callers victor.stinner
- [Python-checkins] cpython: Backed out changeset 99c34e47348b victor.stinner
- [Python-checkins] cpython (3.5): Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #28755, #28753: Merge Arg Clinic howto from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #28755: Improve syntax highlighting in Arg Clinic howto martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28755: Merge Arg Clinic howto from 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #28820: Fix spelling of “practice” as a noun martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28820: Merge spelling fixes from 3.5 martin.panter
- [Python-checkins] cpython (3.6): Fix typos in comment and documentation martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28820: Merge typo fixes from 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #28771: Update tp_get/setattr signature documentation martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28771: Merge C API doc fix from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28771: Merge C API doc fix from 3.6 martin.panter
- [Python-checkins] Daily reference leaks (d786c620838c): sum=66 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #28918: Fix the cross compilation of xxlimited when Python xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28918: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.5): Issue #28779: multiprocessing.set_forkserver_preload() would crash the antoine.pitrou
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28779: multiprocessing.set_forkserver_preload() would crash the antoine.pitrou
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28779: multiprocessing.set_forkserver_preload() would crash the antoine.pitrou
- [Python-checkins] cpython (3.6): Issue #28849: Do not define sys.implementation._multiarch on Android. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28849: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.5): Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. brett.cannon
- [Python-checkins] cpython (merge 3.6 -> default): Merge for issue #28424 brett.cannon
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge for issue #28424 brett.cannon
- [Python-checkins] cpython (3.5): Issue #26483: Clarify str.isdecimal() and isdigit() martin.panter
- [Python-checkins] cpython (3.5): Issue #28916: Correct description of %o and %x alternative forms martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #28916, #26483: Merge stdtypes.rst from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issues #28916, #26483: Merge stdtypes.rst from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #28916: No special case for leading zeros with %x alternative form martin.panter
- [Python-checkins] Daily reference leaks (b11850871300): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28512: Fixed setting the offset attribute of SyntaxError by serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28512: Fixed setting the offset attribute of SyntaxError by serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28512: Fixed setting the offset attribute of SyntaxError by serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28739: f-string expressions no longer accepted as docstrings and serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28739: f-string expressions no longer accepted as docstrings and serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28783: Replaces bdist_wininst in nuget packages with stub steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28783: Replaces bdist_wininst in nuget packages with stub steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28783: Replaces bdist_wininst in nuget packages with stub steve.dower
- [Python-checkins] cpython (3.6): Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28764: Merge 3.6. xavier.degaye
- [Python-checkins] Daily reference leaks (402a227564f5): sum=-2 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-12-12 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-12-12 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28896: Disable WindowsRegistryFinder by default. steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28896: Disable WindowsRegistryFinder by default. steve.dower
- [Python-checkins] cpython (3.6): Issue #28089: Document TCP_NODELAY in asyncio yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28089) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #26856: Fix the tests assuming that the pwd module has getpwall() and xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26856: Merge 3.6. xavier.degaye
- [Python-checkins] cpython: Issue #26936: Fix the test_socket failures on Android - getservbyname(), xavier.degaye
- [Python-checkins] cpython (3.6): Issue #28759: Fix the tests that fail with PermissionError when run as xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28759: Merge 3.6. xavier.degaye
- [Python-checkins] Daily reference leaks (0d209cc7ffdc): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28190: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #28190: Cross compiling the _curses module does not use anymore xavier.degaye
- [Python-checkins] cpython: Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell, xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26071: Fixes preprocessor definition and rebuilds steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26071: Fixes preprocessor definition and rebuilds steve.dower
- [Python-checkins] cpython (3.5): Issue #26071: Fixes preprocessor definition and rebuilds steve.dower
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-12-13 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-12-13 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. yury.selivanov
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.13 release branch benjamin.peterson
- [Python-checkins] cpython (2.7): Backed out changeset ea904d4b3634 benjamin.peterson
- [Python-checkins] cpython (2.7): revert a37cc3d926ec (#5322) benjamin.peterson
- [Python-checkins] Daily reference leaks (64afd5cab40a): sum=-3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #20211: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #20211: Do not add the directory for installing C header files and xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28683: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError xavier.degaye
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-12-14 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-12-14 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #5322: Restored tests for __new__. serhiy.storchaka
- [Python-checkins] cpython (3.5): Revert changeset 1f31bf3f76f5 (issue5322) except tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.6. serhiy.storchaka
- [Python-checkins] cpython (3.6): Fixes maximum usable length of buffer for formatting time zone in localtime(). steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Fixes maximum usable length of buffer for formatting time zone in localtime(). steve.dower
- [Python-checkins] cpython (3.6): Issue #28849: Skip test_sysconfig.test_triplet_in_ext_suffix on non linux xavier.degaye
- [Python-checkins] cpython: Issue #28919: Simplify _copy_func_details() in unittest.mock berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28944: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28944: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #28944: Fix footnote numbering berker.peksag
- [Python-checkins] cpython (3.6): _asyncio uses _PyObject_CallMethodIdObjArgs() victor.stinner
- [Python-checkins] cpython: Issue #28838: Cleanup abstract.h victor.stinner
- [Python-checkins] Daily reference leaks (13b600dc4ee5): sum=-3 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #28930: Add a Makefile rule for bytes_methods.c. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28930: Merge from 3.6. xiang.zhang
- [Python-checkins] cpython (2.7): Issue #28925: cPickle now correctly propagates errors when unpickle instances serhiy.storchaka
- [Python-checkins] cpython: Fix _PyObject_CallFunctionVa(), use the small stack victor.stinner
- [Python-checkins] cpython: Add _PY_FASTCALL_SMALL_STACK constant victor.stinner
- [Python-checkins] cpython (3.6): Issue #28979: Fix What's New in Python 3.6, dict victor.stinner
- [Python-checkins] cpython: Use _PyDict_NewPresized() in _PyStack_AsDict() victor.stinner
- [Python-checkins] cpython (3.6): Fix a memory leak in split-table dictionaries victor.stinner
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-12-15 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-12-15 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #26919: On Android, operating system data is now always encoded/decoded xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28091) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28091: Document PEP 525 & PEP 530. yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28635: asyncio-related fixes and additions. yury.selivanov
- [Python-checkins] cpython (3.6): docs: asyncio is no longer provisional yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28900: Update documentation sidebar for 3.6.0rc. ned.deily
- [Python-checkins] cpython (3.6): Issue #28783: Replaces bdist_wininst in nuget packages with stub ned.deily
- [Python-checkins] cpython (merge 3.6 -> 3.6): null merge 3.6.0rc1+ head ned.deily
- [Python-checkins] cpython (3.6): bump version to 3.6.0rc1+ ned.deily
- [Python-checkins] cpython (3.6): Issue #28898: add Misc/NEWS entry ned.deily
- [Python-checkins] Daily reference leaks (0b78a8c35357): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): python-gdb.py: catch gdb.error on gdb.selected_frame() victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-12-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of serhiy.storchaka
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-12-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28990: Fix SSL hanging if connection is closed before handshake yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28990) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28990) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #14061: Misc fixes and cleanups in archiving code in shutil. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #14061: Misc fixes and cleanups in archiving code in shutil. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #14061: Misc fixes and cleanups in archiving code in shutil. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #14061: Misc fixes and cleanups in archiving code in shutil. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads serhiy.storchaka
- [Python-checkins] cpython: Issue #18896: Python function can now have more than 255 parameters. serhiy.storchaka
- [Python-checkins] cpython: Remove unused imports. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28971: Merge 3.5 xavier.degaye
- [Python-checkins] cpython (3.5): Issue #28971: Temporarily skip test_over until a permanent solution is found xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28971: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). raymond.hettinger
- [Python-checkins] cpython: Issue #28991: Address comment that the __len__ call looked unattractive raymond.hettinger
- [Python-checkins] cpython (3.6): Merge 3.5 (issue #28990) ned.deily
- [Python-checkins] cpython (3.6): Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks. ned.deily
- [Python-checkins] cpython (merge 3.6 -> 3.6): null merge additional 3.6.0rc1+ cherrypicks ned.deily
- [Python-checkins] cpython (3.6): Update pydoc topics for 3.6.0rc2 ned.deily
- [Python-checkins] cpython (3.6): Version bump for 3.6.0rc2 ned.deily
- [Python-checkins] cpython (3.6): Added tag v3.6.0rc2 for changeset 800a67f7806d ned.deily
- [Python-checkins] cpython (merge 3.6 -> 3.6): Null merge v3.6.0rc2 tag into mainline 3.6 ned.deily
- [Python-checkins] cpython (merge 3.6 -> 3.6): Null merge v3.6.0rc2 release into mainline 3.6 ned.deily
- [Python-checkins] cpython (3.6): Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 ned.deily
- [Python-checkins] cpython: Issue #28596: The preferred encoding is UTF-8 on Android. xavier.degaye
- [Python-checkins] Daily reference leaks (ede3ac49b4ac): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): 2.7.13 final bump benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.13 for changeset a06454b1afa1 benjamin.peterson
- [Python-checkins] cpython (3.5): Issue #29000: Fixed bytes formatting of octals with zero padding in alternate serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29000: Fixed bytes formatting of octals with zero padding in alternate serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29000: Fixed bytes formatting of octals with zero padding in alternate serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge for porting HOWTO update brett.cannon
- [Python-checkins] cpython (3.5): Update porting HOWTO to drop unicode_literals and mention static type checking brett.cannon
- [Python-checkins] cpython (merge 3.6 -> default): Merge for the porting HOWTO update brett.cannon
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge brett.cannon
- [Python-checkins] cpython (2.7): Update the porting HOWTO brett.cannon
- [Python-checkins] cpython (3.6): Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Merge #28407 Improve test coverage of make_msgid. r.david.murray
- [Python-checkins] cpython (3.5): #28407 Improve test coverage of make_msgid. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge #28407 Improve test coverage of make_msgid. r.david.murray
- [Python-checkins] cpython (3.5): Fix spelling and grammar in code comments and documentation martin.panter
- [Python-checkins] cpython (2.7): Fix spelling in code comments martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge spelling and grammar from 3.5 martin.panter
- [Python-checkins] cpython (3.6): Issue #28987: Typos, grammar, spelling in documentation martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28987: Merge doc and comment fixes from 3.6 martin.panter
- [Python-checkins] cpython: One more typo fix for 3.7 martin.panter
- [Python-checkins] Daily reference leaks (40f1b06ec989): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): #29005: clarify terminology in tutorial 'method' discussion. r.david.murray
- [Python-checkins] cpython (merge 3.6 -> default): Merge: #29005: clarify terminology in tutorial 'method' discussion. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge: #29005: clarify terminology in tutorial 'method' discussion. r.david.murray
- [Python-checkins] cpython (3.5): Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25677: Merge SyntaxError caret positioning from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25677: Merge SyntaxError caret positioning from 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #25677: Correct syntax error caret for indented blocks. martin.panter
- [Python-checkins] Daily reference leaks (3cc193be79ab): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #28996: Skip two tests that fail on Android with the locale strcoll() and xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28996: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and antoine.pitrou
- [Python-checkins] cpython (3.5): Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and antoine.pitrou
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and antoine.pitrou
- [Python-checkins] cpython (3.5): Issue #29009: Remove outdated doc of PyUnicode_RichCompare. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29009: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29009: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (3.5): doc: Suggest to hash(tuple of attr) rather than XOR victor.stinner
- [Python-checkins] cpython: abstract.h: remove long outdated comment victor.stinner
- [Python-checkins] cpython (2.7): doc: Suggest to hash(tuple of attr) rather than XOR victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-12-19 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-12-19 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28950: Disallow -j0 combined with -T/-l in regrtest. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28950: Merge 3.6. xiang.zhang
- [Python-checkins] cpython: Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixes the 2.7 nuget packages to include a shim bdist_wininst steve.dower
- [Python-checkins] cpython (3.5): Issue #28147: Fix a memory leak in split-table dictionaries inada.naoki
- [Python-checkins] cpython (2.7): Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict. inada.naoki
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#28932) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#28932) benjamin.peterson
- [Python-checkins] cpython (3.5): add a specific configure check for sys/random.h (closes #28932) benjamin.peterson
- [Python-checkins] cpython (2.7): add a specific configure check for sys/random.h (closes #28932) benjamin.peterson
- [Python-checkins] Daily reference leaks (a721bf7dda97): sum=13 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-12-20 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-12-20 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #28822: Adjust indices handling of PyUnicode_FindChar(). xiang.zhang
- [Python-checkins] Daily reference leaks (ce6a6cc3765d): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #28871: Fixed a crash when deallocate deep ElementTree. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28871: Fixed a crash when deallocate deep ElementTree. serhiy.storchaka
- [Python-checkins] cpython: Issue #28992: Use bytes.fromhex(). serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28538: Fix the compilation error that occurs because if_nameindex() is xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28538: Merge 3.6. xavier.degaye
- [Python-checkins] cpython: Fixed a type error introduced in issue #28992. serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-12-21 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-12-21 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28538: On Darwin net/if.h requires that sys/socket.h be included xavier.degaye
- [Python-checkins] cpython (2.7): Issue 28923: Remove editor artifacts from Tix.py, terry.reedy
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue 28923: Remove editor artifacts from Tix.py, terry.reedy
- [Python-checkins] cpython (merge 3.6 -> default): Issue 28923: Remove editor artifacts from Tix.py, terry.reedy
- [Python-checkins] cpython (3.5): Issue 28923: Remove editor artifacts from Tix.py. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29044: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29044: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (3.5): Issue #29044: Fix a use-after-free in string '%c' formatter. xiang.zhang
- [Python-checkins] Daily reference leaks (41031fdc924a): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28762: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #28762: lockf() is available on Android API level 24, but the xavier.degaye
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-12-22 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-12-22 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Grammatical fixes following #d95f19892fd0 brett.cannon
- [Python-checkins] cpython (2.7): Grammatical fixes for d95f19892fd0 brett.cannon
- [Python-checkins] cpython (2.7): Issue #29038: Fix duplicate get_ca_certs() doc entry. xiang.zhang
- [Python-checkins] Daily reference leaks (0181578dc746): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Added tag v3.6.0 for changeset 41df79263a11 ned.deily
- [Python-checkins] cpython (2.7): Update documentation index sidebar for 3.6.0 release. ned.deily
- [Python-checkins] cpython (3.5): Update documentation index sidebar for 3.6.0 release. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Update documentation index sidebar for 3.6.0 release. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6.0 release into default ned.deily
- [Python-checkins] cpython (3.6): Update docs and patchlevel for 3.6.0 final. ned.deily
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge 3.6.0 release engineering head ned.deily
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-12-23 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-12-23 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Sort and remove duplicates from PC/python3.def (issue #23903). serhiy.storchaka
- [Python-checkins] cpython (3.5): Sort and remove duplicates from PC/python3.def (issue #23903). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Sort and remove duplicates from PC/python3.def (issue #23903). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28960: Merge Thread.join() doc from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29004: Merge crc_hqx() doc from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #28960: Drop comma attached to dash in Thread.join() description martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28960: Merge Thread.join() doc from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29004: Merge crc_hqx() doc from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #1446619: Merge slicing description from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #1446619: Merge slicing description from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #1446619: Account for negative slice direction in description martin.panter
- [Python-checkins] cpython (2.7): Issue #1446619: Account for negative slice direction in description martin.panter
- [Python-checkins] Daily reference leaks (e64a82371d72): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28954: Merge keyword argument syntax from 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #28954: Add missing comma to keyword argument syntax martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28954: Merge keyword argument syntax from 3.5 martin.panter
- [Python-checkins] cpython: Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. inada.naoki
- [Python-checkins] cpython (3.5): Issue #28815: Skip TIPC tests if /proc/modules is not readable martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28815: Merge test_socket fix from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28815: Merge test_socket fix from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #28815: Skip TIPC tests if /proc/modules is not readable martin.panter
- [Python-checkins] cpython (3.5): #25591: improve imap tests. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge: #25591: improve imap tests. r.david.murray
- [Python-checkins] cpython (merge 3.6 -> default): Merge: #25591: improve imap tests. r.david.murray
- [Python-checkins] Daily reference leaks (93d8cce449eb): sum=130349 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #29068: Fixed a typo in PyErr_Fetch example. serhiy.storchaka
- [Python-checkins] cpython: Issue #29049: Fix refleak introduced by f5eb0c4f5d37. inada.naoki
- [Python-checkins] cpython: Issue #29049: Remove unnecessary Py_DECREF inada.naoki
- [Python-checkins] Daily reference leaks (eb1aa6f8701e): sum=130344 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #29062: doc: Fix hashlib module index conflict inada.naoki
- [Python-checkins] cpython (3.5): Issue #29078: Add the missing import in datetime.time doc example. xiang.zhang
- [Python-checkins] cpython (2.7): Issue #29078: Add the missing import in datetime.time doc example. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29078: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29078: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6 terry.reedy
- [Python-checkins] cpython (3.6): Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). terry.reedy
- [Python-checkins] cpython: Issue #29062: doc: Fix heading level of hashlib-blake2 inada.naoki
- [Python-checkins] cpython (3.6): Issue #29055: Suppress upstream exception for random.choice() raymond.hettinger
- [Python-checkins] Daily reference leaks (5006bf5b7735): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #23903: Fixed errors and remove non-existing names in python3.def. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23903: Fixed errors and remove non-existing names in python3.def. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #23903: Fixed errors and remove non-existing names in python3.def. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #23903: Added missed names to PC/python3.def. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23903: Added missed names to PC/python3.def. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23903: Added missed names to PC/python3.def. serhiy.storchaka
- [Python-checkins] cpython (3.5): Move versionadded inside of the get_terminal_size() block berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29069: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.5): Issue #29069: Update the default URL of PyPI server berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29069: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.6): Issue #29058: All stable API extensions added after Python 3.2 are now serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29058: All stable API extensions added after Python 3.2 are now serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28998: More APIs now support longs as well as ints. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28427: old keys should not remove new values from antoine.pitrou
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28427: old keys should not remove new values from antoine.pitrou
- [Python-checkins] cpython (3.5): Issue #28427: old keys should not remove new values from antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #28427: old keys should not remove new values from antoine.pitrou
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-12-27 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-12-27 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #23903: Added missed Windows-specific names to PC/python3.def. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23903: Added missed Windows-specific names to PC/python3.def. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #23903: Added missed Windows-specific names to PC/python3.def. serhiy.storchaka
- [Python-checkins] cpython: Issue #28915: Exclude _Py_VaBuildStack from the limited API. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #29087: Removed the documentation of non-existing UCS4 support functions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29087: Removed the documentation of non-existing UCS4 support functions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29087: Removed the documentation of non-existing UCS4 support functions. serhiy.storchaka
- [Python-checkins] cpython (2.7): Backed out changeset 78bf34b6a713 serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed running MiscTests in test_xml_etree_c. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #29073: bytearray formatting no longer truncates on first null byte. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29073: Added a test for bytearray formatting with null byte. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29073: Added a test for bytearray formatting with null byte. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #9770: curses.ascii predicates now work correctly with negative integers. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #9770: curses.ascii predicates now work correctly with negative integers. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #9770: curses.ascii predicates now work correctly with negative integers. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #9770: curses.ascii predicates now work correctly with negative integers. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. serhiy.storchaka
- [Python-checkins] Daily reference leaks (fa9933bf4ea0): sum=4 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-12-28 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-12-28 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #29080: Removes hard dependency on hg.exe from PC/build.bat steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29080: Removes hard dependency on hg.exe from PC/build.bat steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29080: Removes hard dependency on hg.exe from PC/build.bat steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki steve.dower
- [Python-checkins] cpython (3.6): Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki steve.dower
- [Python-checkins] cpython (3.5): Issue #29080: Fixes Misc/NEWS entry steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29080: Fixes Misc/NEWS entry steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29080: Fixes Misc/NEWS entry steve.dower
- [Python-checkins] cpython (3.6): Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows steve.dower
- [Python-checkins] cpython (3.6): fix error check, so that Random.seed actually uses OS randomness (closes #29085) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#29085) benjamin.peterson
- [Python-checkins] Daily reference leaks (fc3eab44765f): sum=4 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-12-29 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-12-29 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #29109: Enhance tracemalloc documentation victor.stinner
- [Python-checkins] cpython (2.7): Issue #29112: Fix a questionable wording in sequence doc. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29112: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29112: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (3.5): Issue #29112: Fix a questionable wording in sequence doc. xiang.zhang
- [Python-checkins] cpython (3.6): Issue #29061: secrets.randbelow() would hang with a negative input raymond.hettinger
- [Python-checkins] cpython (3.6): Clearer compact dict attribution to the original proposal raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua. raymond.hettinger
- [Python-checkins] Daily reference leaks (4432cba89398): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5. stefan.krah
- [Python-checkins] cpython (3.5): Issue #29111: Fix memoryview signature. stefan.krah
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-12-30 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-12-30 lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (223699bbff9b): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Merged documentation update from 3.6. vinay.sajip
- [Python-checkins] cpython (3.6): Closes #29105: Updated RotatingFileHandler documentation. vinay.sajip
- [Python-checkins] cpython: Closes #28524: added default level for logging.disable(). vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26267: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26267: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #26267: Improve uuid.UUID documentation berker.peksag
- [Python-checkins] cpython (3.5): Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #29119: Merge in ACK from 3.5 branch raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #29123: Make CheckSqlTimestamp more robust berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29123: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29123: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (2.7): Issue #29123: Make CheckSqlTimestamp more robust berker.peksag
Last message date: Sat Dec 31 18:49:23 EST 2016
Archived on: Sat Dec 31 18:49:27 EST 2016
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4