Showing content from http://mail.python.org/pipermail/python-checkins/2015-November/thread.html below:
The Python-checkins November 2015 Archive by thread
November 2015 Archives by thread
Starting: Sun Nov 1 03:44:31 EST 2015
Ending: Mon Nov 30 23:57:36 EST 2015
Messages: 582
- [Python-checkins] Daily reference leaks (f7db966c9fee): sum=17880 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25395: Fixed crash when highly nested OrderedDict structures were serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25395: Fixed crash when highly nested OrderedDict structures were serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' serhiy.storchaka
- [Python-checkins] cpython: Issue #18973: Command-line interface of the calendar module now uses argparse serhiy.storchaka
- [Python-checkins] peps: 2.7.11 dates benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #25523: Correct "a" article to "an" article martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #25523: Further a-to-an corrections new in 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25523: Merge a-to-an corrections from 3.5 martin.panter
- [Python-checkins] cpython: Move the initial start-search out of the main loop so it can be factored-out raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge raymond.hettinger
- [Python-checkins] cpython: Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending raymond.hettinger
- [Python-checkins] Daily reference leaks (83fa2e9b0038): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Minor cleanup. raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25523: Merge a-to-an corrections from 3.4. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25523: Merge a-to-an corrections from 3.5. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25523: Further a-to-an corrections new in 3.5. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25523: Backported a-to-an corrections. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25523: Further a-to-an corrections. serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-11-02 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-02 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.4 -> 3.5): Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by guido.van.rossum
- [Python-checkins] cpython (3.4): Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by guido.van.rossum
- [Python-checkins] Daily reference leaks (40ce5f4b8835): sum=7 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-11-03 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-03 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: locale.delocalize(): only call localeconv() once victor.stinner
- [Python-checkins] cpython: Issue 25483: Add an opcode to make f-string formatting more robust. eric.smith
- [Python-checkins] cpython: Issue 25483: Update dis.rst with FORMAT_VALUE opcode description. eric.smith
- [Python-checkins] cpython: Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag. eric.smith
- [Python-checkins] cpython: Neaten-up the inner-loop logic. raymond.hettinger
- [Python-checkins] cpython (3.4): link to modern PUG url benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (2.7): link to modern PUG url benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 benjamin.peterson
- [Python-checkins] cpython (2.7): remove trailing ws benjamin.peterson
- [Python-checkins] cpython (3.4): remove trailing ws benjamin.peterson
- [Python-checkins] cpython: regrtest: display progress every 30 seconds (instead of 60 seconds) when victor.stinner
- [Python-checkins] Daily reference leaks (aba28afc5732): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is eric.smith
- [Python-checkins] Benchmark Results for Python Default 2015-11-04 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-04 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #25449: Iterating OrderedDict with keys with unstable hash now raises serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25449: Iterating OrderedDict with keys with unstable hash now raises serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24726: Fixed issue number for previous changeset 59c7615ea921. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24726: Fixed issue number for previous changeset 76e848554b5d. serhiy.storchaka
- [Python-checkins] peps: Add schedule for 3.5.1 releases. larry.hastings
- [Python-checkins] Daily reference leaks (965109e81ffa): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: sysmodule.c: reuse Py_STRINGIFY() macro victor.stinner
- [Python-checkins] cpython: Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception victor.stinner
- [Python-checkins] cpython (3.5): Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-11-05 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-05 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25554: Got rid of circular references in regular expression parsing. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25554: Got rid of circular references in regular expression parsing. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix use of default reST role zach.ware
- [Python-checkins] cpython (3.4): asyncio: Optimize asyncio.sleep(0) yury.selivanov
- [Python-checkins] cpython (2.7): Issue #12612: Add some Valgrind suppressions for 64-bit machines. matthias.klose
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18010: Merge pydoc web search fix from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #18010: Fix pydoc web server search to handle package exceptions martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 martin.panter
- [Python-checkins] Daily reference leaks (d86ff708f545): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25558: Refactoring OrderedDict iteration. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25558: Refactoring OrderedDict iteration. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24726: Revert setting the value on the dict if serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24726: Revert setting the value on the dict if serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed merging error in 3ebeeed1eb28. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed merging error in 3ebeeed1eb28. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-11-06 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-06 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25064: Merge tempfile doc from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #25064: Adjust documentation according to new mkstemp signature martin.panter
- [Python-checkins] cpython (3.4): Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24802: Merge null termination fixes from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24802: Merge null termination fixes from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #18010: Fix pydoc GUI search to handle package exceptions martin.panter
- [Python-checkins] Daily reference leaks (4df1eaecb506): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #892902: Added new tests for pickling recursive collections. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #892902: Added new tests for pickling recursive collections. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #892902: Fixed pickling recursive objects. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #892902: Added new tests for pickling recursive collections. serhiy.storchaka
- [Python-checkins] cpython: Issue #25558: Use compile-time asserts. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22643: Skip test_case_operation_overflow on computers with low memory. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22643: Skip test_case_operation_overflow on computers with low memory. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22643: Skip test_case_operation_overflow on computers with low memory. serhiy.storchaka
- [Python-checkins] cpython: Issue #25263: Trying to fix test_use on Windows. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #892902: Disable newly added tests in test_xpickle. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge from 3.4 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Null merge from 3.4 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #25446: Fix regression in smtplib's AUTH LOGIN support. r.david.murray
- [Python-checkins] cpython (3.5): #25446: Fix regression in smtplib's AUTH LOGIN support. r.david.murray
- [Python-checkins] Daily reference leaks (13550b3ca1a6): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24802: Update test case for ValueError in 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24802: Merge ValueError test case from 3.5 martin.panter
- [Python-checkins] Daily reference leaks (96cdd2532034): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #7267: format(int, 'c') now raises OverflowError when the argument is not victor.stinner
- [Python-checkins] cpython (3.5): Fixes installer not allowing launcher to be selected. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Fixes installer not allowing launcher to be selected. steve.dower
- [Python-checkins] Benchmark Results for Python Default 2015-11-09 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-09 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.5): Improve namedtuple doc string examples raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #25582: Fixed 100 MB memory leak in test_ctypes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25582: Fixed 100 MB memory leak in test_ctypes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25582: Fixed 100 MB memory leak in test_ctypes. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25582: Fixed 100 MB memory leak in test_ctypes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5 victor.stinner
- [Python-checkins] cpython (3.5): Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when victor.stinner
- [Python-checkins] cpython (3.5): Issue #25584: Fixed recursive glob() with patterns starting with '**'. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25584: Added "escape" to the __all__ list in the glob module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25584: Added "escape" to the __all__ list in the glob module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25584: Fixed recursive glob() with patterns starting with '**'. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Fixed markup in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed markup in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed markup in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Added missed periods at the ends of sentences in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Added missed periods at the ends of sentences in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (2.7): Added missed periods at the ends of sentences in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (3.4): Added missed periods at the ends of sentences in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (3.5): Remove confusing section from named tuple recipes. raymond.hettinger
- [Python-checkins] cpython (3.5): Improve appearance of example code raymond.hettinger
- [Python-checkins] Daily reference leaks (1e77ce67699e): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): pytime.c: rename pygettimeofday_new() to pygettimeofday() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (pytime) victor.stinner
- [Python-checkins] cpython (3.4): Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-11-10 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-10 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5. stefan.krah
- [Python-checkins] cpython (3.5): Fix Visual Studio warning. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. serhiy.storchaka
- [Python-checkins] Daily reference leaks (d1c11a78b43a): sum=10 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-11-11 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #7759: Fixed the mhlib module on filesystems that doesn't support serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 zach.ware
- [Python-checkins] cpython: Fix typos in whatsnew. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25603: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #25603: Add missing parenthesis. zach.ware
- [Python-checkins] cpython (3.5): Fix awkward grammar in whatsnew. zach.ware
- [Python-checkins] cpython (2.7): Rewrite re.VERBOSE section. zach.ware
- [Python-checkins] cpython (3.4): Rewrite re.VERBOSE section. zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4 zach.ware
- [Python-checkins] cpython (2.7): fix memory leak in _get_crl_dp (closes #25569) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.5 (#25569) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25569) benjamin.peterson
- [Python-checkins] cpython (3.4): fix memory leak in _get_crl_dp (closes #25569) benjamin.peterson
- [Python-checkins] cpython (3.4): always set OP_NO_SSLv3 by default (closes #25530) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25530) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25530) benjamin.peterson
- [Python-checkins] cpython (2.7): always set OP_NO_SSLv3 by default (closes #25530) benjamin.peterson
- [Python-checkins] cpython (2.7): Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 Benjamin Peterson
- [Python-checkins] Daily reference leaks (c7fbef40b62b): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22995: Backported additional tests for non-pickleable types. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Restore old distutils logging threshold after running test_log. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Restore old distutils logging threshold after running test_log. serhiy.storchaka
- [Python-checkins] cpython (3.4): Restore old distutils logging threshold after running test_log. serhiy.storchaka
- [Python-checkins] cpython (2.7): Deque uses "len" instead of varhead in Py2.7 raymond.hettinger
- [Python-checkins] cpython (2.7): Document the BUILD_SET opcode. zach.ware
- [Python-checkins] Benchmark Results for Python Default 2015-11-12 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-12 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #25607: Restore old distutils logging threshold after running tests that serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25607: Restore old distutils logging threshold after running tests that serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25607: Restore old distutils logging threshold after running tests that serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25607: Restore old distutils logging threshold after running tests that serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25313: Change the handling of new built-in text color themes to better terry.reedy
- [Python-checkins] cpython (3.4): Issue #25313: Change the handling of new built-in text color themes to better terry.reedy
- [Python-checkins] cpython (3.4): Whitespace terry.reedy
- [Python-checkins] cpython (2.7): Whitespace terry.reedy
- [Python-checkins] cpython (2.7): Indent terry.reedy
- [Python-checkins] cpython (3.4): Indent terry.reedy
- [Python-checkins] cpython (2.7): Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7 raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() victor.stinner
- [Python-checkins] cpython (2.7): Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (issue #25605) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #25605) victor.stinner
- [Python-checkins] Daily reference leaks (e25a73751f81): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25462: The hash of the key now is calculated only once in most serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25462: The hash of the key now is calculated only once in most serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-11-13 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-13 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): asyncio: Fix sporadic failing unittests in debug mode yury.selivanov
- [Python-checkins] cpython (3.5): Issue #25498: Update error message for 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25498: Merge ctypes crash fix from 3.5 martin.panter
- [Python-checkins] cpython: Issue #25498: Add NEWS entry for 3.6 martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25590: Merge rlcompleter getattr change from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25590: Make rlcompleter only call getattr() once per attribute martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25590: Merge rlcompleter change from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython: Issue #25590: Complete attribute names even if they are not yet created martin.panter
- [Python-checkins] cpython (2.7): Issue #25590: Make rlcompleter only call getattr() once per attribute martin.panter
- [Python-checkins] cpython (2.7): Issue #25017: Document that htmllib is superseded by module HTMLParser martin.panter
- [Python-checkins] cpython (3.4): Correct Content-Type syntax in documentation martin.panter
- [Python-checkins] cpython (3.4): Fix a few grammar problems in the documentation and comments martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge typo and grammar fixes from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Fix grammar in whatsnew/3.5.rst and elsewhere martin.panter
- [Python-checkins] cpython: Adjust grammar and punctuation in whatsnew/3.6.rst martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge typo and grammar fixes from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (2.7): fix build with older openssl (#25569) benjamin.peterson
- [Python-checkins] cpython (3.4): fix build with older openssl (#25569) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25569) benjamin.peterson
- [Python-checkins] Daily reference leaks (183386082eba): sum=-9 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #25168: Temporary timezone and cache debugging martin.panter
- [Python-checkins] cpython: Issue #23883: Add news listing modules with new exported APIs martin.panter
- [Python-checkins] cpython: Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej martin.panter
- [Python-checkins] cpython: Issue #23883: Add test.support.check__all__() and test gettext.__all__ martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25388: Fixed tokenizer crash when processing undecodable source code serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25388: Fixed tokenizer crash when processing undecodable source code serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25388: Fixed tokenizer crash when processing undecodable source code serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25388: Fixed tokenizer hang when processing undecodable source code serhiy.storchaka
- [Python-checkins] cpython: Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on serhiy.storchaka
- [Python-checkins] cpython (3.4): fix possible memory lea k in _get_aia_uri (closes #25578) benjamin.peterson
- [Python-checkins] cpython (2.7): rm trailing ws benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25578) benjamin.peterson
- [Python-checkins] cpython (3.4): rm trailing ws benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25578) benjamin.peterson
- [Python-checkins] cpython (2.7): fix possible memory lea k in _get_aia_uri (closes #25578) benjamin.peterson
- [Python-checkins] Daily reference leaks (858cb1538531): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fix issue #6973: When we know a subprocess.Popen process has died, do gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Fix issue #6973: When we know a subprocess.Popen process has died, do gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> 3.5): Fix issue #6973: When we know a subprocess.Popen process has died, do gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess gregory.p.smith
- [Python-checkins] cpython (3.5): Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25630) benjamin.peterson
- [Python-checkins] cpython (3.5): make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL benjamin.peterson
- [Python-checkins] Daily reference leaks (97e2a6810f7f): sum=10 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #9051: Added tests for pickling and copying the timezone objects. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #9051: Added tests for pickling and copying the timezone objects. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #9051: Added tests for pickling and copying the timezone objects. serhiy.storchaka
- [Python-checkins] cpython: Issue #20220: Revert time zone test debugging, revision 139c18943d9b martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #20220: Merge time zone workaround from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #20220: Add DST rules to work around glibc quirk martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20220: Merge time zone workaround from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #24750: Improve appearance of IDLE editor window status bar. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24750: Improve appearance of IDLE editor window status bar. terry.reedy
- [Python-checkins] cpython (2.7): Issue #24750: whitespace terry.reedy
- [Python-checkins] cpython (3.4): Issue #24750: whitespace terry.reedy
- [Python-checkins] cpython (3.4): Issue #25498: Fixed contributors name. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25498: Fixed contributors name. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25498: Fixed contributors name. serhiy.storchaka
- [Python-checkins] cpython (3.4): asyncio: Add Transport.is_closing() yury.selivanov
- [Python-checkins] Benchmark Results for Python Default 2015-11-16 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.4 -> 3.5): asyncio.docs: Document Transport.is_closing (merge 3.4) yury.selivanov
- [Python-checkins] cpython (3.4): asyncio.docs: Document Transport.is_closing yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Optimize Task._wakeup yury.selivanov
- [Python-checkins] cpython (3.4): Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25615: Merge glob doc from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25615: Merge glob doc from 3.4 into 3.5 martin.panter
- [Python-checkins] Daily reference leaks (a6bc96c2b8be): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython: Closes #25645: Fix a reference leak introduced by change bc5894a3a0e6 of the victor.stinner
- [Python-checkins] cpython: Issue #25629: Move set fill/used updates out of inner loop raymond.hettinger
- [Python-checkins] cpython (3.4): asyncio: Sync with github yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Cleanup Future API yury.selivanov
- [Python-checkins] Benchmark Results for Python Default 2015-11-17 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-17 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Issue #20468: Remove incorrect information about maxrss and page size martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #20468: Merge getpagesize doc from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20468: Merge getpagesize doc from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #20468: Remove incorrect information about maxrss and page size martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23200: Merge zlib doc from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #23200: Document that max_length=0 is not supported martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23200: Merge zlib doc from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #23200: Document that max_length=0 is not supported martin.panter
- [Python-checkins] cpython: Add assertion to verify the pre-condition in the comments. raymond.hettinger
- [Python-checkins] Daily reference leaks (9d8eda95dd00): sum=4 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-11-18 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-18 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): asyncio: Error if awaiting in parallel on the same coroutine yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): asyncio: Error if awaiting in parallel on the same coroutine yury.selivanov
- [Python-checkins] cpython (3.4): asyncio.docs: Fix versionadded yury.selivanov
- [Python-checkins] cpython (2.7): Close #10128: don't rerun __main__.py in multiprocessing nick.coghlan
- [Python-checkins] cpython (3.5): Issue #25472: In B[<type>], insert B in front of __bases__, to make the guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25472: In B[<type>], insert B in front of __bases__, to make the guido.van.rossum
- [Python-checkins] cpython (3.5): Remove unused imports from test_typing.py. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Remove unused imports from test_typing.py. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] Daily reference leaks (312a2220100c): sum=13 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25665: Make NamedTuple picklable. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #25665: Make NamedTuple picklable. guido.van.rossum
- [Python-checkins] Benchmark Results for Python Default 2015-11-19 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-19 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #25593: Change semantics of EventLoop.stop(). guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25583: Merge makedirs fix from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25583: Merge makedirs fix from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython: Issue #25583: Add news to 3.6 section martin.panter
- [Python-checkins] cpython (3.5): Issue #25670: Remove duplicate getattr() from ast.NodeTransformer victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #25670) victor.stinner
- [Python-checkins] cpython: Issue #25557: Refactor _PyDict_LoadGlobal() victor.stinner
- [Python-checkins] Daily reference leaks (6ec093f78266): sum=4 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-11-20 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-20 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): #25679: spelling fix r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #25679: spelling fix r.david.murray
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge: #25679: spelling fix r.david.murray
- [Python-checkins] cpython (3.5): Issue #25665: Test pickling with all protocols in test_typing. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25665: Test pickling with all protocols in test_typing. serhiy.storchaka
- [Python-checkins] cpython (3.4): Make it slightly clearer that IDLE close message is referring to user program, terry.reedy
- [Python-checkins] cpython (2.7): Make it slightly clearer that IDLE close message is referring to user program, terry.reedy
- [Python-checkins] cpython (3.4): asyncio: Drop "value" parameter from Task._step method. yury.selivanov
- [Python-checkins] cpython (3.4): asyncio.tests: Fix whitespace yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Fix with github yury.selivanov
- [Python-checkins] cpython (2.7): Issue #25678: Copy buffer objects to null-terminated strings. serhiy.storchaka
- [Python-checkins] cpython: Close 25594: advise against accessing Enum members from other members ethan.furman
- [Python-checkins] cpython (merge 3.5 -> default): null merge ethan.furman
- [Python-checkins] cpython (3.5): Close issue25594: advise against accessing Enum members from other members ethan.furman
- [Python-checkins] cpython (3.4): Issue #24455: Prevent IDLE from hanging when a) closing the shell while the terry.reedy
- [Python-checkins] cpython (2.7): Issue #24455: Prevent IDLE from hanging when a) closing the shell while the terry.reedy
- [Python-checkins] devguide: Expand preamble for motivations page nick.coghlan
- [Python-checkins] cpython (2.7): Issue 15348: Stop debugger engine (normally in user process) terry.reedy
- [Python-checkins] cpython (3.4): Issue 15348: Stop debugger engine (normally in user process) terry.reedy
- [Python-checkins] devguide: Reviewer -> developer nick.coghlan
- [Python-checkins] Daily reference leaks (1b151f9d99bf): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25626: Merge zlib fix from 3.5 martin.panter
- [Python-checkins] cpython: Issue #25626: Add news to 3.6 section martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25686: test_shutil no longer uses the distutils package for searching serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25686: test_shutil no longer uses the distutils package for running serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25686: test_shutil no longer uses the distutils package for searching serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25686: test_shutil no longer uses the distutils package for searching serhiy.storchaka
- [Python-checkins] cpython (2.7): Misc/NEWS entries for IDLE. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Misc/NEWS entries for IDLE. terry.reedy
- [Python-checkins] cpython (3.4): Misc/NEWS entries for IDLE. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Update idlelib/NEWS.txt. terry.reedy
- [Python-checkins] cpython (2.7): Update idlelib/NEWS.txt. terry.reedy
- [Python-checkins] cpython (3.4): Update idlelib/NEWS.txt. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Update idlelib/NEWS.txt. terry.reedy
- [Python-checkins] cpython (2.7): update pydoc-topics benjamin.peterson
- [Python-checkins] release: revert what I suppose were unintended changes benjamin.peterson
- [Python-checkins] release: use python3 builtin virtualenvs benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.11rc1 for changeset 82dd9545bd93 benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.11rc1 benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25689: Merge ftplib and nntplib docs from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25689: Fix language in ftplib and nntplib docs martin.panter
- [Python-checkins] release: fix for two digit bug fix releases benjamin.peterson
- [Python-checkins] cpython (2.7): post rc1 updates benjamin.peterson
- [Python-checkins] cpython (2.7): news section for 2.7.12 benjamin.peterson
- [Python-checkins] Daily reference leaks (b99a30383bd5): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19687: Fixed memory leak on failed Element slice assignment. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #19687: Fixed memory leak on failed Element slice assignment. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #19687: Fixed memory leak on failed Element slice assignment. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19687: Fixed memory leak on failed Element slice assignment. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25624: ZipFile now always writes a ZIP_STORED header for directory serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25624: ZipFile now always writes a ZIP_STORED header for directory serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25624: ZipFile now always writes a ZIP_STORED header for directory serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25624: ZipFile now always writes a ZIP_STORED header for directory serhiy.storchaka
- [Python-checkins] cpython: Issue #25694: Install test.libregrtest to be able to run tests on the installed victor.stinner
- [Python-checkins] cpython: Issue #25694: Fix test_regrtest for installed Python victor.stinner
- [Python-checkins] peps: Add PEP 508 - Dependency specification for Python Software Packages donald.stufft
- [Python-checkins] peps: Correct a slightly inaccurate statement donald.stufft
- [Python-checkins] cpython (3.5): Fixes upload directories for Windows installer. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 steve.dower
- [Python-checkins] cpython (2.7): rm duplicate entry benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.11 release branch benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #25691: Fixed crash on deleting ElementTree.Element attributes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25691: Fixed crash on deleting ElementTree.Element attributes. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25691: Added tests on deleting cElementTree.Element attributes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25691: Fixed crash on deleting ElementTree.Element attributes. serhiy.storchaka
- [Python-checkins] cpython (3.5): Added tag v3.5.1rc1 for changeset 948ef16a6951 larry.hastings
- [Python-checkins] cpython (3.5): Version bump for Python 3.5.1rc1. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5.1rc1 release changes back into main 3.5 branch. larry.hastings
- [Python-checkins] cpython (3.5): Updated pydoc topics for 3.5.1rc1. larry.hastings
- [Python-checkins] cpython (3.5): Post-release updates for Python 3.5.1rc1. larry.hastings
- [Python-checkins] peps: Updates for 3.4 and 3.5 release schedules. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Null merge from 3.5. larry.hastings
- [Python-checkins] Daily reference leaks (2662099d477e): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25706: Fixed markup in the documentation. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25706: Fixed markup in the documentation. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25706: Fixed markup in the documentation. serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-11-23 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-23 lp_benchmark_robot at intel.com
- [Python-checkins] peps: PEP 493: Update for python-dev comments nick.coghlan
- [Python-checkins] cpython (3.4): Issue #25663: Make rlcompleter avoid duplicate global names martin.panter
- [Python-checkins] cpython: Issue #25663: Update rlcompleter test for new 3.6 behaviour martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25663: Merge rlcompleter fix from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25663: Merge rlcompleter fix from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #25663: Make rlcompleter avoid duplicate global names martin.panter
- [Python-checkins] cpython (3.5): Add a missing docstring raymond.hettinger
- [Python-checkins] cpython (2.7): Add a missing docstring raymond.hettinger
- [Python-checkins] cpython (2.7): Fix non-ascii character raymond.hettinger
- [Python-checkins] cpython (3.5): Fix non-ascii character raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #25700: Clarify that namedtuple property docstrings became writeable in raymond.hettinger
- [Python-checkins] Daily reference leaks (e5e507a357a6): sum=103 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-11-24 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #25695: Defer creation of TESTDIRN until the test case is run martin.panter
- [Python-checkins] cpython (3.4): Issue #25576: Remove application/x-www-form-urlencoded charset advice martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25576: Merge www-form-urlencoded doc from 3.5 martin.panter
- [Python-checkins] cpython: Issue #25576: Apply fix to new urlopen() doc string martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25508: Merged documentation fix from 3.5. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #25508: Clarify documentation on LogRecord args attribute. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25508: Merged documentation fix from 3.4. vinay.sajip
- [Python-checkins] cpython (2.7): Issue #25508: Clarify documentation on LogRecord args attribute. vinay.sajip
- [Python-checkins] benchmarks: Fix typo resulting in NameError zach.ware
- [Python-checkins] benchmarks: Add .idea/ to .hgignore zach.ware
- [Python-checkins] benchmarks: Fix usage of re.purge() in bm_regex_compile zach.ware
- [Python-checkins] Daily reference leaks (1da622f4630b): sum=109 solipsis at pitrou.net
- [Python-checkins] peps: Issue #25712: Fix link to the marshal doc in PEP 3147 victor.stinner
- [Python-checkins] benchmarks: Issue #25721: Fixes for pybench victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-11-25 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Issue #25725: Fixed a reference leak in pickle.loads() when unpickling serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25725: Fixed a reference leak in pickle.loads() when unpickling serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25725: Fixed a reference leak in pickle.loads() when unpickling serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling serhiy.storchaka
- [Python-checkins] cpython: Issue #7990: dir() on ElementTree.Element now lists properties: "tag", serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24731: Fixed crash on converting objects with special methods serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24731: Fixed crash on converting objects with special methods serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24731: Fixed crash on converting objects with special methods serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24731: Fixed crash on converting objects with special methods serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25697: Fixed rough alphabetical order in Misc/ACKS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25697: Fixed rough alphabetical order in Misc/ACKS. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25697: Fixed rough alphabetical order in Misc/ACKS. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25697: Fixed rough alphabetical order in Misc/ACKS. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25703: Skip test_43581 if one of stdout or stderr is redirected. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25616: Tests for OrderedDict are extracted from test_collections serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25616: Tests for OrderedDict are extracted from test_collections serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25616: Tests for OrderedDict are extracted from test_collections serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25616: Tests for OrderedDict are extracted from test_collections serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19687: Fixed possible integer overflows in ElementTree. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #19687: Fixed possible integer overflows in ElementTree. serhiy.storchaka
- [Python-checkins] cpython: Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows martin.panter
- [Python-checkins] Daily reference leaks (6a8fbb97c8d8): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fixed compilation error introduced in 745fd5550bc0. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows martin.panter
- [Python-checkins] cpython (3.5): Issue #25622: Use repr(bytes) to avoid BytesWarning martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5; no changes martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25622: Merge ctypes test from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issues #22989, #21228: Document HTTP response object for urlopen() martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22989, #21228: Merge urlopen() doc from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows martin.panter
- [Python-checkins] Benchmark Results for Python Default 2015-11-26 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-26 lp_benchmark_robot at intel.com
- [Python-checkins] devguide: #25194: add my entry to 'motivations'. r.david.murray
- [Python-checkins] devguide: #25194: Fix indentation in Nick's entry. r.david.murray
- [Python-checkins] cpython (2.7): Issue #10131: Fixed deep copying of minidom documents. Based on patch serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #10131: Fixed deep copying of minidom documents. Based on patch serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #10131: Fixed deep copying of minidom documents. Based on patch serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #10131: Fixed deep copying of minidom documents. Based on patch serhiy.storchaka
- [Python-checkins] peps: PEP 493: First draft as a standards track PEP nick.coghlan
- [Python-checkins] cpython (2.7): Issue #23914: Fix test_xpickle with python 2.4 and 2.5 zach.ware
- [Python-checkins] peps: PEP 493: make word order consistent nick.coghlan
- [Python-checkins] Daily reference leaks (9fcfdb53e8af): sum=4 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-11-27 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-11-27 lp_benchmark_robot at intel.com
- [Python-checkins] benchmarks: Issue #25719: Deprecate spitfire benchmark. zach.ware
- [Python-checkins] cpython (2.7): Closes #25742: locale.setlocale() now accepts a Unicode string for its second victor.stinner
- [Python-checkins] Daily reference leaks (9fcfdb53e8af): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: #25485: Add context manager support to Telnet class. r.david.murray
- [Python-checkins] cpython: Issue #25754: Allow test_rlcompleter to be run multiple times martin.panter
- [Python-checkins] Daily reference leaks (2e889344436e): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #25761: Added more test cases for testing unpickling broken data. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25761: Added more test cases for testing unpickling broken data. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25761: Added more test cases for testing unpickling broken data. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25761: Added more test cases for testing unpickling broken data. serhiy.storchaka
- [Python-checkins] cpython (2.7): Got rid of "with" for compatibility test_xpickle with Python 2.5. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25742: Try to fix test_locale on Windows victor.stinner
- [Python-checkins] cpython (2.7): Trying to fix test_xpickle with python 2.4 and 2.5. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed Py3k warnings in tests for issue #24731. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed yet one syntax error in test_xpickle in Python 2.5. serhiy.storchaka
- [Python-checkins] cpython: Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure martin.panter
- [Python-checkins] Daily reference leaks (6b08429a3932): sum=28 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25718: Fixed copying object with state with boolean value is false. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25718: Fixed copying object with state with boolean value is false. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25718: Fixed copying object with state with boolean value is false. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25718: Fixed copying object with state with boolean value is false. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed reference leak when read truncated pickle. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Fixed reference leak when read truncated pickle. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed reference leak when read truncated pickle. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed reference leak when read truncated pickle. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Removed debugging output of exception raised by __reduce__ method. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Removed debugging output of exception raised by __reduce__ method. serhiy.storchaka
- [Python-checkins] cpython (3.4): Removed debugging output of exception raised by __reduce__ method. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25767: Merge with 3.4 zach.ware
- [Python-checkins] cpython (3.4): Issue #25767: Link to English Wikipedia instead of French. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25767: Merge with 3.5 zach.ware
Last message date: Mon Nov 30 23:57:36 EST 2015
Archived on: Mon Nov 30 23:57:45 EST 2015
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