Showing content from http://mail.python.org/pipermail/python-checkins/2017-January/thread.html below:
The Python-checkins January 2017 Archive by thread
January 2017 Archives by thread
Starting: Sun Jan 1 04:09:52 EST 2017
Ending: Tue Jan 31 20:37:56 EST 2017
Messages: 515
- [Python-checkins] Daily reference leaks (ad06f9acff92): sum=-3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #29094: Offsets in a ZIP file created with extern file object and modes serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #29094: Offsets in a ZIP file created with extern file object and modes serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29094: Offsets in a ZIP file created with extern file object and modes serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29094: Offsets in a ZIP file created with extern file object and modes serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6 terry.reedy
- [Python-checkins] cpython (3.6): Issue #29071: Use local flags for IDLE colorizer string prefix matcher. terry.reedy
- [Python-checkins] cpython (3.5): Issue #29024: Add Kivy entry to GUI FAQ berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29024: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29024: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29129: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.6): Issue #29129: Fix typo in "Using auto" section berker.peksag
- [Python-checkins] cpython (3.5): Issue #29012: Remove outdated information about __bases__ berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29012: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29012: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.5): Issue #29013: Fix allowZip64 documentation berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29013: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29013: Merge from 3.5 berker.peksag
- [Python-checkins] cpython: Issue #28985: Update authorizer constants in sqlite3 module berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #15812: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #15812: inspect.getframeinfo() now correctly shows the first line of a berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #15812: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (2.7): ring in 2017 for Python benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 benjamin.peterson
- [Python-checkins] cpython (3.3): ring in 2017 for Python benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> 3.6): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython: Issue #24932: Use proper command line parsing in _testembed steve.dower
- [Python-checkins] cpython (2.7): only include sys/random.h if it seems like it might have something useful benjamin.peterson
- [Python-checkins] cpython (3.5): only include sys/random.h if it seems like it might have something useful benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#29057) benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#29057) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge from 3.4. larry.hastings
- [Python-checkins] cpython (3.4): Fix test failure so it's no longer dependent on example.com. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge from 3.5. larry.hastings
- [Python-checkins] cpython (merge 3.6 -> default): Null merge from 3.6. larry.hastings
- [Python-checkins] cpython (3.3): ring IDLE.app into 2017, too ned.deily
- [Python-checkins] Daily reference leaks (a1fa508edc3e): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #29012: Remove another outdated information berker.peksag
- [Python-checkins] cpython: Issue #29035: Simplify a regex in libregrtest victor.stinner
- [Python-checkins] cpython (3.5): Issue #15812: Delete redundant max(start, 0) berker.peksag
- [Python-checkins] cpython: Issue #28839: Optimize function_call() victor.stinner
- [Python-checkins] cpython: Optimize _PyFunction_FastCallDict() when kwargs is {} victor.stinner
- [Python-checkins] cpython (3.5): Version bump for 3.5.3rc1. larry.hastings
- [Python-checkins] cpython (3.5): Post-release fixups for Python 3.5.3rc1. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.3rc1 for changeset de530d7f21c0 larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge Python 3.5.3rc1 release changes back into the main branch. larry.hastings
- [Python-checkins] cpython (3.5): Regenerated pydoc topics for 3.5.3rc1. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.6rc1 for changeset e199a272ccda larry.hastings
- [Python-checkins] cpython (3.4): Version bump for 3.4.6rc1. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge Python 3.4.6rc1 changes back into main branch. larry.hastings
- [Python-checkins] cpython (3.4): Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.) larry.hastings
- [Python-checkins] cpython (3.4): Post-release fixups for Python 3.4.6rc1. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.5): Forward-merge from 3.4. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null-merge from 3.5. larry.hastings
- [Python-checkins] cpython (merge 3.6 -> default): Null-merge from 3.6. Last one--phew! larry.hastings
- [Python-checkins] Daily reference leaks (e651f8292011): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixed possible reference leaks in the _json module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed possible reference leaks in the _json module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Fixed possible reference leaks in the _json module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed possible reference leaks in the _json module. serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-03 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2017-01-03 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Issue #29140: Fix hash(datetime.time) victor.stinner
- [Python-checkins] Daily reference leaks (0ce5151fe57e): sum=-3 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #24773: fix datetime.time constructor docstring victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-04 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2017-01-04 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki victor.stinner
- [Python-checkins] cpython (3.5): Issue #29156: Remove superfluous pow test. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29156: Remove superfluous pow test. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29156: Remove superfluous pow test. serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #26851: Set Android compilation and link flags. xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26851: Merge 3.6. xavier.degaye
- [Python-checkins] cpython (3.6): Issue #29162: Don't depend on 'from tkinter import *' importing sys. terry.reedy
- [Python-checkins] Daily reference leaks (6217da1e3879): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): add Modules/zlib/zlib.map to .hgeol matthias.klose
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-05 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2017-01-05 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): - Issue #29169: Update zlib to 1.2.10. matthias.klose
- [Python-checkins] cpython (3.6): Issue #27961: Define HAVE_LONG_LONG as 1. victor.stinner
- [Python-checkins] cpython (3.6): Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. inada.naoki
- [Python-checkins] cpython (2.7): test_curses - substitute self.skip() with self.skipTest() xavier.degaye
- [Python-checkins] cpython (3.5): test_curses - substitute self.skip() with self.skipTest() xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): test_curses - substitute self.skip() with self.skipTest() xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> 3.6): test_curses - substitute self.skip() with self.skipTest() xavier.degaye
- [Python-checkins] Daily reference leaks (c9b846f48752): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Fix subprocess.Popen.__del__() fox Python shutdown victor.stinner
- [Python-checkins] cpython: Issue #29157: dev_urandom() now calls py_getentropy() victor.stinner
- [Python-checkins] cpython: Issue #29157: Simplify dev_urandom() victor.stinner
- [Python-checkins] cpython: Issue #29157: enhance py_getrandom() documentation victor.stinner
- [Python-checkins] cpython: Issue #29157: getrandom() is now preferred over getentropy() victor.stinner
- [Python-checkins] cpython: py_getentropy() now supports ENOSYS, EPERM & EINTR victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-06 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2017-01-06 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.6): Fix unittest.mock._Call: don't ignore name victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Null merge 3.6 victor.stinner
- [Python-checkins] cpython (3.6): Issue #29157: Prefer getrandom() over getentropy() victor.stinner
- [Python-checkins] cpython (2.7): Issue #29023: Clarify that ints and longs are always deterministic seeds for raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #29189: Fix broken indentation in FancyURLopener documentation berker.peksag
- [Python-checkins] cpython (3.6): Issue #16026: Fix parameter names of DictReader and DictWriter berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #16026: Merge from 3.6 berker.peksag
- [Python-checkins] Daily reference leaks (20f18e5e8bfc): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Revert (unauthorized) parts of b9eb35435178 which are not in a speed-sensitive stefan.krah
- [Python-checkins] cpython: Revert (unauthorized) parts of 54a89144ee1d which are not in a speed-sensitive stefan.krah
- [Python-checkins] cpython: Revert part of dbf72357cb4a that is in a rarely used path and causes stefan.krah
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6. stefan.krah
- [Python-checkins] cpython (3.6): Revert part of 3cb3e224b692 in code that I maintain. stefan.krah
- [Python-checkins] cpython (3.6): Add comment why the change in d83884b3a427 wasn't necessary. stefan.krah
- [Python-checkins] cpython (3.5): Issue #28815: Use new exception subclasses martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28815: Merge test tweak from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28815: Merge test tweak from 3.6 martin.panter
- [Python-checkins] cpython: Issue #29200: Add test for lru cache only calling __hash__ once raymond.hettinger
- [Python-checkins] cpython: Issue #29200: Fix test to use self.assertEqual instead of py.test style tests raymond.hettinger
- [Python-checkins] cpython (3.6): Update OrderedDict docs to reflect acceptance of PEP 468 raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.6): Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) raymond.hettinger
- [Python-checkins] Daily reference leaks (2e7e91785306): sum=14 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #29034: Fix memory leak and use-after-free in path_converter. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29034: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (3.6): Issue #29203: functools.lru_cache() now respects PEP 468 raymond.hettinger
- [Python-checkins] cpython: Complete the merge for issue #29203 raymond.hettinger
- [Python-checkins] cpython (3.6): Sync-up with 3.7 by backporting minor lru_cache code beautification raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #29145: Fix overflow checks in string, bytearray and unicode. xiang.zhang
- [Python-checkins] cpython: Sync-up lru_cache() C code with space saving feature in the Python version. raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #29142: Fix suffixes in no_proxy handling in urllib. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29142: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (3.5): Issue #29142: Fix suffixes in no_proxy handling in urllib. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29142: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29190: Fixed possible errors in comparing strings in the pickle module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #29190: Fixed possible errors in comparing strings in the pickle module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29190: Fixed possible errors in comparing strings in the pickle module. serhiy.storchaka
- [Python-checkins] Daily reference leaks (3954f8f6be3d): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Don't use getentropy() on Linux victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge 3.5 victor.stinner
- [Python-checkins] cpython (3.5): Issue #29157: Prefer getrandom() over getentropy() victor.stinner
- [Python-checkins] cpython (3.5): Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: stefan.krah
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5. stefan.krah
- [Python-checkins] cpython: While a speedup of 1% is measurable, contexts aren't created that often, stefan.krah
- [Python-checkins] cpython: Backed out changeset ea064ff3c10f raymond.hettinger
- [Python-checkins] cpython: Add test for ea064ff3c10f raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): Closes #29133: merged update from 3.6. vinay.sajip
- [Python-checkins] cpython (3.6): Fixes #29133: clarified shlex documentation. vinay.sajip
- [Python-checkins] cpython (3.6): Fixes #29177: Improved resilience of logging tests which use socket servers. vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Closes #29177: Merged fix from 3.6. vinay.sajip
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2017-01-09 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2017-01-09 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29145: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29145: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (3.5): Issue #29145: Fix overflow checks in str.replace() and str.join(). xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29217: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (2.7): Issue #29217: Fix the wrong type description of UUID.variant. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29217: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (3.5): Issue #29217: Fix the wrong type description of UUID.variant. xiang.zhang
- [Python-checkins] Daily reference leaks (a30cdf366c02): sum=4 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python 2.7 2017-01-10 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2017-01-10 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: call_method() now uses _PyObject_FastCall() victor.stinner
- [Python-checkins] cpython: Disable _PyStack_AsTuple() inlining victor.stinner
- [Python-checkins] cpython: Inline call_function() victor.stinner
- [Python-checkins] cpython: _PyEval_EvalCodeWithName(): remove redundant check victor.stinner
- [Python-checkins] cpython: Closes #29220: Fixed regression in logging.getLevelName(). vinay.sajip
- [Python-checkins] Daily reference leaks (c42c422f34b3): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #15657: Merge other doc fix from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29239: Merge bug number from 3.6 martin.panter
- [Python-checkins] cpython (3.6): Issue #15657: Delete incorrect statement from PyMethodDef documentation martin.panter
- [Python-checkins] cpython (3.6): Issue #29239: Fix --enable-optimizations bug number martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #15657: Merge METH_KEYWORDS doc from 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 martin.panter
- [Python-checkins] BAD Benchmark Results for Python 2.7 2017-01-11 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2017-01-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #292Merged fixes from 3.5. vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29220: Merged fixes from 3.6. vinay.sajip
- [Python-checkins] cpython (3.5): Issue #29220: Improved fix and test. vinay.sajip
- [Python-checkins] cpython: Issue #20804: The unittest.mock.sentinel attributes now preserve their serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge with 3.5. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (2.7): revert 030e100f048a (#29006, #10513) benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads benjamin.peterson
- [Python-checkins] Daily reference leaks (2b7b203e3909): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25591: Fix test_imaplib if ssl miss victor.stinner
- [Python-checkins] cpython (3.5): Fix script_helper.run_python_until_end(): copy SYSTEMROOT victor.stinner
- [Python-checkins] cpython (2.7): Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows. serhiy.storchaka
- [Python-checkins] BAD Benchmark Results for Python 2.7 2017-01-12 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2017-01-12 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #22343: Merged change from 3.5. vinay.sajip
- [Python-checkins] cpython (3.5): Issue #22343: Made bash activate script available on Windows. vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Issue #22343: Merged change from 3.6. vinay.sajip
- [Python-checkins] cpython (3.5): Issue #28969: Fixed race condition in C implementation of functools.lru_cache. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28969: Fixed race condition in C implementation of functools.lru_cache. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> 3.6): Null merge serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28969: Fixed race condition in C implementation of functools.lru_cache. serhiy.storchaka
- [Python-checkins] cpython: Closes #28130: Documented that time.tzset() updates time module globals. alexander.belopolsky
- [Python-checkins] cpython (2.7): Closes #28130: Documented that time.tzset() updates time module globals. alexander.belopolsky
- [Python-checkins] cpython: Fix typo raymond.hettinger
- [Python-checkins] cpython (3.5): Py_SIZE() was misused for dict. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Py_SIZE() was misused for dict. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Py_SIZE() was misused for dict. serhiy.storchaka
- [Python-checkins] cpython: Issue #29195: Removed support of deprecated undocumented keyword arguments serhiy.storchaka
- [Python-checkins] cpython: Issue #29193: A format string argument for string.Formatter.format() serhiy.storchaka
- [Python-checkins] cpython: Issue #29192: Removed deprecated features in the http.cookies module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #29219: Fixed infinite recursion in the repr of uninitialized serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #29219: Fixed infinite recursion in the repr of uninitialized serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29219: Fixed infinite recursion in the repr of uninitialized serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29219: Fixed infinite recursion in the repr of uninitialized serhiy.storchaka
- [Python-checkins] Daily reference leaks (ec3b08b361c0): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #29062: Merge hashlib-blake2.rst into hashlib.rst inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29062: Merge hashlib-blake2.rst into hashlib.rst inada.naoki
- [Python-checkins] cpython: Issue #29210: Removed support of deprecated argument "exclude" in serhiy.storchaka
- [Python-checkins] cpython: Issue #29197: Removed deprecated function ntpath.splitunc(). serhiy.storchaka
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2017-01-13 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2017-01-13 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Document Python versions in which the removed features were deprecated. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixes #29261: added venv/scripts/common to LIBSUBDIRS. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixes #29261: merged fix from 3.5. vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Closed #29261: merged fix from 3.6. vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython (3.5): Issues #1621, #29145: Test for str.join() overflow martin.panter
- [Python-checkins] cpython (3.5): Issue #22980: Skip a sysconfig test if _ctypes is not available. martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge tests from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29145: Merge test from 3.6 martin.panter
- [Python-checkins] cpython: Issue #1621: Overflow should not be possible in listextend() martin.panter
- [Python-checkins] Daily reference leaks (3486425ed82b): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fix grammar, typos and markup in documentation and code comments martin.panter
- [Python-checkins] cpython (2.7): Fix spelling and markup in documentation and code comment martin.panter
- [Python-checkins] cpython (3.5): Avoid line breaks after hyphens, otherwise they are turned into spaces martin.panter
- [Python-checkins] cpython (2.7): Avoid line breaks after hyphens, otherwise they are turned into spaces martin.panter
- [Python-checkins] cpython (3.6): More instances of “when pass” martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge doc fixes from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #15527: remove double parens by changing markup. martin.panter
- [Python-checkins] cpython: Repeat “when pass” fixes for 3.7 section martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge doc fixes from 3.6 martin.panter
- [Python-checkins] cpython (3.6): Issue #29062: Doc: Fix make suspicious inada.naoki
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29062: Doc: Fix make suspicious inada.naoki
- [Python-checkins] Daily reference leaks (5c48fbe12cb8): sum=17 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Closes #29132: Merged fix from 3.6. vinay.sajip
- [Python-checkins] cpython (2.7): fix _testcapi to work when statically linked into python benjamin.peterson
- [Python-checkins] cpython (2.7): generate spaces instead of tabs into config.c benjamin.peterson
- [Python-checkins] cpython (3.5): generate spaces instead of tabs into config.c benjamin.peterson
- [Python-checkins] cpython (2.7): revert dd13098a5dc2 (#29006, #10513) benjamin.peterson
- [Python-checkins] cpython: Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode. inada.naoki
- [Python-checkins] Daily reference leaks (c163a76163f7): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20180: convert unicode methods to AC. inada.naoki
- [Python-checkins] cpython: Issue #20180: forgot to update AC output. inada.naoki
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-16 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2017-01-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Optimize _PyCFunction_FastCallKeywords() victor.stinner
- [Python-checkins] cpython: Add _PyStack_AsTupleSlice() helper victor.stinner
- [Python-checkins] cpython: type_prepare() now uses fast call (METH_FASTCALL) victor.stinner
- [Python-checkins] cpython: __build_class__() builtin uses METH_FASTCALL victor.stinner
- [Python-checkins] cpython: Cleanup getargs.c victor.stinner
- [Python-checkins] cpython: Rename keywords to kwargs in getargs.c victor.stinner
- [Python-checkins] cpython: Add _PyArg_NoStackKeywords() helper function victor.stinner
- [Python-checkins] cpython: _PyStack_UnpackDict() now returns -1 on error victor.stinner
- [Python-checkins] cpython: Add _PyArg_ParseStack() helper function victor.stinner
- [Python-checkins] cpython: Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords victor.stinner
- [Python-checkins] cpython: Argument Clinic: Use METH_FASTCALL for positionals victor.stinner
- [Python-checkins] cpython: Run Argument Clinic: METH_VARARGS=>METH_FASTCALL victor.stinner
- [Python-checkins] cpython: Argument Clinic: Use METH_FASTCALL for boring positionals victor.stinner
- [Python-checkins] cpython: Add _PyArg_UnpackStack() function helper victor.stinner
- [Python-checkins] cpython: Convert some OrderedDict methods to Argument Clinic victor.stinner
- [Python-checkins] cpython (3.5): Issue #29011: Fix an important omission by adding Deque to the typing module. raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge raymond.hettinger
- [Python-checkins] cpython: Issue #29029: Speed up processing positional arguments in serhiy.storchaka
- [Python-checkins] cpython (3.5): Added tag v3.5.3 for changeset 1880cb95a742 larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Cherry-pick small copyright fix for 3.5.3 final. larry.hastings
- [Python-checkins] cpython (3.5): Version bump for Python 3.5.3. larry.hastings
- [Python-checkins] cpython (3.5): Post-release updates for 3.5.3. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.6 for changeset b662f4776921 larry.hastings
- [Python-checkins] cpython (3.4): Version bump for Python 3.4.6. larry.hastings
- [Python-checkins] cpython (3.4): Post-release updates for 3.4.6. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge from 3.4. larry.hastings
- [Python-checkins] cpython: Merge from 3.6. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5.3 release head with main 3.5 branch. larry.hastings
- [Python-checkins] Daily reference leaks (9f7d16266928): sum=14 solipsis at pitrou.net
- [Python-checkins] cpython: next() uses FASTCALL victor.stinner
- [Python-checkins] cpython: getattr() uses METH_FASTCALL victor.stinner
- [Python-checkins] cpython: _hashopenssl uses METH_FASTCALL victor.stinner
- [Python-checkins] cpython: sorted() uses METH_FASTCALL victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-17 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2017-01-17 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, guido.van.rossum
- [Python-checkins] Daily reference leaks (794dad4b849f): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython: Remove unused func parameter of _PyStack_UnpackDict() victor.stinner
- [Python-checkins] cpython: Optimize methoddescr_call(): avoid temporary PyCFunction victor.stinner
- [Python-checkins] cpython: _PyObject_FastCallKeywords() now checks the result victor.stinner
- [Python-checkins] cpython (2.7): Issue #29274: tests cases → test cases martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue 29274: Merge doc fixes from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #29274: tests cases → test cases martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue 29274: Merge doc fixes from 3.6 martin.panter
- [Python-checkins] cpython: Fix Python 2.6 support in python-gdb.py victor.stinner
- [Python-checkins] cpython: Fix _PyMethodDef_RawFastCallDict() argument parsing victor.stinner
- [Python-checkins] cpython: _PyObject_FastCallKeywords() now checks !PyErr_Occurred() victor.stinner
- [Python-checkins] cpython: PyCFunction_Call() now calls _PyCFunction_FastCallDict() victor.stinner
- [Python-checkins] cpython: Rephrase !PyErr_Occurred() comment: may=>can victor.stinner
- [Python-checkins] cpython: Cleanup _PyMethodDef_RawFastCallDict() victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-18 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2017-01-18 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: allow default values in class form of NamedTuple -- Jelle guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: allow default values in class form of NamedTuple -- Jelle guido.van.rossum
- [Python-checkins] cpython: Update and enhance python-gdb.py victor.stinner
- [Python-checkins] cpython (3.5): Issue #29198: add AsyncGenerator (Jelle Zijlstra) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.6->3.7) guido.van.rossum
- [Python-checkins] Daily reference leaks (07523532039d): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython: _PyStack_AsDict() now checks kwnames != NULL victor.stinner
- [Python-checkins] cpython: dict.get() and dict.setdefault() now use AC victor.stinner
- [Python-checkins] cpython: Add a note explaining why dict_update() doesn't use METH_FASTCALL victor.stinner
- [Python-checkins] cpython: Issue #29296: convert print() to METH_FASTCALL victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-19 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2017-01-19 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #20186: Converted the _operator module to Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython: Issue #20186: Converted the math module to Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython: Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. serhiy.storchaka
- [Python-checkins] cpython: Issue #29311: Argument Clinic generates reasonable name for the parameter serhiy.storchaka
- [Python-checkins] cpython: Issue #29289: Argument Clinic generates reasonable name for the parameter serhiy.storchaka
- [Python-checkins] cpython (3.5): Fix incorrect patchlevel information for 3.5.3+. larry.hastings
- [Python-checkins] cpython (3.5): Issue #29292: Update outdated doc of PyEval_EvalCodeEx. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29292: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29292: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (3.6): Issue #29281: Fill-in a missing versionchanged entry raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). serhiy.storchaka
- [Python-checkins] Daily reference leaks (cb6d4df2bd9b): sum=12 solipsis at pitrou.net
- [Python-checkins] cpython (3.6): Issue #29316: Restore the provisional status of typing module and add ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29316: merge 3.6 ned.deily
- [Python-checkins] cpython (3.6): Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. ned.deily
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-20 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2017-01-20 lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (31a05787eb93): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #29282: add fused multiply-add function, math.fma. mark.dickinson
- [Python-checkins] cpython: Issue #29282: Backed out changeset b33012ef1417 mark.dickinson
- [Python-checkins] cpython: Issue #29331: Simplified argument parsing in sorted() and list.sort(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29092: Sync os.stat's doc and docstring on path type. xiang.zhang
- [Python-checkins] cpython (3.5): Issue #29092: Sync os.stat's doc and docstring on path type. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29092: Merge 3.6. xiang.zhang
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29290: Merge 3.5. xiang.zhang
- [Python-checkins] cpython (3.5): Issue #29290: argparse help messages won't wrap at non-breaking spaces. xiang.zhang
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29290: Merge 3.6. xiang.zhang
- [Python-checkins] Daily reference leaks (cee9d322178f): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #29335: Fix subprocess.Popen.wait() when the child process has gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29335: Fix subprocess.Popen.wait() when the child process has gregory.p.smith
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29335: Fix subprocess.Popen.wait() when the child process has gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #28556: various style fixes for typing.py guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28556: Allow defining methods in NamedTuple class syntax (#362) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: various style fixes for typing.py (3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: various style fixes for typing.py (3.6->3.7) guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28556: Allow defining methods in NamedTuple class syntax (#362) guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28556: Allow defining methods in NamedTuple class syntax (#362) guido.van.rossum
- [Python-checkins] cpython (3.5): typo fix, extra '.' :) gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.6): typo fix, extra '.' on MacOS :) gregory.p.smith
- [Python-checkins] cpython (merge 3.6 -> default): typo fix, extra '.' on MacOS :) gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> 3.6): Skip the test requiring ctypes if ctypes is unavailable. gregory.p.smith
- [Python-checkins] cpython (3.5): Skip the test requiring ctypes if ctypes is unavailable. gregory.p.smith
- [Python-checkins] cpython (merge 3.6 -> default): Skip the test requiring ctypes if ctypes is unavailable. gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #29335: Fix subprocess.Popen.wait() when the child process has gregory.p.smith
- [Python-checkins] cpython: Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever serhiy.storchaka
- [Python-checkins] Daily reference leaks (8947bb9396cd): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26729: Fixed __text_signature__ for sorted(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26729: Fixed __text_signature__ for sorted(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26729: Fixed __text_signature__ for sorted(). serhiy.storchaka
- [Python-checkins] cpython: Issue #29338: The help of a builtin or extension class now includes the serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION victor.stinner
- [Python-checkins] cpython: Issue #29338: Don't output an empty signature for class constructor. serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-23 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2017-01-23 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #29273: Remove unneeded workaround to restore locale martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #29273: Merge test___all__ from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issues #29273: Merge test___all__ from 3.6 martin.panter
- [Python-checkins] cpython (2.7): Issue #29189: Fix indentation in RST markup martin.panter
- [Python-checkins] cpython (3.5): Issue #29189: Fix indentation in RST markup martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issues #29189: Merge indentation fixes from 3.6 martin.panter
- [Python-checkins] cpython: Fix grammar in doc string, RST markup martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #29189: Merge indentation fixes from 3.5 martin.panter
- [Python-checkins] cpython: Issue #29338: Fix test_enum. serhiy.storchaka
- [Python-checkins] Daily reference leaks (1615898492a6): sum=71 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #29360: _PyStack_AsDict() doesn't check kwnames victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2017-01-24 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2017-01-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #29337: Fixed possible BytesWarning when compare the code objects. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29337: Fixed possible BytesWarning when compare the code objects. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29337: Fixed possible BytesWarning when compare the code objects. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #29083: Fixed the declaration of some public API functions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #29083: Fixed the declaration of some public API functions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29083: Fixed the declaration of some public API functions. serhiy.storchaka
- [Python-checkins] cpython (3.6): closes issue29167: fix race condition in (Int)Flag ethan.furman
- [Python-checkins] cpython (merge 3.6 -> default): issue29167: fix race condition in (Int)Flag ethan.furman
- [Python-checkins] cpython: Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict serhiy.storchaka
- [Python-checkins] Daily reference leaks (ffc0840762e4): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): issue26149 - Point to Wiki for Editors and Python IDEs on Unix. senthil.kumaran
- [Python-checkins] cpython (3.6): issue26149 - Point to Wiki for Editors and Python IDEs on Unix. senthil.kumaran
- [Python-checkins] cpython (merge 3.6 -> default): [merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix. senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if serhiy.storchaka
- [Python-checkins] cpython: Issue #29369: Use Py_IDENTIFIER in Python-ast.c inada.naoki
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2017-01-25 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2017-01-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #29358: Add postcondition checks on types victor.stinner
- [Python-checkins] cpython (3.6): remove comment about updating the parser module; we do not need to do that benjamin.peterson
- [Python-checkins] Daily reference leaks (8feb6a5ce4c6): sum=4 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python 2.7 2017-01-26 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2017-01-26 lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (34fb29694c76): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Closes #29308: Merged fix from 3.6. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> 3.6): Fixes #29308: Merged fix from 3.5. vinay.sajip
- [Python-checkins] cpython (merge 3.6 -> default): Closes #28784: Merged update from 3.6. vinay.sajip
- [Python-checkins] cpython (3.6): Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. vinay.sajip
- [Python-checkins] BAD Benchmark Results for Python 2.7 2017-01-27 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2017-01-27 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Add clarity to the warning on certificate verification in urllib. senthil.kumaran
- [Python-checkins] cpython: Issue #29383: reduce temporary interned unicode inada.naoki
- [Python-checkins] Daily reference leaks (46f8188f8646): sum=6 solipsis at pitrou.net
- [Python-checkins] test: first commit mariatta.wijaya
- [Python-checkins] cpython (3.6): Issue 29310: Document typing.NamedTuple default argument syntax raymond.hettinger
- [Python-checkins] Daily reference leaks (9e9f292c65ec): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #12067: Recommend that hash and equality be consistent martin.panter
- [Python-checkins] cpython (3.5): Issue #29349: Fix Python 2 syntax in documentation build code martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #29349: Merge Py 2 fix 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #12067: Merge hash recommendation from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issues #12067: Merge hash recommendation from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issues #29349: Merge Py 2 fix 3.6 martin.panter
- [Python-checkins] cpython: Issues #29349: Add NEWS for 3.7; use “with” statement martin.panter
- [Python-checkins] cpython: Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+ martin.panter
- [Python-checkins] cpython (2.7): Issue #12067: Rewrite Comparisons section in the language reference martin.panter
- [Python-checkins] cpython (3.5): Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ martin.panter
- [Python-checkins] cpython (3.5): Issue #11670: readfp(fp) parameter name is different to read_file(f) martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #11670: Merge configparser doc from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #29349: Merge Py 2.6+ compatibility from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issues #29349: Merge Py 2.6+ compatibility from 3.6 martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issues #11670: Merge configparser doc from 3.6 martin.panter
- [Python-checkins] cpython: Issue #28822: Add susp-ignored entry for NEWS; fix grammar martin.panter
- [Python-checkins] Daily reference leaks (2b5e5a3a805e): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.6 -> default): Issue #29283: Merge from 3.6 berker.peksag
- [Python-checkins] cpython (3.6): Issue #29283: Delete accidentally added Lib/site-packages/README berker.peksag
- [Python-checkins] BAD Benchmark Results for Python 2.7 2017-01-30 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2017-01-30 lp_benchmark_robot at intel.com
- [Python-checkins] test: another test mariatta.wijaya
- [Python-checkins] test: add one line mariatta.wijaya
- [Python-checkins] Daily reference leaks (3d328ee18612): sum=-3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): - Issue #29169: Update zlib to 1.2.11. matthias.klose
- [Python-checkins] cpython (3.5): add Modules/zlib/zlib.map to .hgeol matthias.klose
- [Python-checkins] cpython (3.5): - Issue #29169: Update zlib to 1.2.10. matthias.klose
- [Python-checkins] cpython (2.7): update zlib ChangeLog file matthias.klose
- [Python-checkins] BAD Benchmark Results for Python 2.7 2017-01-31 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2017-01-31 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #29218: Remove unused install_misc command berker.peksag
Last message date: Tue Jan 31 20:37:56 EST 2017
Archived on: Tue Jan 31 20:37:58 EST 2017
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