Showing content from http://mail.python.org/pipermail/python-checkins/2016-August/thread.html below:
The Python-checkins August 2016 Archive by thread
August 2016 Archives by thread
Starting: Mon Aug 1 06:04:16 EDT 2016
Ending: Wed Aug 31 21:09:18 EDT 2016
Messages: 522
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-01 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-08-01 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-02 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-08-02 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #22557: Now importing already imported modules is up to 2.5 times faster. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27241: Catch exception when running pstats as main. stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5. stefan.krah
- [Python-checkins] cpython: Closes #27661: Added tzinfo keyword argument to datetime.combine. alexander.belopolsky
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26576: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = berker.peksag
- [Python-checkins] cpython (3.5): Issue #20767: Fix -R option for FreeBSD/clang. stefan.krah
- [Python-checkins] cpython (2.7): Issue #20767: Fix -R option for FreeBSD/clang. stefan.krah
- [Python-checkins] cpython (3.5): Issue #23710: Update PyObject_HEAD documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23710: Merge from 3.5 berker.peksag
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-03 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-08-03 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.3 -> 3.4): Merge 3.3 donald.stufft
- [Python-checkins] cpython (3.3): Switch upload.pypi.io to upload.pypi.org donald.stufft
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 donald.stufft
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 donald.stufft
- [Python-checkins] cpython (2.7): Switch upload.pypi.io to upload.pypi.org donald.stufft
- [Python-checkins] cpython (3.5): Issue #24278: Explain how argument parsing output buffers are managed martin.panter
- [Python-checkins] cpython (3.5): Issue #27641: Comment out regeneration rules when cross compiling martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24278: Merge argument parsing docs from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27641: Merge cross-compiling improvement from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #27641: Comment out regeneration rules when cross compiling martin.panter
- [Python-checkins] cpython: Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict martin.panter
- [Python-checkins] cpython (3.5): https link to the bug tracker (closes #27670) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27670) benjamin.peterson
- [Python-checkins] cpython (2.7): https link to the bug tracker (closes #27670) benjamin.peterson
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-08-04 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-08-04 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Indent ipaddress.ip_address() example correctly berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Fix half-finished sentence. zach.ware
- [Python-checkins] cpython (2.7): Spelling and grammar fixes in code comments and documentation martin.panter
- [Python-checkins] cpython (2.7): Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. martin.panter
- [Python-checkins] cpython (3.5): Fix spelling and grammar in documentation and code comments martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge spelling and grammar fixes from 3.5 martin.panter
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-08-05 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-08-05 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Add typing.Generator docs, by Michael Lee. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #20160: Handled passing of large structs to callbacks correctly. vinay.sajip
- [Python-checkins] cpython (3.3): Issue #20160: Handled passing of large structs to callbacks correctly. vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #20160: Merged fix from 3.3. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #20160: Merged fix from 3.5. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #20160: Merged fix from 3.4. vinay.sajip
- [Python-checkins] cpython: Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel ethan.furman
- [Python-checkins] cpython: Add AutoEnum: automatically provides next value if missing. Issue 26988. ethan.furman
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18548: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #18548: Fix unittest.TestSuite() example berker.peksag
- [Python-checkins] cpython: Closes #27650: Implemented repr methods for logging objects. vinay.sajip
- [Python-checkins] cpython: Closes #22829: Added --prompt option to venv. vinay.sajip
- [Python-checkins] cpython: Silence warnings from 'make suspicious' to make the docs buildbot happy berker.peksag
- [Python-checkins] cpython: Issue #26800: Undocumented support of general bytes-like objects serhiy.storchaka
- [Python-checkins] cpython: Issue #26754: Undocumented support of general bytes-like objects serhiy.storchaka
- [Python-checkins] cpython (3.5): Better docs for typing.Any by Michael Lee. Fixes issue #27688. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #26750: unittest.mock.create_autospec() now works properly gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26750: unittest.mock.create_autospec() now works properly for gregory.p.smith
- [Python-checkins] cpython: Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() gregory.p.smith
- [Python-checkins] cpython (3.5): Use asyncio.gather instead of asyncio.wait in example. andrew.svetlov
- [Python-checkins] cpython: Re-linewrap comments raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23322: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #23322: Remove outdated reference to an example in parser docs berker.peksag
- [Python-checkins] cpython (3.5): Fix use of default reST role berker.peksag
- [Python-checkins] cpython: Expose EPOLLRDHUP conditionally berker.peksag
- [Python-checkins] cpython: Issue #27702: Only expose SOCK_RAW when defined berker.peksag
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-08 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-08-08 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. alexander.belopolsky
- [Python-checkins] cpython (3.5): Issue #27700: Document AbstractEventLoop, not BaseEventLoop. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython: Tighten up test of harmonic mean on a single value. steven.daprano
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython steven.daprano
- [Python-checkins] cpython: Add harmonic mean and tests. steven.daprano
- [Python-checkins] cpython: Issue27181 add geometric mean. steven.daprano
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-09 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-08-09 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #21999: Handled empty strings correctly when in POSIX mode. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #21999: (Empty) merge from 3.5. vinay.sajip
- [Python-checkins] cpython (3.5): Closes #21999: Handled empty strings correctly when in POSIX mode. vinay.sajip
- [Python-checkins] cpython (3.5): Correct signatures for a couple of logging handlers zach.ware
- [Python-checkins] cpython (2.7): Issue #27204: Fix doctests in Doc/howto zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27204: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #27204: Fix doctests in Doc/howto zach.ware
- [Python-checkins] cpython (3.5): Issue #27722: Fix default for touch method's 'mode' argument zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27722: Merge with 3.5 zach.ware
- [Python-checkins] cpython (2.7): Issue #27205: Fix doctests in Doc/library/collections.rst zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27205: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #27205: Fix doctests in Doc/library/collections.rst. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27206: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #27206: Fix doctests in Doc/tutorial. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27207: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst zach.ware
- [Python-checkins] cpython (3.5): Issue #27208: Fix doctest in Doc/library/traceback.rst zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27208: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #27209: Fix doctests in Doc/library/email*.rst zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27209: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #27210: Fix doctests for a few modules. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27210: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #27200: Fix doctests in Doc/library/hashlib.rst zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27200: Merge with 3.5 zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge ISO-8859 fixes from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Correct misspellings of ISO-8859 martin.panter
- [Python-checkins] cpython (2.7): Correct misspellings of ISO-8859 martin.panter
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-08-10 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-08-10 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #27621: Put query response validation error messages in query box terry.reedy
- [Python-checkins] cpython: Issue #27380: For test_query on Mac, adjust one expected result. terry.reedy
- [Python-checkins] cpython: Issue #27714: text_textview now passes when re-run in the same process terry.reedy
- [Python-checkins] cpython (3.5): Issue #27714: text_textview now passes when re-run in the same process terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): null merge from3.5 terry.reedy
- [Python-checkins] cpython (2.7): Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks terry.reedy
- [Python-checkins] cpython: Issue #27732: Silence test_idle with dummy bell functions. terry.reedy
- [Python-checkins] cpython: Issue #24773: Fix and speed-up ZoneInfoCompleteTest. alexander.belopolsky
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-08-11 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-08-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Close HTTP connections and responses in tests to avoid ResourceWarnings martin.panter
- [Python-checkins] cpython (3.5): Issue #26741: Clean up subprocess.Popen object in test_poll martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26741: Merge ResourceWarning fixes from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27745: Merge typo fixes from 3.5 martin.panter
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-08-12 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-08-12 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #25825: Fix references to Modules/python.exp martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25825: Merge AIX fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue 27719: Remove a doc example that is not applicable in Python 3 raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge raymond.hettinger
- [Python-checkins] cpython: Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #27712 brett.cannon
- [Python-checkins] cpython (3.5): Issue #27712: Fix some typos in the import docs. brett.cannon
- [Python-checkins] cpython: Issue #24773: Skip system tests for transitions in year 2037 and later. alexander.belopolsky
- [Python-checkins] cpython (3.5): Issue #24637: Document that locals can be any mapping object berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24637: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (2.7): Issue #27720: Fix error in eng_to_decimal docs and add examples from the raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #27720: Fix error in eng_to_decimal docs and add examples from the raymond.hettinger
- [Python-checkins] cpython (2.7): #27753: fix typo (name->named). r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #27753: fix typo (name->named). r.david.murray
- [Python-checkins] cpython (3.5): #27753: fix typo (name->named). r.david.murray
- [Python-checkins] cpython (2.7): fix possible overflow in encode_basestring_ascii (#23369) benjamin.peterson
- [Python-checkins] cpython (3.3): check for overflow in join_append_data (closes #27758) benjamin.peterson
- [Python-checkins] cpython (2.7): check for overflow in join_append_data (closes #27758) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#27758) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (closes #27758) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (closes #27758) benjamin.peterson
- [Python-checkins] cpython (2.7): do not allow reading negative values with getstr() benjamin.peterson
- [Python-checkins] cpython (3.4): do not allow reading negative values with getstr() benjamin.peterson
- [Python-checkins] cpython (2.7): fix possible integer overflow in binascii.b2a_qp (closes #27760) benjamin.peterson
- [Python-checkins] cpython (3.3): fix possible integer overflow in binascii.b2a_qp (closes #27760) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (closes #27760) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (closes #27760) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (closes #27760) benjamin.peterson
- [Python-checkins] cpython: Issue #27574: Decreased an overhead of parsing keyword arguments in functions serhiy.storchaka
- [Python-checkins] cpython: Issue6422 add autorange method to timeit.Timer steven.daprano
- [Python-checkins] cpython: Issue27573 code.interact prints a message when exiting. steven.daprano
- [Python-checkins] cpython: Add versionadded tag to docs for timeit.autorange steven.daprano
- [Python-checkins] cpython (2.7): Upgrade setuptools/pip to to 25.2.0/8.1.2 donald.stufft
- [Python-checkins] cpython (3.4): Update setuptools/pip to 25.2.0/8.1.2 donald.stufft
- [Python-checkins] cpython: Update Misc/NEWS. steven.daprano
- [Python-checkins] cpython: Issue #26823: Abbreviate recursive tracebacks nick.coghlan
- [Python-checkins] cpython: Issue #27704: Optimized creating bytes and bytearray from byte-like objects serhiy.storchaka
- [Python-checkins] cpython: Issue #16764: Support keyword arguments to zlib.decompress(). Patch by serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #10910: merge from 3.5 ned.deily
- [Python-checkins] cpython (3.5): Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. ned.deily
- [Python-checkins] cpython (2.7): Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. ned.deily
- [Python-checkins] cpython (2.7): Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. ned.deily
- [Python-checkins] cpython: Issue #12345: Add mathemathcal constant tau to math and cmath. guido.van.rossum
- [Python-checkins] cpython: Issue #23968: Make OS X installer build script aware of renamed platform ned.deily
- [Python-checkins] cpython: Issue #27736: Prevent segfault after interpreter re-initialization due ned.deily
- [Python-checkins] cpython (3.5): Add docs for typing.AnyStr and typing.Text. By Michael Lee. guido.van.rossum
- [Python-checkins] cpython: Fix typo in Misc/NEWS. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython: Issue #26823: fix traceback abbreviation docs nick.coghlan
- [Python-checkins] cpython: Adds missing file to installer. steve.dower
- [Python-checkins] cpython: Added tag v3.6.0a4 for changeset 017cf260936b ned.deily
- [Python-checkins] cpython: Start 3.6.0bb1 ned.deily
- [Python-checkins] cpython: Version bump for 3.6.0a4 ned.deily
- [Python-checkins] cpython: Update pydoc topics for 3.6.0a4 ned.deily
- [Python-checkins] cpython (merge default -> default): Merge from releasing branch ned.deily
- [Python-checkins] cpython: Issue #27611, #24137: Only change tkinter when easily restored. terry.reedy
- [Python-checkins] cpython: Issue #27736: Improve the existing embedded interpreter init/fini test ned.deily
- [Python-checkins] cpython (3.4): fail when negative values are passed to instr() benjamin.peterson
- [Python-checkins] cpython (2.7): fail when negative values are passed to instr() benjamin.peterson
- [Python-checkins] cpython (3.5): fix corner cases in the management of server_hostname (closes #27773) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27773) benjamin.peterson
- [Python-checkins] cpython (3.3): do not decref value borrowed from list (closes #27774) benjamin.peterson
- [Python-checkins] cpython (2.7): do not decref value borrowed from list (closes #27774) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#27774) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#27774) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27774) benjamin.peterson
- [Python-checkins] cpython: Add versionadded tags for (c)math.tau. georg.brandl
- [Python-checkins] cpython (3.5): Issue #27611: Don't import volatile attribute. terry.reedy
- [Python-checkins] cpython (2.7): Issue #27611: Don't import volatile attribute. terry.reedy
- [Python-checkins] cpython (3.5): Issue #26750: use inspect.isdatadescriptor instead of our own gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26750: use inspect.isdatadescriptor instead of our own gregory.p.smith
- [Python-checkins] cpython: Issue #27776: Cleanup random.c victor.stinner
- [Python-checkins] cpython: Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-08-16 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-08-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error victor.stinner
- [Python-checkins] cpython: Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. raymond.hettinger
- [Python-checkins] cpython (3.5): Remove duplicate of the entry in the seealso section raymond.hettinger
- [Python-checkins] cpython: fix hyperlink ethan.furman
- [Python-checkins] cpython: Add a missing # brett.cannon
- [Python-checkins] cpython: Add cross-reference to typing.NamedTuple. Doctest two more examples. raymond.hettinger
- [Python-checkins] cpython: Issue #27181: Skip tests known to fail until a fix is found victor.stinner
- [Python-checkins] cpython: Issue #27128: Cleanup _PyEval_EvalCodeWithName() victor.stinner
- [Python-checkins] cpython: Use Py_ssize_t in _PyEval_EvalCodeWithName() victor.stinner
- [Python-checkins] cpython (3.3): rearrange methodcaller_new so that the main error case does not cause benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#27783) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27783) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#27783) benjamin.peterson
- [Python-checkins] cpython (2.7): rearrange methodcaller_new so that the main error case does not cause benjamin.peterson
- [Python-checkins] cpython: Minor readability tweak raymond.hettinger
- [Python-checkins] cpython: Fix typo in test_time.py victor.stinner
- [Python-checkins] cpython: Tests: add --slowest option to buildbots victor.stinner
- [Python-checkins] cpython: regrtest: nicer output for durations victor.stinner
- [Python-checkins] cpython: regrtest: rename --slow option to --slowest victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (script_helper) victor.stinner
- [Python-checkins] cpython (3.5): script_helper: kill the subprocess on error victor.stinner
- [Python-checkins] cpython: "make tags": remove -t option of ctags victor.stinner
- [Python-checkins] cpython: Fix "make tags": set locale to C to call sort victor.stinner
- [Python-checkins] cpython (3.5): Issue #27726: Fix "make tags" victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Null merge victor.stinner
- [Python-checkins] cpython (3.5): Issue #27698: Add socketpair to socket.__all__ on Windows victor.stinner
- [Python-checkins] cpython: regrtest: add newlines in output for readability victor.stinner
- [Python-checkins] cpython: regrtest: set interrupted to True if re-run is interrupted victor.stinner
- [Python-checkins] cpython: regrtest: add a summary of the summary, "Result: xxx" victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (socket.__all__) victor.stinner
- [Python-checkins] cpython (3.5): Use sys.version_info, not sys.version. zach.ware
- [Python-checkins] cpython: Closes #9998: Allowed find_library to search additional locations for libraries. vinay.sajip
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-08-17 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-08-17 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #27786: Simplify x_sub() victor.stinner
- [Python-checkins] cpython: Issue #27594: Prevent assertion error when running test_ast with coverage ned.deily
- [Python-checkins] cpython: Issue #24773: Include Tallinn 1999-10-31 transition in tests. alexander.belopolsky
- [Python-checkins] cpython: Issue #16764: Move NEWS entry to correct section and remove too strict test. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fix SystemError in "raise" statement victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (fix raise) victor.stinner
- [Python-checkins] cpython: Anti-registration of various ABC methods. guido.van.rossum
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-18 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-08-18 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Closes #12713: Allowed abbreviation of subcommands in argparse. vinay.sajip
- [Python-checkins] cpython: Updated NEWS with information on the argparse change. vinay.sajip
- [Python-checkins] cpython (3.5): #2466: ismount now recognizes mount points user can't access. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #2466: ismount now recognizes mount points user can't access. r.david.murray
- [Python-checkins] cpython (3.5): Rewrap long lines in Misc/NEWS. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Rewrap long lines in Misc/NEWS. r.david.murray
- [Python-checkins] cpython: Issue #27157: Make only type() itself accept the one-argument form berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12946: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #12946: Document that PyModule_GetDict can fail in some cases berker.peksag
- [Python-checkins] cpython: Issue #12946: Remove dead code in PyModule_GetDict berker.peksag
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-19 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-08-19 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Fix a clang warning in grammar.c victor.stinner
- [Python-checkins] cpython (3.5): Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27801: Merge from 3.5 berker.peksag
- [Python-checkins] cpython: Cleanup callmethod() victor.stinner
- [Python-checkins] cpython: call_function_tail() uses fast call victor.stinner
- [Python-checkins] cpython: Add _PyObject_FastCall() victor.stinner
- [Python-checkins] cpython: Cleanup call_function_tail() victor.stinner
- [Python-checkins] cpython: PyEval_CallObjectWithKeywords() uses fast call victor.stinner
- [Python-checkins] cpython: PEP 7: add {...} around null_error() in abstract.c victor.stinner
- [Python-checkins] cpython: Fix PyObject_Call() parameter names victor.stinner
- [Python-checkins] cpython: Avoid call_function_tail() for empty format str victor.stinner
- [Python-checkins] cpython: contains and rich compare slots use fast call victor.stinner
- [Python-checkins] cpython (3.5): Fix a refleak in call_method() victor.stinner
- [Python-checkins] cpython (3.5): Fix a refleak in call_maybe() victor.stinner
- [Python-checkins] cpython: regrtest: replace "Result:" with "Tests result:" victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (fix refleak in call_maybe()) victor.stinner
- [Python-checkins] cpython (2.7): Fix a refleak in call_method() victor.stinner
- [Python-checkins] cpython (2.7): Fix a refleak in call_maybe() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (fix refleak in call_method) victor.stinner
- [Python-checkins] cpython: call_method() and call_maybe() now use fast call victor.stinner
- [Python-checkins] cpython: Cleanup call_method() and call_maybe() victor.stinner
- [Python-checkins] cpython: Issue #27128: slot_sq_item() uses fast call victor.stinner
- [Python-checkins] cpython: Issue #27128: Cleanup slot_sq_item() victor.stinner
- [Python-checkins] cpython: Issue #27128: Cleanup slot_nb_bool() victor.stinner
- [Python-checkins] cpython: slot_nb_bool() now uses fast call victor.stinner
- [Python-checkins] cpython: slot_tp_iter() now uses fast call victor.stinner
- [Python-checkins] cpython: keyobject_richcompare() now uses fast call victor.stinner
- [Python-checkins] cpython: calliter_iternext() now uses fast call victor.stinner
- [Python-checkins] cpython: Issue #27128: _pickle uses fast call victor.stinner
- [Python-checkins] cpython: PyFile_WriteObject() now uses fast call victor.stinner
- [Python-checkins] cpython: import_name() now uses fast call victor.stinner
- [Python-checkins] cpython: call_trampoline() now uses fast call victor.stinner
- [Python-checkins] cpython: sys_pyfile_write_unicode() now uses fast call victor.stinner
- [Python-checkins] cpython: PyErr_PrintEx() now uses fast call victor.stinner
- [Python-checkins] cpython: _elementtree: deepcopy() now uses fast call victor.stinner
- [Python-checkins] cpython: pattern_subx() now uses fast call victor.stinner
- [Python-checkins] cpython: Issue #27366: Fix init_subclass() victor.stinner
- [Python-checkins] cpython: Fix reference leak in tb_printinternal() victor.stinner
- [Python-checkins] cpython (3.5): Issue #27713: Surpress spurious build warnings when updating importlib's ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27713: merge from 3.5 ned.deily
- [Python-checkins] cpython: Issue26988: remove AutoEnum ethan.furman
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27787: Merge regrtest fixup from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #27787: Clean up weak references before checking for dangling threads martin.panter
- [Python-checkins] cpython (2.7): Issue #27614: Avoid race in test_docxmlrpc server setup martin.panter
- [Python-checkins] cpython (3.5): Issue #27614: Avoid race in test_docxmlrpc server setup martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27614: Merge test_docxmlrpc from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12982: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Minor spelling fixes martin.panter
- [Python-checkins] cpython (2.7): Fix some spelling errors martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge spelling fixes from 3.5 martin.panter
- [Python-checkins] cpython: Fix more typos martin.panter
- [Python-checkins] cpython: issue26981: add _order_ compatibility shim to enum.Enum ethan.furman
- [Python-checkins] cpython: issue26981: fix typo ethan.furman
- [Python-checkins] cpython: Issue #27692: Removed unnecessary NULL checks in exceptions.c. serhiy.storchaka
- [Python-checkins] cpython: Issue #27819: Simply default to gztar for sdist formats by default on all jason.coombs
- [Python-checkins] cpython (2.7): Issue #27714: Remove unneeded non-idempotent call that fails on retest. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27714: Remove unneeded non-idempotent call that fails on retest. terry.reedy
- [Python-checkins] cpython (3.5): Issue #27714: Remove unneeded non-idempotent call that fails on retest. terry.reedy
- [Python-checkins] cpython (2.7): Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. terry.reedy
- [Python-checkins] cpython (3.5): Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Fix typo in IDLE News. terry.reedy
- [Python-checkins] cpython (2.7): Fix typo in IDLE News. terry.reedy
- [Python-checkins] cpython (3.5): Fix typo in IDLE News. terry.reedy
- [Python-checkins] cpython (3.5): Issue #27487: Warn if submodule already imported before runpy execution martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27487: Merge runpy warning from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #27782: Fix m_methods handling in multiphase init nick.coghlan
- [Python-checkins] cpython (merge 3.5 -> default): Merge #27782 fix from 3.5 nick.coghlan
- [Python-checkins] cpython: Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch by mark.dickinson
- [Python-checkins] cpython: Issue #27662: add missing Misc/NEWS entry. mark.dickinson
- [Python-checkins] cpython: Issue #25604: Fix minor bug in integer true division, which could mark.dickinson
- [Python-checkins] cpython: Untabify Objects/longobject.c. mark.dickinson
- [Python-checkins] cpython (2.7): Issue #25604: Fix bug in integer true division that could have resulted in mark.dickinson
- [Python-checkins] cpython (3.5): Issue #21718: cursor.description is now available for queries using CTEs berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21718: Merge from 3.5 berker.peksag
- [Python-checkins] cpython: Issue #26984: int() now always returns an instance of exact int. serhiy.storchaka
- [Python-checkins] cpython: remove unused list of pgen srcs benjamin.peterson
- [Python-checkins] cpython: Issue #27819: Add more detail in What's New in 3.6. jason.coombs
- [Python-checkins] cpython: Remove main section that was only used during testing and development raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent mark.dickinson
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27539: Merge from 3.5. mark.dickinson
- [Python-checkins] cpython: Optimize call to Python function without argument victor.stinner
- [Python-checkins] cpython: Issue #27792: force int return type for modulo operations involving bools. mark.dickinson
- [Python-checkins] cpython: Issue #27829: libregrtest.save_env: flush stderr victor.stinner
- [Python-checkins] cpython: Cleanup libregrtest victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-08-22 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-08-22 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27587: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #27587: Move null pointer check earlier in _PyState_AddModule() berker.peksag
- [Python-checkins] cpython: Rename _PyObject_FastCall() to _PyObject_FastCallDict() victor.stinner
- [Python-checkins] cpython: Issue #27809: Cleanup _PyEval_EvalCodeWithName() victor.stinner
- [Python-checkins] cpython: Issue #27809: Use _PyObject_FastCallDict() victor.stinner
- [Python-checkins] cpython: _PyFunction_FastCallDict() supports keyword args victor.stinner
- [Python-checkins] cpython: PyEval_CallObjectWithKeywords() uses fast call with kwargs victor.stinner
- [Python-checkins] cpython: Issue #27809: tzinfo_reduce() uses fast call victor.stinner
- [Python-checkins] cpython: Add _PyErr_CreateException() victor.stinner
- [Python-checkins] cpython: Issue #27809: _csv: _call_dialect() uses fast call victor.stinner
- [Python-checkins] cpython: Issue #27809: PyErr_SetImportError() uses fast call victor.stinner
- [Python-checkins] cpython: Issue #27809: methodcaller_reduce() uses fast call victor.stinner
- [Python-checkins] cpython: PyEval_CallObjectWithKeywords() doesn't inc/decref victor.stinner
- [Python-checkins] cpython: Issue #27809: builtin___build_class__() uses fast call victor.stinner
- [Python-checkins] cpython: Issue #12713: reverted fix pending further discussion. vinay.sajip
- [Python-checkins] cpython: Issue #27787: Remove test_main() and hard-coded list of test classes martin.panter
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-08-23 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-08-23 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #27809: partial_call() uses fast call for positional args victor.stinner
- [Python-checkins] cpython: Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. mark.dickinson
- [Python-checkins] cpython (2.7): # 2466: ismount now recognizes mount points user can't access. r.david.murray
- [Python-checkins] cpython: Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff mark.dickinson
- [Python-checkins] cpython (merge 3.5 -> default): In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in guido.van.rossum
- [Python-checkins] cpython (3.5): In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in guido.van.rossum
- [Python-checkins] cpython: Add documentation for geometric and harmonic means. steven.daprano
- [Python-checkins] cpython: Issue #27573 make the exit message configurable. steven.daprano
- [Python-checkins] cpython: Re-licence statistics.py under the standard Python licence. steven.daprano
- [Python-checkins] cpython: Issue 27598: Add Collections to collections.abc. guido.van.rossum
- [Python-checkins] cpython (3.5): A new version of typing.py from https://github.com/python/typing. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): A new version of typing.py from https://github.com/python/typing. (Merge guido.van.rossum
- [Python-checkins] cpython: Issue #27787: No longer call deleted test_main(). terry.reedy
- [Python-checkins] cpython: Fix markup, add versionadded tags zach.ware
- [Python-checkins] cpython: Issue #27834: Avoid overflow error in ZoneInfo.invert(). alexander.belopolsky
- [Python-checkins] cpython: Backed out changeset 1017215f5492 mark.dickinson
- [Python-checkins] cpython: Issue #27809: map_next() uses fast call victor.stinner
- [Python-checkins] cpython: PyObject_CallMethodObjArgs() now uses fast call victor.stinner
- [Python-checkins] cpython: Backed out changeset 70f88b097f60 (map_next) victor.stinner
- [Python-checkins] cpython: Backed out changeset 0e4f26083bbb (PyObject_CallMethodObjArgs) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #25916: fix a few 'string of bytes' references. r.david.murray
- [Python-checkins] cpython (3.5): #25916: fix a few 'string of bytes' references. r.david.murray
- [Python-checkins] cpython: #26907: add some missing getsockopt constants. r.david.murray
- [Python-checkins] cpython: Update NEWS. steven.daprano
- [Python-checkins] cpython: Add geometric_mean to __all__ steven.daprano
- [Python-checkins] cpython: Remove support for nth root of negative numbers with odd powers. steven.daprano
- [Python-checkins] cpython: Remove expected failure from test of _product internal function. steven.daprano
- [Python-checkins] cpython: Issue #12319: Support for chunked encoding of HTTP request bodies martin.panter
- [Python-checkins] cpython: Issue #12319: Move NEWS under beta 1 heading martin.panter
- [Python-checkins] cpython (2.7): #2466: fix test failure on windows. r.david.murray
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-08-24 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-08-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #12660: Backport 84bbb8d2d237 zach.ware
- [Python-checkins] cpython: Closes #20124: clarified usage of the atTime parameter in vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Issue #6057: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #6057: Document exceptions in sqlite3 module berker.peksag
- [Python-checkins] cpython (3.5): Fix typo in Cursor.execute(). berker.peksag
- [Python-checkins] cpython (3.5): Fix misspelling terry.reedy
- [Python-checkins] cpython: Use Py_ssize_t type for number of arguments victor.stinner
- [Python-checkins] cpython: Fix typo in test name berker.peksag
- [Python-checkins] cpython: Closes #27595: Document PEP 495 (Local Time Disambiguation) features. alexander.belopolsky
- [Python-checkins] cpython: _PyObject_FastCallDict(): avoid _Py_CheckFunctionResult() victor.stinner
- [Python-checkins] cpython: Add _PyObject_FastCallKeywords() victor.stinner
- [Python-checkins] cpython: Issue #27830: Fix _PyObject_FastCallKeywords() victor.stinner
- [Python-checkins] cpython: _pickle: remove outdated comment victor.stinner
- [Python-checkins] cpython: method_call() and slot_tp_new() now uses fast call victor.stinner
- [Python-checkins] cpython: Issue #27821: Fix bug in idlelib.comfig function and add new tests. terry.reedy
- [Python-checkins] cpython (3.5): Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. terry.reedy
- [Python-checkins] cpython (2.7): Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. terry.reedy
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-08-25 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-08-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #23746: Clarified is_python_build() documentation. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #23746: merged update from 3.5. vinay.sajip
- [Python-checkins] cpython: Issue #27830: Revert, remove _PyFunction_FastCallKeywords() victor.stinner
- [Python-checkins] cpython (3.5): Add version to title of IDLE help window. terry.reedy
- [Python-checkins] cpython (2.7): Add version to title of IDLE help window. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Add version to title of IDLE help window. terry.reedy
- [Python-checkins] cpython (3.5): Issue 19504: Change "customise" to "customize" American spelling. raymond.hettinger
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-26 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-08-26 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #10513: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #10513: Fix a regression in Connection.commit() berker.peksag
- [Python-checkins] cpython (2.7): Issue #10513: Fix a regression in Connection.commit() berker.peksag
- [Python-checkins] cpython: Issue #26027, #27524: Add PEP 519/__fspath__() support to os and brett.cannon
- [Python-checkins] cpython: Add a What's New entry for PEP 519 brett.cannon
- [Python-checkins] cpython: Issue #26027: Don't test for bytearray in path_t as that's now brett.cannon
- [Python-checkins] cpython: Issue #12319: Always send file request bodies using chunked encoding martin.panter
- [Python-checkins] cpython (2.7): Issue #19884: Avoid spurious output on OS X with Gnu Readline martin.panter
- [Python-checkins] cpython (3.5): Issue #19884: Avoid spurious output on OS X with Gnu Readline martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25825: Merge $(LIBPL) fix from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19884: Merge Readline updates from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #25825: Fix references to $(LIBPL) installation path on AIX martin.panter
- [Python-checkins] cpython: Issue #27506: Support bytes/bytearray.translate() delete as keyword argument martin.panter
- [Python-checkins] cpython: Don't test for path-like bytes paths on Windows brett.cannon
- [Python-checkins] cpython: Issue #26027: Fix test_path_t_converter on Windows berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory serhiy.storchaka
- [Python-checkins] cpython: Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. mark.dickinson
- [Python-checkins] cpython: Issue #27818: Speed up parsing width and precision in format() strings for serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-08-29 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-08-29 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #27214: Fix potential bug and remove useless optimization in long_invert. mark.dickinson
- [Python-checkins] cpython: Issue #25402: in int-to-decimal-string conversion, reduce intermediate storage mark.dickinson
- [Python-checkins] cpython: - Issue #23968, keep platform_triplet and multiarch macros in sync matthias.klose
- [Python-checkins] cpython: Issue #27870: A left shift of zero by a large integer no longer attempts to mark.dickinson
- [Python-checkins] cpython (2.7): Issue #27870: A left shift of zero by a large integer no longer attempts to mark.dickinson
- [Python-checkins] cpython (3.5): Fix typo zach.ware
- [Python-checkins] cpython (3.5): Include test_tools and test_warnings in install zach.ware
- [Python-checkins] cpython (3.5): Include test/test_warnings/data as well zach.ware
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-08-30 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-08-30 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Skip test_tools.test_i18n when pygettext.py is missing zach.ware
- [Python-checkins] cpython: Issue #27895: Spelling fixes (Contributed by Ville Skyttä). raymond.hettinger
- [Python-checkins] cpython: Issue #27842: The csv.DictReader now returns rows of type OrderedDict. raymond.hettinger
- [Python-checkins] cpython: Issue #27895: Strengthen the dict reader tests. raymond.hettinger
- [Python-checkins] cpython: Issue #28894: Fix to_addrs refs in smtplib docs raymond.hettinger
- [Python-checkins] cpython (3.5): Fix typos raymond.hettinger
- [Python-checkins] cpython (3.5): ? Working Directory ? terry.reedy
- [Python-checkins] cpython (2.7): Backport spelling fix. terry.reedy
- [Python-checkins] cpython: Issue #17642: add larger font sizes for classroom projection. terry.reedy
- [Python-checkins] cpython (2.7): Issue #17642: add larger font sizes for classroom projection. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge #27893: arg name and bytes references in email.parser docs. r.david.murray
- [Python-checkins] cpython (3.5): #27893: arg name and bytes references in email.parser docs. r.david.murray
- [Python-checkins] cpython: Issue #27891: Consistently group and sort imports within idlelib modules. terry.reedy
- [Python-checkins] cpython: issue23591: add Flags, IntFlags, and tests ethan.furman
- [Python-checkins] cpython: Closes #27904: Improved logging statements to defer formatting until needed. vinay.sajip
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-08-31 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-08-31 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: #27904: fix distutils tests. r.david.murray
- [Python-checkins] cpython (3.5): Issue #27909: Fix INCREF for possible NULL value raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #27907: variable rename. (Ville Skyttä) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Don't select for read on character devices in _UnixWritePipeTransport. guido.van.rossum
- [Python-checkins] cpython (3.5): Fix ordering issues in UNIX read/write pipe transport constructors. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Merge asyncio from 3.5 guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #27706: Document that random.seed() is non-deterministic when raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #27706: Fix regression in random.seed(somestr, version=1) raymond.hettinger
- [Python-checkins] cpython: Issue #27891: Tweak new idlelib README entry. terry.reedy
- [Python-checkins] cpython: Improve idlelib.textview comments. terry.reedy
- [Python-checkins] cpython (2.7): Issue #27922: IDLE tests no longer flash tk widgets. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). terry.reedy
- [Python-checkins] cpython (3.5): Issue #27922: IDLE tests no longer flash tk widgets. terry.reedy
Last message date: Wed Aug 31 21:09:18 EDT 2016
Archived on: Wed Aug 31 21:09:22 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