Showing content from http://mail.python.org/pipermail/python-checkins/2016-October/thread.html below:
The Python-checkins October 2016 Archive by thread
October 2016 Archives by thread
Starting: Sat Oct 1 01:25:23 EDT 2016
Ending: Mon Oct 31 19:59:09 EDT 2016
Messages: 690
- [Python-checkins] cpython (2.7): Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() serhiy.storchaka
- [Python-checkins] cpython: Issue #21085: add configure check for siginfo_t.si_band zach.ware
- [Python-checkins] cpython: Issue #21085: Fix accidental leading +'s in configure.ac zach.ware
- [Python-checkins] cpython: Issue #13756: Fix building extensions modules on Cygwin zach.ware
- [Python-checkins] cpython: Update .{hg,git}ignore for Cygwin builds zach.ware
- [Python-checkins] cpython: pgen lives in Parser, not Programs. zach.ware
- [Python-checkins] cpython (3.6): Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit(). ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28323: Merge from 3.6 ned.deily
- [Python-checkins] cpython (3.6): Issue #28324: Remove vestigal MacOS 9 references in os.py docstring. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28324: Merge from 3.6 ned.deily
- [Python-checkins] cpython: Issue #28325: Remove vestigal MacOS 9 macurl2path module and its tests. ned.deily
- [Python-checkins] cpython: Issue #21124: Fix building _struct on Cygwin. zach.ware
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28322: Fixed possible crashes when unpickle itertools objects from serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28322: Fixed possible crashes when unpickle itertools objects from serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28322: Fixed possible crashes when unpickle itertools objects from serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28257: Backported a test. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28257: Backported a test. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28257: Improved error message when pass a non-iterable as serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28257: Improved error message when pass a non-iterable as serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27358: Backported tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27358: Backported tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27358: Optimized merging var-keyword arguments and improved error serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #27358: Optimized merging var-keyword arguments and improved error serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #20254: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #20254: Fix duplicate tests in test_socket berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #20254: Merge from 3.6 berker.peksag
- [Python-checkins] cpython: Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28338: Restore test_pdb doctests. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28338: Merge from 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #27358: Fix typo in error message berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27358: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.6): Issue #28227: gzip now supports pathlib berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28227: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.6): Issue #28225: bz2 module now supports pathlib berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28225: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (2.7): Moved Unicode C API related tests to separate test class. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Moved Unicode C API related tests to separate test class. serhiy.storchaka
- [Python-checkins] cpython (3.5): Moved Unicode C API related tests to separate test class. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Moved Unicode C API related tests to separate test class. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). serhiy.storchaka
- [Python-checkins] cpython (3.6): test_invalid_sequences seems don't have to stay in CAPITest. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): test_invalid_sequences seems don't have to stay in CAPITest. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): More updates from upstream typing.py (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): More updates from upstream typing.py guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): More updates from upstream typing.py (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28217: Adds _testconsole module to test console input. steve.dower
- [Python-checkins] cpython (3.6): Issue #28217: Adds _testconsole module to test console input. Fixes some issues steve.dower
- [Python-checkins] cpython (3.6): Issue #28218: Fixes versionadded description in using/windows.rst steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6 steve.dower
- [Python-checkins] cpython: Add myself to the ACKS file. steve.dower
- [Python-checkins] cpython: Closes #28335: used 'raise from' in logging configuration code. vinay.sajip
- [Python-checkins] cpython: Issue #28335: made minor improvement to implementation. vinay.sajip
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-03 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-03 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Closes #21124, #28337: Call PyType_Ready on unpackiter_type. zach.ware
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#26617) benjamin.peterson
- [Python-checkins] cpython (3.5): ensure gc tracking is off when invoking weakref callbacks (closes #26617) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#26617) benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #28350: String constants with null character no longer interned. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28350: String constants with null character no longer interned. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28350: String constants with null character no longer interned. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28350: String constants with null character no longer interned. serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython steven.daprano
- [Python-checkins] cpython: Issue #27181 remove geometric_mean and defer for 3.7. steven.daprano
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28229: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.6): Issue #28229: lzma module now supports pathlib berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28348: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28348: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.5): Issue #28348: Fix typo in asyncio.Task() documentation berker.peksag
- [Python-checkins] cpython (3.5): Issue #28222: Don't fail if pygments is not available berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28222: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28222: Merge from 3.5 berker.peksag
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-04 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-04 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): null merge from 3.6 ned.deily
- [Python-checkins] cpython (3.6): Issue #27181 remove geometric_mean and defer for 3.7. ned.deily
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-10-05 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-05 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27998: Removed workarounds for supporting bytes paths on Windows in serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #27998: Removed workarounds for supporting bytes paths on Windows in serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28368: Refuse monitoring processes if the child watcher has no loop yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28368) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28368) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28369) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28369) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28369: Raise an error when transport's FD is used with add_reader yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28370) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28370: Speedup asyncio.StreamReader.readexactly yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28370) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28371) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28371) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28372: Fix asyncio to support formatting of non-python coroutines yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28372) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28372) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #23749) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #23749) yury.selivanov
- [Python-checkins] cpython (2.7): mmap: do all internal arithmetic with Py_ssize_t while being very careful about benjamin.peterson
- [Python-checkins] cpython (2.7): skip test if resizing is not supported benjamin.peterson
- [Python-checkins] cpython (2.7): fix bug in 48797808a302 benjamin.peterson
- [Python-checkins] cpython (2.7): skip test on windows benjamin.peterson
- [Python-checkins] cpython (3.5): skip test if resizing is not supported benjamin.peterson
- [Python-checkins] cpython (3.5): fix bug in 48797808a302 benjamin.peterson
- [Python-checkins] cpython (3.5): mmap: do all internal arithmetic with Py_ssize_t while being very careful about benjamin.peterson
- [Python-checkins] cpython (3.5): skip test on windows benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28201: Dict reduces possibility of 2nd conflict in hash table. inada.naoki
- [Python-checkins] cpython (3.6): Issue #28201: Dict reduces possibility of 2nd conflict in hash table. inada.naoki
- [Python-checkins] cpython (2.7): make 'where' Py_ssize_t benjamin.peterson
- [Python-checkins] cpython (3.5): do not leak buffer if mmap is not writable benjamin.peterson
- [Python-checkins] cpython (3.5): ensure read size is initialized benjamin.peterson
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-10-06 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-10-06 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Fix vestigial spelling. ned.deily
- [Python-checkins] cpython (3.4): Issue #27759: Fix selectors incorrectly retain invalid file descriptors. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Null merge with 3.6 yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge with 3.5 yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge with 3.4 yury.selivanov
- [Python-checkins] cpython (3.6): Fixes issue28380: unittest.mock Mock autospec functions now properly support gregory.p.smith
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28380: unittest.mock Mock autospec functions now properly support gregory.p.smith
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-07 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-07 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (asyncio) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (asyncio) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24098: Fixed possible crash when AST is changed in process of serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #24098: Fixed possible crash when AST is changed in process of serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #24098: Fixed possible crash when AST is changed in process of serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24098: Fixed possible crash when AST is changed in process of serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26293: Fixed writing ZIP files that starts not from the start of the serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26293: Fixed writing ZIP files that starts not from the start of the serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26293: Fixed writing ZIP files that starts not from the start of the serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26293: Fixed writing ZIP files that starts not from the start of the serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #18287: PyType_Ready() now checks that tp_name is not NULL. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18287: PyType_Ready() now checks that tp_name is not NULL. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #18287: PyType_Ready() now checks that tp_name is not NULL. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #18287: PyType_Ready() now checks that tp_name is not NULL. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28257: Improved error message when pass a non-mapping as a var-keyword serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25783: Fixed test_traceback when run directly (without regrtest). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25783: Fixed test_traceback when run directly (without regrtest). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25783: Fixed test_traceback when run directly (without regrtest). serhiy.storchaka
- [Python-checkins] cpython (2.7): Silenced compiler warnings. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26906: Resolving special methods of uninitialized type now causes serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26906: Resolving special methods of uninitialized type now causes serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26906: Resolving special methods of uninitialized type now causes serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26906: Resolving special methods of uninitialized type now causes serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28317: The disassembler now decodes FORMAT_VALUE argument. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28317: The disassembler now decodes FORMAT_VALUE argument. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28390: Fix header levels in whatsnew/3.6.rst berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28390: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27998: Fixed bytes path support in os.scandir() on Windows. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #27998: Fixed bytes path support in os.scandir() on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28376: Fixed typos. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28376: The constructor of range_iterator now checks that step is not 0. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28376: Creating instances of range_iterator by calling range_iterator serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6. serhiy.storchaka
- [Python-checkins] cpython: Issue #28376: Creating instances of range_iterator by calling range_iterator serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28376: The type of long range iterator is now registered as Iterator. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28333: Remove unnecessary increment. steve.dower
- [Python-checkins] cpython (3.6): Issue #28333: Remove unnecessary increment. steve.dower
- [Python-checkins] cpython (3.6): Add proper credit to NEWS file. steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6 steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28162: Fixes Ctrl+Z handling in console readall() steve.dower
- [Python-checkins] cpython (3.6): Issue #28162: Fixes Ctrl+Z handling in console readall() steve.dower
- [Python-checkins] cpython (3.5): Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28388: update typing module documentation. (merge 3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28388: update typing module documentation. (merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28388: update typing module documentation. guido.van.rossum
- [Python-checkins] cpython (3.5): Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) guido.van.rossum
- [Python-checkins] cpython (3.5): Merge further typing.py changes from upstream. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge further typing.py changes from upstream. (merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Merge further typing.py changes from upstream. (merge 3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.6): Issue #26801: Added C implementation of asyncio.Future. inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26801: Added C implementation of asyncio.Future. inada.naoki
- [Python-checkins] cpython (3.6): Fixed wrong issue number in NEWS inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Fixed wrong issue number in NEWS inada.naoki
- [Python-checkins] cpython: Issue #28379: Removed redundant check. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28389: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28389: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28399) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28399) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28399: Remove UNIX socket from FS before binding. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #27972) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #27972) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27972: Prohibit Tasks to await on themselves. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. guido.van.rossum
- [Python-checkins] cpython (3.6): Issue #28183: Optimize and cleanup dict iteration. serhiy.storchaka
- [Python-checkins] cpython: Issue #28400: Removed uncessary checks in unicode_char and resize_copy. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28394: More typo fixes for 3.6+ martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28394: Merge typo fixes from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #28394: Spelling and typo fixes in code comments and changelog martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28394: Merge typo fixes from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #28394: Typo fixes in code comments and changelog martin.panter
- [Python-checkins] cpython (3.6): Issue #28402: Adds signed catalog files for stdlib on Windows. steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28402: Adds signed catalog files for stdlib on Windows. steve.dower
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-10 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-10 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. inada.naoki
- [Python-checkins] cpython (3.6): Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. inada.naoki
- [Python-checkins] cpython (3.6): Update OS X installer ReadMe for 360b2. ned.deily
- [Python-checkins] cpython (3.6): regenerate configure with autoconf 2.69 ned.deily
- [Python-checkins] cpython (3.6): Fix launcher.msi from rebuilding during release build. steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Fix launcher.msi from rebuilding during release build. steve.dower
- [Python-checkins] cpython (3.6): Update pydoc topics for 3.6.0b2 ned.deily
- [Python-checkins] cpython (3.6): Version bump for 3.6.0b2 ned.deily
- [Python-checkins] cpython (3.6): Added tag v3.6.0b2 for changeset b9fadc7d1c3f ned.deily
- [Python-checkins] cpython (3.6): Start 3.6.0b3 ned.deily
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge 3.6 releasing branch ned.deily
- [Python-checkins] cpython (3.4): Issue #28248: Update Windows build to use OpenSSL 1.0.2j zach.ware
- [Python-checkins] cpython (2.7): Issue #28248: Update Windows build to use OpenSSL 1.0.2j zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #28248: Merge with 3.4 zach.ware
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28248: Merge with 3.5 zach.ware
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28248: Merge with 3.6 zach.ware
- [Python-checkins] cpython (3.6): Issue #28208: Update Windows build to use SQLite 3.14.2.0 zach.ware
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28208: Merge with 3.6 zach.ware
- [Python-checkins] cpython: - dictobject.c: Make dict_merge symbol a static symbol matthias.klose
- [Python-checkins] cpython: - Modules/Setup.dist: Add the _blake2 module matthias.klose
- [Python-checkins] cpython (3.6): prefix freegrammar (closes #28413) benjamin.peterson
- [Python-checkins] cpython (3.6): - dictobject.c: Make dict_merge symbol a static symbol matthias.klose
- [Python-checkins] cpython (3.6): - Modules/Setup.dist: Add the _blake2 module matthias.klose
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-11 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #18844: Fix-up examples for random.choices(). Remove over-specified raymond.hettinger
- [Python-checkins] cpython (3.6): va_end vargs2 once (closes #28417) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#28417) benjamin.peterson
- [Python-checkins] cpython (3.6): Fix _Py_normalize_encoding() command victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-12 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-10-12 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #20766: Merge with 3.5. xavier.degaye
- [Python-checkins] cpython (3.5): Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #20766: Merge with 3.6. xavier.degaye
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-13 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-10-13 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #24452: Make webbrowser support Chrome on Mac OS X. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.6): Check return value of _PyDict_SetItemId() christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Check return value of _PyDict_SetItemId() christian.heimes
- [Python-checkins] cpython (2.7): Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #21443: Show how to change log level for asyncio. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #21443: Show how to change log level for asyncio. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #21443: Show how to change log level for asyncio. (Merge 3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of guido.van.rossum
- [Python-checkins] cpython (3.6): Issue #18844: Add more tests raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): [merge from 3.6] Issue28438 - Fix the link for pkgutil.get_data doc. senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> 3.6): [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc. senthil.kumaran
- [Python-checkins] cpython (3.5): Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang senthil.kumaran
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-10-14 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-10-14 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Remove wildcard imports from distutils.command.sdist jason.coombs
- [Python-checkins] cpython: Get names for README files from class attribute, allowing subclass to override. jason.coombs
- [Python-checkins] cpython: Extract methods from sdist.add_defaults, allowing subclasses to override or jason.coombs
- [Python-checkins] cpython: Remove unused import and reorganize imports of modules. jason.coombs
- [Python-checkins] cpython: Replace trailing comments with block-level comments jason.coombs
- [Python-checkins] cpython: Add case-sensitive file comparison for detecting/adding standard default files. jason.coombs
- [Python-checkins] cpython: Make cs_path_exists a protected, static method jason.coombs
- [Python-checkins] cpython (3.5): Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23231: Merge codecs doc from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #23231: Merge codecs doc from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #27800: Document limitation and workaround for multiple RE repetitions martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27800: Merge RE repetition doc from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27800: Merge RE repetition doc from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #27800: Document limitation and workaround for multiple RE repetitions martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28428: Rename _futures module to _asyncio. (merge from 3.6) inada.naoki
- [Python-checkins] cpython (3.6): Issue #28428: Rename _futures module to _asyncio. inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Remove spurious article. ned.deily
- [Python-checkins] cpython (3.5): Remove spurious article. ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.6): Remove spurious article. ned.deily
- [Python-checkins] cpython: Minor fix-up to apply the stack adjustment macros consistent with the other raymond.hettinger
- [Python-checkins] cpython: Issue #27896: Allow passing sphinx options to Doc/Makefile victor.stinner
- [Python-checkins] cpython (3.5): Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28432: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28432: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (2.7): Issue #21720: Improve exception message when the type of fromlist is unicode berker.peksag
- [Python-checkins] cpython (3.5): remove extra PyErr_Format arguments (closes #28454) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#28454) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#28454) benjamin.peterson
- [Python-checkins] cpython (3.5): Issue #28455: Clarify example of overriding the convert_arg_line_to_args method berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28455: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28455: Merge from 3.6 berker.peksag
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-10-17 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-10-17 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.7: Issue #28409: regrtest: fix the parser of command line arguments. victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments. victor.stinner
- [Python-checkins] cpython (3.5): Issue #28409: regrtest: fix the parser of command line arguments. victor.stinner
- [Python-checkins] cpython (3.5): Fix default value of StreamReader.readuntil() berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.6): Issue #28452: Remove _asyncio._init_module function inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28452: Remove _asyncio._init_module function inada.naoki
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge 3.6 (change already applied in default) victor.stinner
- [Python-checkins] cpython (3.5): Issue #27896: Allow passing sphinx options to Doc/Makefile victor.stinner
- [Python-checkins] cpython (2.7): Issue #27896: Allow passing sphinx options to Doc/Makefile victor.stinner
- [Python-checkins] cpython: Issue #28256: Cleanup _math.c victor.stinner
- [Python-checkins] benchmarks: benchmarks is deprecated, please use performance victor.stinner
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-10-18 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-10-18 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: timeit: change default repeat to 5, instead of 3 victor.stinner
- [Python-checkins] cpython: timeit: start autorange with 1 iteration, not 10 victor.stinner
- [Python-checkins] cpython: timeit: remove --clock and --time options victor.stinner
- [Python-checkins] cpython: timeit: add newlines to output for readability victor.stinner
- [Python-checkins] cpython: timeit: enhance format of raw timings (in verbose mode) victor.stinner
- [Python-checkins] cpython: timeit: add nsec (nanosecond) unit for format timings victor.stinner
- [Python-checkins] cpython (3.6): Issue #28471: Fix crash (GIL state related) in socket.setblocking yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28471) yury.selivanov
- [Python-checkins] cpython (3.6): bold arguments benjamin.peterson
- [Python-checkins] cpython (3.6): always use double quotes for SystemTap string literals (closes #28472) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#28472) benjamin.peterson
- [Python-checkins] cpython: Close #28476: Reuse math.factorial() in test_random victor.stinner
- [Python-checkins] cpython (3.6): Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26944: Merge with 3.6. xavier.degaye
- [Python-checkins] cpython (3.5): Issue #19795: Mark up None as literal text. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19795: Mark up None as literal text. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19795: Mark up True and False as literal text instead of bold. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19795: Mark up None as literal text. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19795: Mark up True and False as literal text instead of bold. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19795: Mark up True and False as literal text instead of bold. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #19795: Mark up True and False as literal text instead of bold. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19795: Mark up None as literal text. serhiy.storchaka
- [Python-checkins] cpython: Issue #28240: Fix formatting of the warning. victor.stinner
- [Python-checkins] cpython: _csv: use _PyLong_AsInt() victor.stinner
- [Python-checkins] cpython (3.5): Issue #19795: Fixed markup errors. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19795: Fixed markup errors. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19795: Fixed markup errors. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #19795: Improved more markups of True/False. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19795: Improved more markups of True/False. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19795: Improved more markups of True/False. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19795: Improved more markups of True/False. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #19795: Fixed formatting a table. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19795: Fixed formatting a table. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19795: Fixed formatting a table. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19795: Fixed formatting a table. serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-19 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-10-19 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Close #28479: Fix reST syntax in windows.rst victor.stinner
- [Python-checkins] cpython (2.7): Issue #28480: Avoid label at end of compound statement --without-threads martin.panter
- [Python-checkins] cpython (3.6): Issue #28480: Adjust or skip tests if multithreading is disabled martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28480: Merge multithreading fixes from 3.6 martin.panter
- [Python-checkins] cpython (3.6): Issue #28480: Avoid label at end of compound statement --without-threads martin.panter
- [Python-checkins] cpython: Add cum_weights example (simulation of a cumulative binomial distribution). raymond.hettinger
- [Python-checkins] cpython: Issue #21955: Please don't try to optimize int+int victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-20 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-10-20 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010 yury.selivanov
- [Python-checkins] cpython (3.5): Issue #26010: Document CO_* constants yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #26010) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Issue #24381: merge from 3.6 ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #24381: merge from 3.5 ned.deily
- [Python-checkins] cpython (2.7): Issue #24381: Avoid unused function warning when building bundled macOS libffi. ned.deily
- [Python-checkins] cpython (3.5): Issue #24381: Avoid unused function warning when building bundled macOS libffi. ned.deily
- [Python-checkins] cpython (3.6): Issue #28492: Fix how StopIteration is raised in _asyncio.Future yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28492) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #26010: fix typos; rewording yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28493) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28493: Fix typos in _asynciomodule.c yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge test suite fixes from 3.6 martin.panter
- [Python-checkins] cpython (3.6): Issue #28471: Avoid ResourceWarning by detaching test socket martin.panter
- [Python-checkins] cpython (3.6): Issue #28484: Skip tests if GIL is not used or multithreading is disabled martin.panter
- [Python-checkins] cpython: Issue #23214: Implement optional BufferedReader, BytesIO read1() argument martin.panter
- [Python-checkins] cpython: Issue #23214: Remove BufferedReader.read1(-1) workaround martin.panter
- [Python-checkins] cpython (3.6): Issue #28448: Fix C implemented asyncio.Future didn't work on Windows inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28448: Fix C implemented asyncio.Future didn't work on Windows (merge inada.naoki
- [Python-checkins] cpython (3.6): mark dtrace stubs as static inline; remove stubs benjamin.peterson
- [Python-checkins] cpython (3.6): Issue #18219: Optimize csv.DictWriter for large number of columns. inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #18219: Optimize csv.DictWriter for large number of columns. inada.naoki
- [Python-checkins] cpython (3.5): Issue #28410: Keep the traceback of original exception in serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28410: Keep the traceback of original exception in serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28410: Keep the traceback of original exception in serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-21 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-10-21 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28214: Improved exception reporting for problematic __set_name__ serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28214: Improved exception reporting for problematic __set_name__ serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28396: Remove any mention of .pyo files from the man page. brett.cannon
- [Python-checkins] cpython (merge 3.6 -> default): Merge (issue #28396) brett.cannon
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge (issue #28396) brett.cannon
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge (issue #25152) brett.cannon
- [Python-checkins] cpython (merge 3.6 -> default): Merge (issue #25152) brett.cannon
- [Python-checkins] cpython (3.5): Issue #25152: Mention the deprecation of pyvenv brett.cannon
- [Python-checkins] cpython (3.6): Issue #28500: Fix asyncio to handle async gens GC from another thread. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28500) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #26923) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #26923) yury.selivanov
- [Python-checkins] cpython (3.5): Fix indent guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Fix indent (merge) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fix indent (merge) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Sync typing.py from upstream (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Sync typing.py from upstream guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Sync typing.py from upstream (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #26796) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #26796: Don't configure the number of workers for default threadpool yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #26796) yury.selivanov
- [Python-checkins] cpython: Issue #23214: Fix formatting of -1 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28482: Skip a few test_typing tests if asyncio unavailable (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28482: Skip a few test_typing tests if asyncio unavailable (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28482: Skip a few test_typing tests if asyncio unavailable guido.van.rossum
- [Python-checkins] cpython (3.5): Two minor typing.py fixes (upstream #305) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Two minor typing.py fixes (upstream #305) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Two minor typing.py fixes (upstream #305) (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #28435: Avoid no_proxy environment variable interfering with tests martin.panter
- [Python-checkins] cpython (3.5): Issue #28435: Avoid no_proxy environment variable interfering with tests martin.panter
- [Python-checkins] cpython (3.5): Issue #26620: Fix ResourceWarning in test_urllib2_localnet martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28435: Merge urllib test fixes from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28435: Merge urllib test fixes from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of guido.van.rossum
- [Python-checkins] cpython: Reference the original compact-and-ordered proposal raymond.hettinger
- [Python-checkins] cpython: Issue #28504: Cleanup unicode_decode_call_errorhandler_wchar/writer. serhiy.storchaka
- [Python-checkins] cpython: Issue #28510: Clean up decoding error handlers. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25953: re.sub() now raises an error for invalid numerical group serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #25953: re.sub() now raises an error for invalid numerical group serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28115: Added tests for CLI of the zipfile module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28115: Added tests for CLI of the zipfile module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28115: Added tests for CLI of the zipfile module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28115: Added tests for CLI of the zipfile module. serhiy.storchaka
- [Python-checkins] cpython: Issue #28115: Command-line interface of the zipfile module now uses argparse. serhiy.storchaka
- [Python-checkins] cpython: Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. serhiy.storchaka
- [Python-checkins] cpython: Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead serhiy.storchaka
- [Python-checkins] cpython: Issue #28439: Remove redundant checks in PyUnicode_EncodeLocale and serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28115: ZIP creation test requires zlib. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28115: ZIP creation test requires zlib. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28115: ZIP creation test requires zlib. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28115: ZIP creation test requires zlib. serhiy.storchaka
- [Python-checkins] cpython (3.6): asyncio: Increase asyncio.Future test coverage; test both implementations. yury.selivanov
- [Python-checkins] cpython (3.5): Some distutils tests require zlib for creating tar.gz source distribution. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Some distutils tests require zlib for creating tar.gz source distribution. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Some distutils tests require zlib for creating tar.gz source distribution. serhiy.storchaka
- [Python-checkins] cpython (2.7): Some distutils tests require zlib for creating tar.gz source distribution. serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-24 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-10-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #5830: Remove old comment. Add empty slots. raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #25464: Fixed HList.header_exists() in Tix module by adding serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#28525) benjamin.peterson
- [Python-checkins] cpython (3.5): fix name of keyword parameter to gc.collect() (closes #28525) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#28525) benjamin.peterson
- [Python-checkins] cpython (3.6): Issue #28517: Fixed of-by-one error in the peephole optimizer that caused serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28517: Fixed of-by-one error in the peephole optimizer that caused serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28515: Fixed py3k warnings. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28430: Fix iterator of C implemented asyncio.Future doesn't inada.naoki
- [Python-checkins] cpython (3.6): Issue #28430: Fix iterator of C implemented asyncio.Future doesn't inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28408: Fixed a leak and remove redundant code in serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28408: Fixed a leak and remove redundant code in serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-25 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-10-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28353: os.fwalk() no longer fails on broken links. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28353: os.fwalk() no longer fails on broken links. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28353: os.fwalk() no longer fails on broken links. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space serhiy.storchaka
- [Python-checkins] cpython: Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27275: Fixed implementation of pop() and popitem() methods in serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27275: Fixed implementation of pop() and popitem() methods in serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27275: Fixed implementation of pop() and popitem() methods in serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.6): Issue #28353: Try to fix tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28353: Try to fix tests. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28107: Update typing module documentation for NamedTuple (Ivan) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28107: Update typing module documentation for NamedTuple (Ivan) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28353: Fixed tests of os.fwalk() with broken links. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28333: Fixes off-by-one error that was adding an extra space. steve.dower
- [Python-checkins] cpython (3.6): Issue #28333: Fixes off-by-one error that was adding an extra space. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26240: Merge subprocess doc string from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #26240: Clean up the subprocess module doc string martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26240: Merge subprocess doc string from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #26240: Clean up the subprocess module doc string martin.panter
- [Python-checkins] cpython (3.6): Issue #25002: Back out asyncore/asynchat deprecation. guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25002: Back out asyncore/asynchat deprecation. (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.5): Fix default role usage zach.ware
- [Python-checkins] cpython (3.6): Ignore harmless suspicious markup zach.ware
- [Python-checkins] cpython: Remove unused suspicious rules zach.ware
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-10-26 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-26 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28509: dict.update() no longer allocate unnecessary large memory inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28509: dict.update() no longer allocate unnecessary large memory inada.naoki
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-10-27 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-10-27 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28526: Use PyUnicode_AsEncodedString() instead of serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28526: Use PyUnicode_AsEncodedString() instead of serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28526: Use PyUnicode_AsEncodedString() instead of serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28496: Mark up constants 0, 1 and -1 that denote return values or serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28496: Mark up constants 0, 1 and -1 that denote return values or serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28496: Mark up constants 0, 1 and -1 that denote return values or serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28496: Mark up constants 0, 1 and -1 that denote return values or serhiy.storchaka
- [Python-checkins] cpython (3.6): Revert incorrect file merge from 3.5. steve.dower
- [Python-checkins] cpython (3.5): Updates release build to collect symbols and binaries, and create nuget package. steve.dower
- [Python-checkins] cpython (3.6): Issue #22493: Updated an example for fnmatch.translate(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #22949: Documented that fnmatch.translate() is for use with re.match(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #22949: Documented that fnmatch.translate() is for use with re.match(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22949: Documented that fnmatch.translate() is for use with re.match(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #22949: Documented that fnmatch.translate() is for use with re.match(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #22493: Updated an example for fnmatch.translate(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28522: Fixes mishandled buffer reallocation in getpathp.c steve.dower
- [Python-checkins] cpython (3.6): Issue #28522: Fixes mishandled buffer reallocation in getpathp.c steve.dower
- [Python-checkins] cpython (3.5): Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed possible NULL decrefing. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed possible NULL decrefing. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed possible NULL decrefing. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed possible NULL decrefing. serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #28046: Fix the removal of the sysconfigdata module xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28046: Merge with 3.6. xavier.degaye
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-28 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-10-28 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28544) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28544: Implement asyncio.Task in C. yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28544: Fix _asynciomodule.c on Windows victor.stinner
- [Python-checkins] cpython (3.5): Removes incorrect condition from lib_pdb.msi steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Removes incorrect condition from lib_pdb.msi steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Removes incorrect condition from lib_pdb.msi steve.dower
- [Python-checkins] cpython (3.6): Issue #28544: Fix compilation of _asynciomodule.c on Windows yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28544: Fix inefficient call to _PyObject_CallMethodId() victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28444: Fix missing extensions modules when cross compiling. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28444: Merge with 3.6. xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28444: Merge with 3.5. xavier.degaye
- [Python-checkins] cpython (3.6): Makes test_underpth* tests more robust by copying the executable. steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: updates to typing.py (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28556: updates to typing.py guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: updates to typing.py (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Adds missing _asyncio.pyd to installer and generally tidies pyd management. steve.dower
- [Python-checkins] cpython (3.6): Adds missing _asyncio.pyd to installer and generally tidies pyd management. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) guido.van.rossum
- [Python-checkins] cpython (3.6): Issue #18844: Make the various ways for specifing weights produce the same raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #18844: Strengthen tests to include a case with unequal weighting raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #26638: Work around more CLI options that can’t be linked martin.panter
- [Python-checkins] cpython (3.5): Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings martin.panter
- [Python-checkins] cpython (2.7): Issue #26638: Disable inappropriate links to Python interpreter options martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26638: Merge option warning fixes from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #26638: Cannot directly link to main option from the “timeit” module martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26638: Merge option warning fixes from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings martin.panter
- [Python-checkins] cpython (3.5): Backed out changeset 9f7505019767 (issue #27275). serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23262: The webbrowser module now supports Firefox 36+ and derived serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23262: The webbrowser module now supports Firefox 36+ and derived serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): - Issue #23262: The webbrowser module now supports Firefox 36+ and derived serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28385: An error message when non-empty format spec is passed to serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28385: An error message when non-empty format spec is passed to serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28385: An error message when non-empty format spec is passed to serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28549: Fixed segfault in curses's addch() with ncurses6. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28549: Fixed segfault in curses's addch() with ncurses6. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28549: Fixed segfault in curses's addch() with ncurses6. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28541: Improve test coverage for encoding detection in json library. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28541: Improve test coverage for encoding detection in json library. serhiy.storchaka
- [Python-checkins] cpython (3.6): Update the f-string test broken in issue #28385. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Update the f-string test broken in issue #28385. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27517: LZMA compressor and decompressor no longer raise exceptions if serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27517: LZMA compressor and decompressor no longer raise exceptions if serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27517: LZMA compressor and decompressor no longer raise exceptions if serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28553: Fix logic error in example code of int.to_bytes doc. inada.naoki
- [Python-checkins] cpython (3.5): Issue #28553: Fix logic error in example code of int.to_bytes doc. inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28553: Fix logic error in example code of int.to_bytes doc. inada.naoki
- [Python-checkins] cpython: Issue 28128: Print out better error/warning messages for invalid string escapes. eric.smith
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-10-31 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-10-31 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Backed out changeset 6b88dfc7b25d serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue 28128: Null merge with 3.6: already applied to default. eric.smith
- [Python-checkins] cpython (3.6): Issue 28128: Print out better error/warning messages for invalid string eric.smith
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28208: merge from 3.6 ned.deily
- [Python-checkins] cpython (3.6): Issue #28028: Update OS X installers to use SQLite 3.14.2. ned.deily
- [Python-checkins] cpython (3.5): Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. ned.deily
- [Python-checkins] cpython (2.7): Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28248: merge from 3.6 ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28248: merge from 3.5 ned.deily
Last message date: Mon Oct 31 19:59:09 EDT 2016
Archived on: Mon Oct 31 19:59:14 EDT 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