Showing content from http://mail.python.org/pipermail/python-checkins/2016-November/thread.html below:
The Python-checkins November 2016 Archive by thread
November 2016 Archives by thread
Starting: Tue Nov 1 00:46:01 EDT 2016
Ending: Wed Nov 30 20:33:12 EST 2016
Messages: 608
- [Python-checkins] cpython (3.6): Start 3.6.0b4 ned.deily
- [Python-checkins] cpython (3.6): Update pydoc topics for 3.6.0b3 ned.deily
- [Python-checkins] cpython (3.6): Version bump for 3.6.0b3 ned.deily
- [Python-checkins] cpython (3.6): Added tag v3.6.0b3 for changeset 8345e066c0ed ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Merge tag from 3.6 ned.deily
- [Python-checkins] cpython (3.6): Add cum_weights example (simulation of a cumulative binomial distribution). raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): merge raymond.hettinger
- [Python-checkins] cpython (2.7): Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0 zach.ware
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-11-01 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-01 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Minor code beautification raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28583: PyDict_SetDefault didn't combine split table when needed. inada.naoki
- [Python-checkins] cpython (3.6): Issue #28583: PyDict_SetDefault didn't combine split table when needed. inada.naoki
- [Python-checkins] cpython (2.7): Issue #28513: Documented command-line interface of zipfile. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28513: Documented command-line interface of zipfile. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28513: Documented command-line interface of zipfile. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28513: Documented command-line interface of zipfile. serhiy.storchaka
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-11-02 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-11-02 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed hyperlinks for tarfile CLI options. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed hyperlinks for tarfile CLI options. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed hyperlinks for tarfile CLI options. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge new pip/setuptools from 3.4 donald.stufft
- [Python-checkins] cpython (3.4): Upgrade pip to 9.0 and setuptools to 28.7.1 donald.stufft
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge updated pip/setuptools from 3.5 donald.stufft
- [Python-checkins] cpython (merge 3.6 -> default): Merge updated pip/setuptools from 3.6 donald.stufft
- [Python-checkins] cpython (2.7): Update pip to 9.0.0 and setuptools to 28.7.1 donald.stufft
- [Python-checkins] cpython (2.7): pip 9.0 works fine without the ssl module donald.stufft
- [Python-checkins] cpython (3.6): Allow ensurepip even when ssl is unavailable donald.stufft
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 - allow ensurepip w/o ssl donald.stufft
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-11-03 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-03 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #26980: Improve docs for create_unix_connection(). By Mariatta. guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28600) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28600: Optimize loop.call_soon(). yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28600) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Sync with upstream yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (asyncio) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (asyncio) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28605: Fix the help and What's New entry for --with-optimizations. brett.cannon
- [Python-checkins] cpython (merge 3.6 -> default): Merge for issue #28605 brett.cannon
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28088: Document Transport.set_protocol and get_protocol. inada.naoki
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28088: Document Transport.set_protocol and get_protocol. inada.naoki
- [Python-checkins] cpython (3.5): Issue #28088: Document Transport.set_protocol and get_protocol inada.naoki
- [Python-checkins] cpython: Issue #28580: Optimize iterating split table values. inada.naoki
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-11-04 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-11-04 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28613: Fix get_event_loop() to return the current loop yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28613) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28613) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28616: merge from 3.5 ned.deily
- [Python-checkins] cpython (2.7): Issue #28616: Correct help for sys.version_info releaselevel component. ned.deily
- [Python-checkins] cpython (3.5): Issue #28616: Correct help for sys.version_info releaselevel component. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28616: merge from 3.6 ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28485: Merge single-threading fix from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #28485: Check for negative workers even without ProcessPoolExecutor martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28485: Merge single-threading fix from 3.6 martin.panter
- [Python-checkins] cpython (3.5): Fix spacing after C++ in documentation martin.panter
- [Python-checkins] cpython (2.7): Fix spacing after C++ in documentation martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge doc fixup from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython: Remove disabled test code martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge doc fixup from 3.6 martin.panter
- [Python-checkins] cpython (3.6): Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as serhiy.storchaka
- [Python-checkins] cpython: Issue #28586: Converted os.scandir() to Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython: Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. serhiy.storchaka
- [Python-checkins] cpython (3.6): Additionally show that a backslash-escaped opening brace is treated as a jason.coombs
- [Python-checkins] cpython (3.6): Add an additional test with a newline, one that's very similar to jason.coombs
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6 jason.coombs
- [Python-checkins] cpython (3.6): Update test_no_escapes_for_braces to clarify behavior with a docstring and jason.coombs
- [Python-checkins] cpython (3.6): Update docs to reflect new behavior around backslashes in expressions (not jason.coombs
- [Python-checkins] cpython (3.5): Issue #23996: Added _PyGen_SetStopIterationValue for safe raising serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #23996: Added _PyGen_SetStopIterationValue for safe raising serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23996: Added _PyGen_SetStopIterationValue for safe raising serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #21864: Remove outdated section about exceptions from the tutorial berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #21864: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #21864: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #21590: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.6): Issue #21590: Silence Sphinx warnings in instrumentation.rst berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 benjamin.peterson
- [Python-checkins] cpython (3.5): make sure dict view types are initialized benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 benjamin.peterson
- [Python-checkins] cpython (3.6): issue #28622: Remove redundant variable annotation test from test_grammar. Ivan guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): issue #28622: Remove redundant variable annotation test from test_grammar. Ivan guido.van.rossum
- [Python-checkins] cpython (3.6): Closes #27781: Removes special cases for the experimental aspect of PEP 529 steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Closes #27781: Removes special cases for the experimental aspect of PEP 529 steve.dower
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-11-07 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-07 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Fix PC/VS9.0/build_ssl.py for recent OpenSSL zach.ware
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28088: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28088: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.5): Issue #28088: Don't include self in method signature berker.peksag
- [Python-checkins] cpython (3.5): Issue #27392: Document loop.connect_accepted_socket() yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #27392) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #27392) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28634: Fix asyncio.isfuture() to support mocks yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28634) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28634) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28635) yury.selivanov
- [Python-checkins] cpython (3.6): whatsnew: Inital pass on "What's New in Python 3.6" yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28572: Add 10% to coverage of IDLE's test_configdialog. terry.reedy
- [Python-checkins] cpython (3.6): Fixed issue #28633: segfault when concatenating bytes literal and f-string. eric.smith
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6. eric.smith
- [Python-checkins] cpython (3.6): Issue #28637: Revert issue #28082, don't import enum in re victor.stinner
- [Python-checkins] cpython (3.5): Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28572: Use system-specific values for configdialog font test terry.reedy
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (docs/inspect) yury.selivanov
- [Python-checkins] cpython (3.6): docs/inspect: clarify iscoroutinefunction; add docs for isasyncgen* yury.selivanov
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-11-08 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-11-08 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28637: No longer use re in site.py. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28637: No longer use re in site.py. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28585: Restored docstring of os._isdir(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28585: Restored docstring of os._isdir(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28585: Restored docstring of os._isdir(). serhiy.storchaka
- [Python-checkins] cpython: Issue #28621: Sped up converting int to float by reusing faster bits counting serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28563: Fixed possible DoS and arbitrary code execution when handle serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #28563: Fixed possible DoS and arbitrary code execution when handle serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #28563: Fixed possible DoS and arbitrary code execution when handle serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #28563: Fixed possible DoS and arbitrary code execution when handle serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28563: Fixed possible DoS and arbitrary code execution when handle serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28563: Fixed possible DoS and arbitrary code execution when handle serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #27243) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #26182) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #26182: Fix ia refleak in code that raises DeprecationWarning. yury.selivanov
- [Python-checkins] cpython (3.6): news: Fix a typo yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (typo in NEWS) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #26081) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ yury.selivanov
- [Python-checkins] cpython (3.5): genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28003: Make WrappedVal, ASend and AThrow GC types yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28003) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28639) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28639: Fix inspect.isawaitable to always return bool yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28639) yury.selivanov
- [Python-checkins] cpython (3.5): Update URL for requests documentation after IRC request andrew.kuchling
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5 andrew.kuchling
- [Python-checkins] cpython (3.5): Use http instead of https, due to certificate error andrew.kuchling
- [Python-checkins] Daily reference leaks (b78574cb00ab): sum=1120 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #27942: Fix memory leak in codeobject.c yury.selivanov
- [Python-checkins] cpython (3.5): ssue #27942: Fix memory leak in codeobject.c yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #27942) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #27942) yury.selivanov
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-11-09 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-09 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28652) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28652: Make loop methods reject socket kinds they do not support. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28652) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by steve.dower
- [Python-checkins] cpython (3.5): Issue #28556: More typing.py updates from upstream. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: More typing.py updates from upstream. (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: More typing.py updates from upstream. (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28649: fix-typing-test-v2.diff (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28649: fix-typing-test-v2.diff guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28649: fix-typing-test-v2.diff (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28649: typing-clear-caches.patch (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28649: typing-clear-caches.patch (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28649: typing-clear-caches.patch guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28649: Clear the typing module caches when search for reference leaks. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28649: Clear the typing module caches when search for reference leaks. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28649: Clear the typing module caches when search for reference leaks. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28653: Fix a refleak in functools.lru_cache. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.6 (issue #28653) yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28653) yury.selivanov
- [Python-checkins] Daily reference leaks (784fea019cab): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28649: fix first issue with _ForwardRef (#327) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28649: fix first issue with _ForwardRef (#327) (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28649: fix first issue with _ForwardRef (#327) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28649: fix second issue with _ForwardRef (#328) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28649: fix second issue with _ForwardRef (#328) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28649: fix second issue with _ForwardRef (#328) (3.6->3.7) guido.van.rossum
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-11-10 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-11-10 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28635: Fix a couple of missing/incorrect versionchanged tags yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28635: What's New in Python 3.6 updates yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28635: what's new in 3.6: remove mentions of backported fixes. yury.selivanov
- [Python-checkins] cpython (2.7): Issue #25507: Add back import needed for 2.x encoding warning box. terry.reedy
- [Python-checkins] cpython: Use PyThreadState_GET() in performance critical code victor.stinner
- [Python-checkins] cpython: Issue #28618: Make hot functions using __attribute__((hot)) victor.stinner
- [Python-checkins] Daily reference leaks (59b91b4e9506): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23839: Various caches now are cleared before running every test file. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #23839: Various caches now are cleared before running every test file. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23839: Various caches now are cleared before running every test file. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #23839: Various caches now are cleared before running every test file. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19398: Extra slash no longer added to sys.path components in case of serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #19398: Extra slash no longer added to sys.path components in case of serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19398: Extra slash no longer added to sys.path components in case of serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19398: Extra slash no longer added to sys.path components in case of serhiy.storchaka
- [Python-checkins] cpython: merge raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6 (issue #28665). serhiy.storchaka
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-11-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 serhiy.storchaka
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #27854: Include idlelib/help.html in 2.7 Windows installer. terry.reedy
- [Python-checkins] cpython (merge 3.6 -> default): Issue 28644: Document recent changes in typing.py (Ivan L) (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue 28644: Document recent changes in typing.py (Ivan L) guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #28615: Backport imaginary/complex number text from 3.x. terry.reedy
- [Python-checkins] Daily reference leaks (c4394da344b7): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #28665: Use macro form of PyCell_GET/SET raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed the documentation of parse_constant argument in json.load(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed the documentation of parse_constant argument in json.load(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed the documentation of parse_constant argument in json.load(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed the documentation of parse_constant argument in json.load(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. ned.deily
- [Python-checkins] cpython (2.7): Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28676: merge from 3.6 ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28676: merge from 3.5 ned.deily
- [Python-checkins] cpython (3.6): Fix typos raymond.hettinger
- [Python-checkins] Daily reference leaks (51d07aaa70ef): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fix temporary file not deleted in test_socket xavier.degaye
- [Python-checkins] cpython (3.6): Fix test_faulthandler on Android where raise() exits with 0 xavier.degaye
- [Python-checkins] cpython: Issue #26934: Fix test_faulthandler on Android where raise() exits with 0, xavier.degaye
- [Python-checkins] cpython (3.6): Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26934: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.5): Issue #28678: Fix references to numeric_owner parameter martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28678: Merge parameter name from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28678: Merge parameter name from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #28016: Skip /dev/tty seekable() test on AIX martin.panter
- [Python-checkins] cpython (3.5): Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge AIX fixes from 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT martin.panter
- [Python-checkins] cpython (2.7): Issue #28016: Skip /dev/tty seekable() test on AIX martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge AIX fixes from 3.6 martin.panter
- [Python-checkins] cpython (3.6): correctly emulate error semantics of gen.throw in FutureIter_throw benjamin.peterson
- [Python-checkins] Daily reference leaks (fcf3ae3e7db4): sum=78 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #28637: Reapply changeset 223731925d06 victor.stinner
- [Python-checkins] cpython (3.6): Issue #28082: Add basic unit tests on re enums victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-11-14 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-11-14 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28662: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.6): Issue #28662: Catch PermissionError in tests when spawning a non existent xavier.degaye
- [Python-checkins] cpython (3.3): Issue #28563: Make plural form selection more lenient and accepting serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28563: Make plural form selection more lenient and accepting serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #28563: Make plural form selection more lenient and accepting serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #28563: Make plural form selection more lenient and accepting serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28563: Make plural form selection more lenient and accepting serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28563: Make plural form selection more lenient and accepting serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28635: what's new in 3.6: add a few more notes on typing yury.selivanov
- [Python-checkins] cpython: Fixes incorrect merge steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28573: Avoid setting up env too many times during build steve.dower
- [Python-checkins] cpython (3.6): Issue #28573: Avoid setting up env too many times during build steve.dower
- [Python-checkins] cpython (3.6): Issue #28573: Fixes issue with nested if blocks steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28573: Fixes issue with nested if blocks steve.dower
- [Python-checkins] cpython (3.6): Fix warn_invalid_escape_sequence() victor.stinner
- [Python-checkins] Daily reference leaks (35f510158490): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #28618: Mark dict lookup functions as hot victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-11-15 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-11-15 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Issue 28668: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.5): Issue 28668: Skip tests where instanciation of multiprocessing.Queue xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue 28668: Merge 3.5 xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26929: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.6): Issue #26929: Skip some test_strptime tests failing on Android that xavier.degaye
- [Python-checkins] cpython (3.5): Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28703) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28703) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28704: Fix create_unix_server to support Path-like objects yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28704) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28704) yury.selivanov
- [Python-checkins] cpython (3.4): Upgrade pip to 9.0.1 and setuptools to 28.8.0 donald.stufft
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge - upgrade pip/setuptools donald.stufft
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge - upgrade pip/setuptools donald.stufft
- [Python-checkins] cpython (merge 3.6 -> default): Merge - upgrade pip/setuptools donald.stufft
- [Python-checkins] cpython (2.7): Upgrade pip to 9.0.1 and setuptools to 28.8.0 donald.stufft
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26920: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.6): Issue #26920: Fix not getting the locale's charset upon initializing the xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26935: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.6): Issue #26935: Fix broken Android dup2() in test_os xavier.degaye
- [Python-checkins] cpython (3.5): Issue #28701: Replace PyUnicode_CompareWithASCIIString with serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28701: Replace PyUnicode_CompareWithASCIIString with serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28701: Replace PyUnicode_CompareWithASCIIString with serhiy.storchaka
- [Python-checkins] Daily reference leaks (2faac299acaa): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #21449: Removed private function _PyUnicode_CompareWithId. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #21449: Removed private function _PyUnicode_CompareWithId. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). serhiy.storchaka
- [Python-checkins] cpython (3.6): Closes #28713 uses OSError in the tutorial kushal.das
- [Python-checkins] cpython (merge 3.6 -> default): Closes #28713 uses OSError in the tutorial kushal.das
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-11-16 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28721: Fix asynchronous generators aclose() and athrow() yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28721) yury.selivanov
- [Python-checkins] cpython (3.6): Issue #28720: Add collections.abc.AsyncGenerator. yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28720) yury.selivanov
- [Python-checkins] cpython (3.5): Fixes incorrect path in nuget package build. steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Null merge from 3.6 steve.dower
- [Python-checkins] cpython (3.6): Minor touch-ups to the random module examples raymond.hettinger
- [Python-checkins] cpython (3.6): Add another example to the recipes section of the random docs raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): Issue 26931: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.6): Issue 26931: Skip the test_distutils tests using a compiler executable xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26926: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.6): Issue #26926: Skip some test_io tests on platforms without large file support xavier.degaye
- [Python-checkins] cpython (3.6): Further refinements to the examples and recipes for the random module raymond.hettinger
- [Python-checkins] Daily reference leaks (89073136925d): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Small edits to the docs for sample() and shuffle(). raymond.hettinger
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-11-17 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-11-17 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Ignore newly added suspicious line zach.ware
- [Python-checkins] Daily reference leaks (d0ed9643cd57): sum=11 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-11-18 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-11-18 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #24452: add attribution brett.cannon
- [Python-checkins] cpython (merge 3.6 -> default): Merge for issue #28705 brett.cannon
- [Python-checkins] cpython (3.6): Issue #28705: greatly simplify the FAQ entry on transpiling. brett.cannon
- [Python-checkins] cpython: Issue #28548: Parse HTTP request version even if too many words received martin.panter
- [Python-checkins] Daily reference leaks (7c98768368cb): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28746: Merge 3.6 xavier.degaye
- [Python-checkins] cpython (3.6): Issue #28746: Fix the set_inheritable() file descriptor method on platforms xavier.degaye
- [Python-checkins] cpython (3.5): Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5 and fix a few other functions missing IPH handling. steve.dower
- [Python-checkins] cpython (3.5): Issue #28732: Fix crash in os.spawnv() with no elements in args steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6 steve.dower
- [Python-checkins] cpython (3.6): Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28732: Raise ValueError when argv[0] is empty steve.dower
- [Python-checkins] cpython (3.5): Issue #28732: Raise ValueError when argv[0] is empty. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28732: Raise ValueError when argv[0] is empty steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28732: Adds new errors to spawnv emulation for platforms that only have steve.dower
- [Python-checkins] cpython (3.6): Issue #28732: Adds new errors to spawnv emulation for platforms that only have steve.dower
- [Python-checkins] cpython (3.6): Fixes empty tuple case. steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27998: Documented bytes paths support on Windows. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #27998: Documented bytes paths support on Windows. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28715: Added error checks for PyUnicode_AsUTF8(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28715: Added error checks for PyUnicode_AsUTF8(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28715: Added error checks for PyUnicode_AsUTF8(). serhiy.storchaka
- [Python-checkins] cpython (3.6): Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize serhiy.storchaka
- [Python-checkins] cpython: Added the const qualifier to char* variables that refer to readonly internal serhiy.storchaka
- [Python-checkins] Daily reference leaks (08ca8d3ec707): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #19569: Suggested more appropriate replacements for deprecated Unicode serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #19569: Suggested more appropriate replacements for deprecated Unicode serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #19569: Suggested more appropriate replacements for deprecated Unicode serhiy.storchaka
- [Python-checkins] cpython: Issue #19569: Compiler warnings are now emitted if use most of deprecated serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28666: Now test.support.rmtree is able to remove unwritable or serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28666: Now test.support.rmtree is able to remove unwritable or serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28666: Now test.support.rmtree is able to remove unwritable or serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28666: Now test.support.rmtree is able to remove unwritable or serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28666: Now test.test_support.rmtree is able to remove unwritable or serhiy.storchaka
- [Python-checkins] cpython: Issue #28666: Try to fix removing readonly directories on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28666: Fix removing readonly directories on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28666: Fix removing readonly directories on Windows. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28666: Fix removing readonly directories on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge. larry.hastings
- [Python-checkins] cpython: Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. larry.hastings
- [Python-checkins] cpython (3.5): Rename the new --with-optimiations flag to --enable-optimizations. gregory.p.smith
- [Python-checkins] cpython (merge 3.6 -> default): Rename the new --with-optimiations flag to --enable-optimizations. gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.6): Rename the new --with-optimiations flag to --enable-optimizations. gregory.p.smith
- [Python-checkins] cpython (3.6): move the enable-optimizations mention to the correct Build section. gregory.p.smith
- [Python-checkins] cpython (2.7): Rename the new --with-optimiations flag to --enable-optimizations. gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #10656: Merge AIX build fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #25659: Change assert to TypeError in from_buffer/_copy() martin.panter
- [Python-checkins] cpython (3.5): Issue #10656: Fix out-of-tree building on AIX martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25659: Merge ctypes fix from 3.5 martin.panter
- [Python-checkins] cpython (3.6): Fix typos in documentation martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #10656: Merge AIX build fix from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25659: Merge ctypes fix from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #28666: Fix stat import martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge typo fixes from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #10656: Fix out-of-tree building on AIX martin.panter
- [Python-checkins] cpython (2.7): Issue #25659: Change assert to TypeError in from_buffer/_copy() martin.panter
- [Python-checkins] cpython (3.6): Issue #20572: The subprocess.Popen.wait method's undocumented endtime gregory.p.smith
- [Python-checkins] cpython (merge 3.6 -> default): Issue #20572: Remove the subprocess.Popen.wait endtime parameter. gregory.p.smith
- [Python-checkins] cpython: issue 20572: remove the deprecation notice for the deleted endtime parameter. gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: upstream improvements to docstrings and error messages by Ivan guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: upstream improvements to docstrings and error messages by Ivan guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28556: upstream improvements to docstrings and error messages by Ivan guido.van.rossum
- [Python-checkins] cpython (2.7): Change double hyphens (en dashes) to em (longer) dashes martin.panter
- [Python-checkins] cpython (3.6): Another en → em dash fix for 3.6 martin.panter
- [Python-checkins] cpython (3.5): Change double hyphens (en dashes) to em (longer) dashes martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge doc fixups from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge doc fixups from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): replace --with-optimizations references with --enable-optimizations in docs. gregory.p.smith
- [Python-checkins] cpython (3.5): replace --with-optimizations references with --enable-optimizations in docs. gregory.p.smith
- [Python-checkins] cpython (2.7): replace --with-optimizations references with --enable-optimizations in docs. gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.6): replace --with-optimizations references with --enable-optimizations in docs. gregory.p.smith
- [Python-checkins] cpython: Issue #28748: Private variable _Py_PackageContext is now of type "const char *" serhiy.storchaka
- [Python-checkins] Daily reference leaks (45eab45be175): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Fixed the documentation of the structure PyMethodDef. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed the documentation of the structure PyMethodDef. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed the documentation of the structure PyMethodDef. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed the documentation of the structure PyMethodDef. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). serhiy.storchaka
- [Python-checkins] cpython (3.6): Extend and improve the examples for the random module raymond.hettinger
- [Python-checkins] cpython: Change an en-dash to an em-dash. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28532: Show sys.version when -V option is supplied twice inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28532: Show sys.version when -V option is supplied twice inada.naoki
- [Python-checkins] cpython (3.5): Fix indentation martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge doc fixup from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge doc fixes from 3.6 martin.panter
- [Python-checkins] cpython (3.6): Fix up grammar, markup, etc in 3.6 What’s New martin.panter
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-11-21 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Implement rich comparison for _sre.SRE_Pattern victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-11-21 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28688: Remove warnings.filters check from regrtest victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28688: Null merge 3.5 victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28688: Null merge 3.6 victor.stinner
- [Python-checkins] cpython: Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict inada.naoki
- [Python-checkins] cpython (3.6): closes issue23591: add NEWS entry ethan.furman
- [Python-checkins] cpython (merge 3.6 -> default): update news and re doc ethan.furman
- [Python-checkins] cpython (3.6): closes issue28082: doc update and NEWS entry ethan.furman
- [Python-checkins] cpython (3.6): issue28082: actually include NEWS entry ethan.furman
- [Python-checkins] cpython (merge 3.6 -> default): NEWS update ethan.furman
- [Python-checkins] cpython (3.6): close issue28172: Change all example enum member names to uppercase, per Guido; ethan.furman
- [Python-checkins] cpython (merge 3.6 -> default): close issue28172: Change all example enum member names to uppercase, per Guido; ethan.furman
- [Python-checkins] cpython (3.6): Simplify code in an example raymond.hettinger
- [Python-checkins] cpython (3.6): Add a seealso section for further reference and skill building raymond.hettinger
- [Python-checkins] cpython (3.6): Misc readability and organization improvements for the random docs raymond.hettinger
- [Python-checkins] cpython (3.6): Add analysis section to motivate the single server queue example raymond.hettinger
- [Python-checkins] cpython (3.6): Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28752: Restored the __reduce__() methods of datetime objects. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28752: Restored the __reduce__() methods of datetime objects. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue 28475: Improve error message for random.sample() with k < 0. raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #28652: Partially rollback previous changes yury.selivanov
- [Python-checkins] cpython (3.6): Issue 28587: list.index documentation missing start and stop arguments. raymond.hettinger
- [Python-checkins] cpython (3.6): Fix grammar raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #28743: Reduce memory consumption for random module tests raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #28587: Improve list examples in the tutorial raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.) raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #26163: Disable periodically failing test which was overly demanding of raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #27100: With statement reports missing __enter__ before __exit__. raymond.hettinger
- [Python-checkins] cpython: Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, serhiy.storchaka
- [Python-checkins] cpython (3.6): Added tag v3.6.0b4 for changeset 18496abdb3d5 ned.deily
- [Python-checkins] cpython (3.6): Version bump for 3.6.0b4 ned.deily
- [Python-checkins] cpython (3.6): Update pydoc topics for 3.6.0b4 ned.deily
- [Python-checkins] cpython (3.6): Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following ned.deily
- [Python-checkins] Daily reference leaks (a0da176233b9): sum=981 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #28023: Fix python-gdb.py didn't support new dict implementation inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28023: Fix python-gdb.py didn't support new dict implementation inada.naoki
- [Python-checkins] cpython (3.6): Issue #28023: Fix python-gdb.py on old GDB versions victor.stinner
- [Python-checkins] test: Test. Add c xiang.zhang
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-11-22 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-22 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28727: Fix typo in pattern_richcompare() victor.stinner
- [Python-checkins] cpython (3.6): Issue #28727: Optimize pattern_richcompare() for a==a victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28573: Missing sys._mercurial info and other build issues. steve.dower
- [Python-checkins] cpython (3.6): Issue #28573: Missing sys._mercurial info and other build issues. steve.dower
- [Python-checkins] cpython (3.6): Issue #27100: Fix ref leak raymond.hettinger
- [Python-checkins] cpython: Issue #28770: Update python-gdb.py for fastcalls victor.stinner
- [Python-checkins] cpython: Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup victor.stinner
- [Python-checkins] Daily reference leaks (1addc5d2c246): sum=13 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #28774: Fix start/end pos in unicode_encode_ucs1(). xiang.zhang
- [Python-checkins] cpython: Issue #28774: Simplified encoding a str result of an error handler in ASCII serhiy.storchaka
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-11-23 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-11-23 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28783: Embedded and nuget packages incorrect reference missing steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28783: Embedded and nuget packages incorrect reference missing steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28783: Embedded and nuget packages incorrect reference missing steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28532: Add what's new entry for python -VV option inada.naoki
- [Python-checkins] cpython (3.6): Issue #28532: Add what's new entry for python -VV option inada.naoki
- [Python-checkins] Daily reference leaks (831f73efe3a6): sum=7 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-11-24 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #27100: Silence deprecation warning in Lib/test/test_with.py raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.6): Fix _PyGen_yf() victor.stinner
- [Python-checkins] cpython: Issue #28792: Remove aliases from _bisect victor.stinner
- [Python-checkins] Daily reference leaks (45713818fd81): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: Fix a ResourceWarning in generate_opcode_h.py victor.stinner
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-11-25 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-11-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28793: Fix c/p error in AsyncGenerator documentation berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28793: Merge from 3.6 berker.peksag
- [Python-checkins] cpython: Issue #28796: Silence Sphinx warnings berker.peksag
- [Python-checkins] cpython (3.5): Issue #28738: Document SIGBREAK as an acceptable value on Windows berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28738: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28738: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.5): Add missing square bracket in typing.get_type_hints() berker.peksag
- [Python-checkins] Daily reference leaks (07dfab805cf3): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixes #24142: [configparser] always join multiline values to not leave the lukasz.langa
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5, fix for #24142 lukasz.langa
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6, fix for #24142 lukasz.langa
- [Python-checkins] Daily reference leaks (876bee0bd0ba): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Fix grammar in whatsnew zach.ware
- [Python-checkins] cpython: Issue #12844: More than 255 arguments can now be passed to a function. serhiy.storchaka
- [Python-checkins] Daily reference leaks (876bee0bd0ba): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython: Remove CALL_PROFILE special build victor.stinner
- [Python-checkins] cpython: Issue #28799: Update Misc/SpecialBuilds.txt victor.stinner
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-11-28 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-11-28 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #28635: Document Python 3.6 opcode changes yury.selivanov
- [Python-checkins] cpython: Reintroduce Python2 support in generate_opcode_h.py victor.stinner
- [Python-checkins] cpython: call_function(): document PyMethod optimization victor.stinner
- [Python-checkins] cpython: Issue #28823: Simplified compiling with opcode BUILD_MAP_UNPACK. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28797: Modifying the class __dict__ inside the __set_name__ method of serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28797: Modifying the class __dict__ inside the __set_name__ method of serhiy.storchaka
- [Python-checkins] Daily reference leaks (9ded2433dc2c): sum=12 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-11-29 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-11-29 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Add TCP_CONGESTION and TCP_USER_TIMEOUT victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Null merge 3.6 victor.stinner
- [Python-checkins] cpython (3.6): Add TCP_CONGESTION and TCP_USER_TIMEOUT victor.stinner
- [Python-checkins] cpython (3.5): Issue #28790: Fix error when using Generic and __slots__ (Ivan L) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython: Uniformize argument names of "call" functions victor.stinner
- [Python-checkins] cpython (2.7): Issue #24469: Fixed memory leak caused by int subclasses without overridden serhiy.storchaka
- [Python-checkins] Daily reference leaks (7efddbf1aa70): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #28820: Fix spelling of “practice” as a noun martin.panter
- [Python-checkins] cpython (2.7): Issue #25701: Document that some C APIs can both set and delete items martin.panter
- [Python-checkins] cpython: Backed out changeset 7efddbf1aa70 victor.stinner
- [Python-checkins] cpython (2.7): Issue #28771: Correct documentation of signatures using const martin.panter
Last message date: Wed Nov 30 20:33:12 EST 2016
Archived on: Wed Nov 30 20:33:22 EST 2016
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4