Showing content from http://mail.python.org/pipermail/python-checkins/2016-June/thread.html below:
The Python-checkins June 2016 Archive by thread
June 2016 Archives by thread
Starting: Wed Jun 1 01:01:36 EDT 2016
Ending: Thu Jun 30 14:43:31 EDT 2016
Messages: 775
- [Python-checkins] cpython (3.5): Fix typo zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #25570: Add example of customizing User-Agent via add_header() martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25570: Merge add_header() example from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #25570: Add example of customizing User-Agent via add_header() martin.panter
- [Python-checkins] Daily reference leaks (b75b4fdd62f8): sum=64 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-06-01 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-01 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Fix typo in Python tutorial berker.peksag
- [Python-checkins] cpython (3.5): Issue #27174: Update IPython URL in tutorial berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27174: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Fix link in programming FAQ. berker.peksag
- [Python-checkins] cpython: Issue #27178: Fix markup in tutorial berker.peksag
- [Python-checkins] peps: Add NewType() to PEP 484. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12243: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #12243: Remove redundant availability notes from getpass docs berker.peksag
- [Python-checkins] cpython (2.7): Issue #12243: Remove redundant availability notes from getpass docs berker.peksag
- [Python-checkins] Daily reference leaks (1bd3daae351d): sum=9 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-06-02 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-02 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27171: Merge typo fixes from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #27171: Fix typos in documentation, comments, and test function names martin.panter
- [Python-checkins] cpython: Issue #27171: Fix typo in exception message martin.panter
- [Python-checkins] cpython (2.7): Issue #27171: Fix typos in documentation, code comments, and tests martin.panter
- [Python-checkins] cpython: Issue #21271: Adds new keyword only parameters in reset_mock call kushal.das
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23116: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #23116: Improve ask_ok() example in the Python tutorial berker.peksag
- [Python-checkins] cpython: replace custom validation logic in the parse module with a simple DFA validator benjamin.peterson
- [Python-checkins] cpython (3.5): note that Py_VISIT handles NULL (closes #27183) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 benjamin.peterson
- [Python-checkins] cpython (2.7): note that Py_VISIT handles NULL (closes #27183) benjamin.peterson
- [Python-checkins] cpython (3.5): Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16192: Merge from 3.5 berker.peksag
- [Python-checkins] devguide: Move core dev affiliation list above page rationale nick.coghlan
- [Python-checkins] peps: Officially defer PEP 426 (Metadata 2.0) nick.coghlan
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs. r.david.murray
- [Python-checkins] cpython (2.7): #13784: fix xml.sax.reader getColumn/LineNumber docs. r.david.murray
- [Python-checkins] cpython (3.5): #13784: fix xml.sax.reader getColumn/LineNumber docs. r.david.murray
- [Python-checkins] peps: Defer PEP 459 in addition to 426 nick.coghlan
- [Python-checkins] cpython (3.5): remove (hilarious) defaults for various constants getpath.c needs benjamin.peterson
- [Python-checkins] cpython (2.7): remove (hilarious) defaults for various constants getpath.c needs benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #20973: add total ordering tests for ipaddress r.david.murray
- [Python-checkins] cpython (3.5): #20973: add total ordering tests for ipaddress r.david.murray
- [Python-checkins] cpython (3.5): Issue #21776: distutils.upload now correctly handles HTTPError berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21776: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Support host=b'' for getaddrinfo yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Fix getaddrinfo to accept service names (for port) yury.selivanov
- [Python-checkins] cpython: issue27186 -- initial docs, tests, and python version of os.fspath ethan.furman
- [Python-checkins] cpython (3.5): Issue #16192: Fix copy and paste mistake noticed by Eryk Sun berker.peksag
- [Python-checkins] cpython (3.5): #27185: move test_pep292 into test_string. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #27185: move test_pep292 into test_string. r.david.murray
- [Python-checkins] cpython (2.7): Issue #25702: A --with-lto configure option has been added that will gregory.p.smith
- [Python-checkins] cpython (2.7): Exclude unittests from the make profile-opt training run that either gregory.p.smith
- [Python-checkins] cpython (3.5): #26829: Clarify that namespace is copied to a new __dict__ in instance creation. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance r.david.murray
- [Python-checkins] cpython: Issue #25931: Don't defining socketserver.Forking* names on platforms such gregory.p.smith
- [Python-checkins] cpython: Reindent properly. gregory.p.smith
- [Python-checkins] cpython (3.5): Document that CalledProcessError.returncode is the negative gregory.p.smith
- [Python-checkins] cpython: typo fix gregory.p.smith
- [Python-checkins] peps: Issue #27191: Improve markup of PEP 8, patch by Ian Lee berker.peksag
- [Python-checkins] cpython: Issue25931: fix tests broken by the conditional define of socketserver.Forking* gregory.p.smith
- [Python-checkins] cpython: issue25931: document that socketserver.Forking* are unavailable on platforms gregory.p.smith
- [Python-checkins] cpython (2.7): issue25931: document that socketserver.Forking* are unavailable on platforms gregory.p.smith
- [Python-checkins] cpython: Issue #27167: Clarify the subprocess.CalledProcessError error message text gregory.p.smith
- [Python-checkins] cpython: issue27167: make the test not care about the exact signal name in the gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #27185: Rename test_string.py to test_string_merged.py. serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Issue #27185: Merge test_pep292.py into test_string_merged.py. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27185: Rename test_string_merged.py back to test_string.py. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27185: Rename test_pep292.py to test_string_merged.py. serhiy.storchaka
- [Python-checkins] cpython (3.5): issue8519 - Reference termios and ioctl manual pages in the library senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the senthil.kumaran
- [Python-checkins] cpython (2.7): [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the senthil.kumaran
- [Python-checkins] cpython (3.5): issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #27185: Rename test_string_merged.py back to test_string.py. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27185: Rename test_string.py to test_string_merged.py. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27185: Rename test_pep292.py to test_string_merged.py. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Issue #27185: Merge test_pep292.py into test_string_merged.py. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5. serhiy.storchaka
- [Python-checkins] Daily reference leaks (3145242bc81f): sum=5 solipsis at pitrou.net
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-06-03 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): #22797: clarify when URLErrors are raised by urlopen. r.david.murray
- [Python-checkins] cpython (2.7): Issue 20567: Revise idle_test/README.txt and some tests to match new advice. terry.reedy
- [Python-checkins] cpython (merge default -> 3.5): Merge: #22797: clarify when URLErrors are raised by urlopen. r.david.murray
- [Python-checkins] cpython: Issue #26983: float() now always return an instance of exact float. serhiy.storchaka
- [Python-checkins] cpython: signal, socket, and ssl module IntEnum constant name lookups now return a gregory.p.smith
- [Python-checkins] cpython: psuedo merge: #22797: clarify when URLErrors are raised by urlopen. r.david.murray
- [Python-checkins] cpython: Issue #27073: Removed redundant checks in long_add and long_sub. serhiy.storchaka
- [Python-checkins] cpython (3.5): first step in backout of bad default->3.5 merge d085b4f779af. Create new head ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.5): final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 heads ned.deily
- [Python-checkins] [Python-Dev] FIXED: I broke the 3.5 branch, apparently R. David Murray
- [Python-checkins] peps: Add a .gitignore in preparation for moving to GitHub brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): final final step in backout of bad default->3.5 merge d085b4f779af: null merge ned.deily
- [Python-checkins] cpython (3.5): #16484: Fix pydoc doc links to modules whose names are mixed case. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. r.david.murray
- [Python-checkins] cpython: Clean up urlopen doc string. r.david.murray
- [Python-checkins] cpython (3.5): Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate gregory.p.smith
- [Python-checkins] cpython: Issue #24225: Fix additional renamed module references. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue 20567: Revise idle_test/README.txt and some tests to match new advice. terry.reedy
- [Python-checkins] cpython (3.5): Issue 20567: Revise idle_test/README.txt and some tests to match new advice. terry.reedy
- [Python-checkins] cpython (3.5): Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. terry.reedy
- [Python-checkins] cpython (2.7): check the result of PyByteArray_Resize in readline() (closes #27211) benjamin.peterson
- [Python-checkins] cpython (3.5): Fix typos in code comment and documentation martin.panter
- [Python-checkins] cpython: Issue #22797: Synchronize urlopen() doc string with RST documentation martin.panter
- [Python-checkins] cpython: More typo fixes for 3.6 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge typo fixes from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Fix typo in code comment martin.panter
- [Python-checkins] cpython (3.5): fix indentation of comment benjamin.peterson
- [Python-checkins] cpython (2.7): IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. terry.reedy
- [Python-checkins] cpython (3.5): IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. terry.reedy
- [Python-checkins] cpython (3.5): Clarify deprecation of ElementTree.XMLParser(html=...) parameter martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge Element Tree doc string from 3.5 martin.panter
- [Python-checkins] Daily reference leaks (38c8599a1623): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue 27216: Fix typo (noticed by Alex Chan). ned.deily
- [Python-checkins] cpython (2.7): Issue 27216: Fix typo (noticed by Alex Chan). ned.deily
- [Python-checkins] cpython (3.5): Issue 27216: Fix typo (noticed by Alex Chan). ned.deily
- [Python-checkins] cpython: issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips ethan.furman
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19234: Merge from 3.5 kushal.das
- [Python-checkins] cpython (3.5): Issue #19234: Documents socket.fileno() returns -1 on failure kushal.das
- [Python-checkins] cpython (merge default -> default): NULL merge kushal.das
- [Python-checkins] cpython (2.7): Issue #20041: Fixed TypeError when frame.f_trace is set to None. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #20041: Fixed TypeError when frame.f_trace is set to None. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20041: Fixed TypeError when frame.f_trace is set to None. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): issue26372 - use os.devnull instead of /dev/null gregory.p.smith
- [Python-checkins] cpython (3.5): issue26372 - use os.devnull instead of /dev/null gregory.p.smith
- [Python-checkins] cpython: issue27186: add C version of os.fspath(); patch by Jelle Zijlstra ethan.furman
- [Python-checkins] devguide: Update devguide setup instructions for OS X ned.deily
- [Python-checkins] cpython (3.5): Issue #26809: Add __all__ to string module. Patch by Emanuel Barry zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #26809: Merge with 3.5 zach.ware
- [Python-checkins] cpython: issue27186: add PathLike ABC ethan.furman
- [Python-checkins] cpython (3.5): Revise and synchronize idle_test.test_configdialog. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge: Revise and synchronize idle_test.test_configdialog. terry.reedy
- [Python-checkins] cpython (3.5): Issue #24759: Add 'private' notice for idlelib.idle_test. terry.reedy
- [Python-checkins] cpython (2.7): Issue #24759: Add 'private' notice for idlelib.idle_test. terry.reedy
- [Python-checkins] cpython (2.7): Issue #21916: Added tests for the turtle module. serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21916: Added tests for the turtle module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #21916: Added tests for the turtle module. serhiy.storchaka
- [Python-checkins] cpython: issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra ethan.furman
- [Python-checkins] cpython: issue27186: add open/io.open; patch by Jelle Zijlstra ethan.furman
- [Python-checkins] cpython: Issue #19611: handle implicit parameters in inspect.signature nick.coghlan
- [Python-checkins] cpython (merge 3.5 -> default): - merge 3.5 matthias.klose
- [Python-checkins] cpython (3.5): - Issue #26884: Fix linking extension modules for cross builds. matthias.klose
- [Python-checkins] cpython: add Dusty Phillips to ACKS ethan.furman
- [Python-checkins] cpython: - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. matthias.klose
- [Python-checkins] cpython: Issue #25548: Showing memory address of class objects in repl kushal.das
- [Python-checkins] cpython: Fixes whitespace issue kushal.das
- [Python-checkins] cpython: - Issue #21277: Don't try to link _ctypes with a ffi_convenience library. matthias.klose
- [Python-checkins] cpython (2.7): Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. ned.deily
- [Python-checkins] cpython (3.5): Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26930: merge from 3.5 ned.deily
- [Python-checkins] cpython (3.5): Move the BrokenPipeError tests to the POSIXProcessTestCase class gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): merge from 3.5. (moves the issue26372 tests to the proper class) gregory.p.smith
- [Python-checkins] cpython (3.5): Issue27203 - Fix doctests Doc/faq/programming.rst. senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst. senthil.kumaran
- [Python-checkins] cpython (3.5): issue27202 - Exclude 2.x release notes from python3 make doctests. senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make senthil.kumaran
- [Python-checkins] cpython: Fix typos in datetime documentation. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #17888: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #17888: Add a note about contributing to Python docs berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb senthil.kumaran
- [Python-checkins] cpython (3.5): issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #24291: Avoid WSGIRequestHandler doing partial writes martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24291: Merge wsgi partial write fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #21916: Added more tests for the turtle module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21916: Added more tests for the turtle module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21916: Added more tests for the turtle module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. serhiy.storchaka
- [Python-checkins] Daily reference leaks (31573473a50e): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #27164: Allow decompressing raw Deflate streams with predefined zdict martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27164: Merge raw Deflate zdict support from 3.5 martin.panter
- [Python-checkins] devguide: Issue #25941: Add "How To Review A Patch" section to the devguide. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26014: merge from 3.5 ned.deily
- [Python-checkins] cpython (3.5): Issue #26014: Update 3.x packaging documentation: ned.deily
- [Python-checkins] cpython (2.7): Issue #26014: Guide 2.7 users to the new packaging documentation: ned.deily
- [Python-checkins] cpython: Issue #27156: Remove more unused idlelib code. terry.reedy
- [Python-checkins] cpython: Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej martin.panter
- [Python-checkins] cpython: Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch martin.panter
- [Python-checkins] cpython: Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej martin.panter
- [Python-checkins] cpython: Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej martin.panter
- [Python-checkins] cpython: Issue #23883: News updates for __all__ attributes martin.panter
- [Python-checkins] cpython: Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej martin.panter
- [Python-checkins] cpython: Issue #27107: mailbox.fcntl = None on Windows martin.panter
- [Python-checkins] cpython: Issue #26983: Fixed test_format failure. serhiy.storchaka
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-06-06 lp_benchmark_robot at intel.com
- [Python-checkins] peps: Fix an indentation error in the rST for NewType (Ryan Gonzalez). guido.van.rossum
- [Python-checkins] peps: The type of an empty tuple is spelled Tuple[()]. Fixes upstream #231. guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27229: Merge cross-compiling fix from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27229: Merge makefile fix from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #27229: Comment in middle of shell command fails on BSD and OS X martin.panter
- [Python-checkins] cpython (3.5): Issue #27229: Comment in middle of shell command fails on BSD and OS X martin.panter
- [Python-checkins] Daily reference leaks (b7a4c076ba40): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): os.urandom() doesn't block on Linux anymore victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (os.urandom) victor.stinner
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-06-07 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Items for NEWS and idlelib/NEWS.txt. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Items for NEWS and idlelib/NEWS.txt. terry.reedy
- [Python-checkins] cpython (3.5): Items for NEWS and idlelib/NEWS.txt. terry.reedy
- [Python-checkins] cpython (3.5): Fixed #27251: corrected string/bytes handling in credentials. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Fixed #27251: merged fix from 3.5. vinay.sajip
- [Python-checkins] peps: Relax __all__ location. barry.warsaw
- [Python-checkins] peps: Add PEP 520: Ordered Class Definition Namespace eric.snow
- [Python-checkins] peps: Add the typical footer to PEP 520. eric.snow
- [Python-checkins] peps: Minor clean up of PEP 520. eric.snow
- [Python-checkins] peps: Fix PEP 520 typos. eric.snow
- [Python-checkins] cpython: py_getrandom(): use char* instead of void* for the destination victor.stinner
- [Python-checkins] cpython: odict: Remove useless ";" after function definition victor.stinner
- [Python-checkins] Daily reference leaks (12d939477b4f): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21313: Tolerate truncated buildinfo in sys.version martin.panter
- [Python-checkins] cpython (2.7): Issue #25738: Don’t send message body for 205 Reset Content martin.panter
- [Python-checkins] cpython (3.5): Issue #21313: Tolerate truncated buildinfo in sys.version martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25738: Merge HTTP server from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21313: Merge version parsing from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #25738: Don’t send message body for 205 Reset Content martin.panter
- [Python-checkins] test: Verifying commit access. xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21593: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #21593: Clarify that re.search() returns the first match berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5; no changes to 3.6 martin.panter
- [Python-checkins] cpython (3.5): Issue #23275: Backport target list assignment documentation fixes martin.panter
- [Python-checkins] cpython (2.7): Issue #23275: Backport empty square bracket assignment documentation fix martin.panter
- [Python-checkins] cpython: Fix RST conflicts with Idle news entries martin.panter
- [Python-checkins] peps: Clarify dunders. barry.warsaw
- [Python-checkins] BAD Benchmark Results for Python Default 2016-06-08 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27136, asyncio) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio, issue #27136) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27136: Update asyncio docs yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Update whatsnew/3.5.2 yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (whatsnew) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Remove asyncio.timeout() context manager. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (NEWS) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Remove line about asyncio.timeout() from the NEWS file yury.selivanov
- [Python-checkins] peps: Add typing.TYPE_CHECKING to PEP 484. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Sync typing.py with upstream (merge 3.5->3.6). guido.van.rossum
- [Python-checkins] cpython (3.5): Sync typing.py with upstream. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Omnibus news entry for updates to typing.py. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Omnibus news entry for updates to typing.py. guido.van.rossum
- [Python-checkins] cpython: Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge. barry.warsaw
- [Python-checkins] cpython (3.5): Issue #27066: Fixed SystemError if a custom opener (for open()) returns barry.warsaw
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27066: Fixed SystemError if a custom opener (for open()) returns a barry.warsaw
- [Python-checkins] cpython (3.5): Fix a comment. barry.warsaw
- [Python-checkins] cpython: Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. terry.reedy
- [Python-checkins] cpython (2.7): fix leak of keyfile_bytes benjamin.peterson
- [Python-checkins] cpython (2.7): stop leaking certfile_bytes (closes #27267) benjamin.peterson
- [Python-checkins] Daily reference leaks (cc7f63b6847e): sum=5 solipsis at pitrou.net
- [Python-checkins] peps: Add PEP 512 by Nathaniel Smith berker.peksag
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-06-09 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-06-09 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Regenerate Argument Clinic code for issue #23026. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26305: Argument Clinic now escapes braces. No need to double them. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26305: Argument Clinic now escapes braces. No need to double them. serhiy.storchaka
- [Python-checkins] cpython: Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. serhiy.storchaka
- [Python-checkins] peps: Clarifications from the PyCon US 2016 language summit brett.cannon
- [Python-checkins] cpython (3.5): Issue #27243: Fix __aiter__ protocol yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27243) yury.selivanov
- [Python-checkins] peps: Update PEP 519 on implementation progress from PyCon US 2016 sprints brett.cannon
- [Python-checkins] cpython: Fix some PEP 8 violations. brett.cannon
- [Python-checkins] cpython: Clarify documentation for os.fspath(). brett.cannon
- [Python-checkins] cpython: Clarify the os.fspath() documentation. brett.cannon
- [Python-checkins] peps: Fix up link brett.cannon
- [Python-checkins] peps: PEP 492: Update __aiter__ protocol yury.selivanov
- [Python-checkins] peps: PEP 492: Add a link to Python docs about __aiter__ yury.selivanov
- [Python-checkins] cpython: Add a missing :term:. brett.cannon
- [Python-checkins] cpython: Issue #27182: Document os.PathLike. brett.cannon
- [Python-checkins] cpython (2.7): [Issue 15476] Make "code object" its own entry in the index martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15476: Merge index entries from 3.5 martin.panter
- [Python-checkins] cpython (3.5): [Issue 15476] Make "code object" its own entry in the index martin.panter
- [Python-checkins] cpython: Issue #27186: Document PyOS_FSPath(). brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge brett.cannon
- [Python-checkins] peps: Update PEP 519 on current progress brett.cannon
- [Python-checkins] cpython (2.7): Issue #8491: Add link to Gnu Readline configuration documentation martin.panter
- [Python-checkins] cpython (3.5): Issue #8491: Add link to Gnu Readline configuration documentation martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #8491: Merge readline doc from 3.5 martin.panter
- [Python-checkins] cpython: Issue #24759: Add test for IDLE syntax colorizoer. terry.reedy
- [Python-checkins] cpython: Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. terry.reedy
- [Python-checkins] cpython (2.7): Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent. martin.panter
- [Python-checkins] cpython: Add a versionadded directive to os.PathLike berker.peksag
- [Python-checkins] cpython (3.5): Fix typo and move comment to appropriate condition martin.panter
- [Python-checkins] cpython (2.7): Fix typo in comment martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24617: Merge os.mkdir() doc from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge comment fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #24617: Add comment for os.mkdir about mode quirks martin.panter
- [Python-checkins] cpython (2.7): Issue #24617: Add comment for os.mkdir about mode quirks martin.panter
- [Python-checkins] cpython (2.7): Issue #20699: Document that “io” methods should accept memoryview martin.panter
- [Python-checkins] Daily reference leaks (15738f76fe6f): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27280: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #27280: Fix typo in IPv6Network documentation berker.peksag
- [Python-checkins] cpython (2.7): - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove matthias.klose
- [Python-checkins] cpython (merge 3.5 -> default): - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove matthias.klose
- [Python-checkins] cpython (3.5): - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove matthias.klose
- [Python-checkins] cpython: Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support serhiy.storchaka
- [Python-checkins] cpython: Issue #27186: Add os.PathLike support to pathlib. brett.cannon
- [Python-checkins] cpython (3.5): Issue #20900: distutils register command now decodes HTTP responses correctly berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20900: Merge from 3.5 berker.peksag
- [Python-checkins] cpython: Issue #27186: Add os.PathLike support to DirEntry brett.cannon
- [Python-checkins] peps: Update PEP 519 for DirEntry work brett.cannon
- [Python-checkins] cpython: Issue *24750: Switch all scrollbars in IDLE to ttk versions. terry.reedy
- [Python-checkins] cpython: Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. terry.reedy
- [Python-checkins] cpython (3.5): Issue #5124: Paste with selection should always replace. terry.reedy
- [Python-checkins] cpython (2.7): Issue #5124: Paste with selection should always replace. terry.reedy
- [Python-checkins] cpython: Issue #5124: rename PyShell back to pyshell and patch test for 3.6 terry.reedy
- [Python-checkins] cpython: Issue #27262: fix missing parameter typo ned.deily
- [Python-checkins] cpython (3.5): Issue #5124: NEWS entries. terry.reedy
- [Python-checkins] cpython (2.7): Issue #5124: NEWS entries. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge Issue #5124: NEWS entries. terry.reedy
- [Python-checkins] cpython: IDLE NEWS entries terry.reedy
- [Python-checkins] Daily reference leaks (288e97680d84): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27223) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. yury.selivanov
- [Python-checkins] cpython (3.5): Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #22970) yury.selivanov
- [Python-checkins] cpython: Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in serhiy.storchaka
- [Python-checkins] cpython: Issue #27030: The re.LOCALE flag now can be used only with bytes patterns. serhiy.storchaka
- [Python-checkins] cpython: Issue #27029: Removed deprecated support of universal newlines mode from serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge Issue #22558. terry.reedy
- [Python-checkins] cpython (3.5): Issue #22558: Add remaining doc links to source code for Python-coded modules. terry.reedy
- [Python-checkins] cpython (3.5): Issue #21386: Implement missing IPv4Address.is_global property berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21386: Merge from 3.5 berker.peksag
- [Python-checkins] cpython: Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ berker.peksag
- [Python-checkins] cpython (3.5): Silence 'make suspicious' warnings berker.peksag
- [Python-checkins] cpython (3.5): Fix typo and silence a Sphinx warning in Doc/glossary.rst berker.peksag
- [Python-checkins] cpython (3.4): raise an error when STARTTLS fails benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (2.7): raise an error when STARTTLS fails benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#26556) benjamin.peterson
- [Python-checkins] cpython (3.4): upgrade expt to 2.1.1 (closes #26556) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#26556) benjamin.peterson
- [Python-checkins] cpython (2.7): upgrade expt to 2.1.1 (closes #26556) benjamin.peterson
- [Python-checkins] cpython: Issue #27294: Improved repr for Tkinter event objects. serhiy.storchaka
- [Python-checkins] cpython: Issue #27140: Added BUILD_CONST_KEY_MAP opcode. serhiy.storchaka
- [Python-checkins] cpython (2.7): update pydoc topics benjamin.peterson
- [Python-checkins] cpython (2.7): 2.7.12 release candidate 1 benjamin.peterson
- [Python-checkins] cpython (2.7): off to 2.7.13 benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.12rc1 for changeset 13912cd1e7e8 benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5, issue #27194 lukasz.langa
- [Python-checkins] cpython (3.5): Issue #27194: superfluous truncate calls in tarfile.py slow down extraction lukasz.langa
- [Python-checkins] cpython: issue15468 - use sha256 instead of md5 or sha1 in the examples. gregory.p.smith
- [Python-checkins] cpython: Clarify that md5 is in the algorithms_guaranteed list despite what gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages lukasz.langa
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5, issue #14209 lukasz.langa
- [Python-checkins] cpython (3.5): Issue #24136: Document generalized unpacking, PEP 448 martin.panter
- [Python-checkins] cpython: Issue #24136: Adjust f-strings doc for interable unpacking martin.panter
- [Python-checkins] cpython: Drop unused import martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24136: Merge unpacking doc from 3.5 martin.panter
- [Python-checkins] peps: Add stricter constraints to manually set __definition_order__. eric.snow
- [Python-checkins] peps: Clarify some example code. eric.snow
- [Python-checkins] peps: Clarify the distinction between the definition ns and __dict__. eric.snow
- [Python-checkins] peps: PEP 101: Updated the RM and PE list. Removed MvL *sob* larry.hastings
- [Python-checkins] peps: Update Post-History. eric.snow
- [Python-checkins] peps: update nad email address ned.deily
- [Python-checkins] peps: PEP 101: Remind you how to write version numbers to please release.py larry.hastings
- [Python-checkins] cpython (3.5): Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16484: Merge pydoc Windows fixes from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #16484: PYTHONDOCS still uses “http:” in Python 2 martin.panter
- [Python-checkins] peps: PEP 101: Update which files still have copyright info. larry.hastings
- [Python-checkins] cpython (2.7): #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase martin.panter
- [Python-checkins] cpython (3.5): Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 martin.panter
- [Python-checkins] cpython (3.5): Fix typos and English grammar in documentation and code comment martin.panter
- [Python-checkins] cpython (2.7): Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 martin.panter
- [Python-checkins] cpython: Add grammatical article to “an ASCII letter” martin.panter
- [Python-checkins] cpython (2.7): Fix typo in documentation martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27030: Merge RE fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. serhiy.storchaka
- [Python-checkins] Daily reference leaks (84d1e5a4b1c5): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25455: Fixed a crash in repr of recursive functools.partial objects. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25455: Fixed a crash in repr of recursive functools.partial objects. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27221: Delete an outdated paragraph about pickle support of Process berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27221: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Use exc role for ValueError in multiprocessing.rst berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27188: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #27188: Fix various sqlite3 documentation errors berker.peksag
- [Python-checkins] cpython (3.5): Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27190: Merge from 3.5 berker.peksag
- [Python-checkins] devguide: Add myself to affiliations list and remove myself from some experts roles christian.heimes
- [Python-checkins] cpython (2.7): Issue #25455: Backported tests for pickling recursive functools.partial objects. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25455: Clean up reference loops created in tests for recursive serhiy.storchaka
- [Python-checkins] cpython (2.7): Rename class attribute "thetype" to "partial" in functools.partial tests serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25455: Clean up reference loops created in tests for recursive serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25455: Clean up reference loops created in tests for recursive serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27289: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #15657: Delete incorrect statement from PyMethodDef documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15657: Null merge from 3.5 berker.peksag
- [Python-checkins] cpython (2.7): Issue #15657: Delete incorrect statement from PyMethodDef documentation berker.peksag
- [Python-checkins] cpython: Comment fixes extracted from patch by Demur Rumed. serhiy.storchaka
- [Python-checkins] cpython: Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fix typo in _sqlite/module.h berker.peksag
- [Python-checkins] cpython: Issue #27186: skip bytes path test for os.scandir() on Windows brett.cannon
- [Python-checkins] cpython (3.5): Modernize sqlite3 tests berker.peksag
- [Python-checkins] cpython: Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. terry.reedy
- [Python-checkins] cpython: Issue #27186: add Include/osmodule.h to the proper build rules brett.cannon
- [Python-checkins] cpython: Ignore the VS Code config directory brett.cannon
- [Python-checkins] cpython (3.5): Updated header for README for 3.5.2rc1. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.2rc1 for changeset 68feec6488b2 larry.hastings
- [Python-checkins] cpython (3.5): Regenerated pydoc topics for 3.5.2rc1. larry.hastings
- [Python-checkins] cpython (3.5): Post-release fixups for Python 3.5.2rc1. larry.hastings
- [Python-checkins] cpython (3.5): Release bump for 3.5.2rc1. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5.2rc1 with current 3.5 branch. larry.hastings
- [Python-checkins] cpython (3.4): Release bump for 3.4.5rc1. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.5rc1 for changeset 3631bb4a2490 larry.hastings
- [Python-checkins] cpython (3.4): Regenerate pydoc topics for 3.4.5rc1. larry.hastings
- [Python-checkins] cpython: Issue #27186: Skip scandir(bytes) test with os.name == "nt" martin.panter
- [Python-checkins] cpython: Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. terry.reedy
- [Python-checkins] cpython: Whitespace terry.reedy
- [Python-checkins] cpython: Issue #27025: Generated names for Tkinter widgets are now more meanful serhiy.storchaka
- [Python-checkins] Daily reference leaks (34a9733f9941): sum=5 solipsis at pitrou.net
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-06-13 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-13 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants matthias.klose
- [Python-checkins] cpython (merge 3.4 -> 3.5): Forward-merge from 3.4 to 3.5. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Forward-merge from 3.5 to default. larry.hastings
- [Python-checkins] cpython: Merge the 3.4.5rc1 tag all the way into default (3.6). larry.hastings
- [Python-checkins] cpython (3.5): Replace more boilerplate code with modern unittest features in sqlite3 tests berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27306: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #27306: Fix typo in tarfile documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27136: Merge test_asyncio fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #27136: Change test to use ::1 for better OS X Tiger compatibility martin.panter
- [Python-checkins] cpython (3.5): Issue #27310: remove vestigial import in IDLE.app ned.deily
- [Python-checkins] cpython (2.7): Issue #27310: remove vestigial import in IDLE.app ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import. ned.deily
- [Python-checkins] cpython (3.5): Issue #22636: avoid using a shell in the ctypes.util module martin.panter
- [Python-checkins] cpython (3.5): Issue #16182: Fix readline begidx, endidx, and use locale encoding martin.panter
- [Python-checkins] cpython: Issue #17500: Remove merge conflict scar tissue martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16182: Merge readline locale fix from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22636: Merge ctypes.util shell injection fixes from 3.5 martin.panter
- [Python-checkins] cpython: Added tag v3.6.0a2 for changeset 378893423552 ned.deily
- [Python-checkins] cpython: Version bump for 3.6.0a2 ned.deily
- [Python-checkins] cpython: Update pydoc topics for 3.6.0a2 ned.deily
- [Python-checkins] cpython (merge default -> default): Merge 3.6.0a2 releasing branch into default ned.deily
- [Python-checkins] cpython: Start 3.6.0a3 ned.deily
- [Python-checkins] peps: update for 3.6.0a2 ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22636: Merge ctypes.util from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #22636: Handle OSError from subprocess, e.g. if command not found martin.panter
- [Python-checkins] cpython (2.7): Issue #27245: IDLE: Cleanly delete custom themes and key bindings. terry.reedy
- [Python-checkins] cpython (3.5): Issue #27245: IDLE: Cleanly delete custom themes and key bindings. terry.reedy
- [Python-checkins] cpython: Issue #27245: temporary rename for merge. terry.reedy
- [Python-checkins] cpython: Issue #27245: revert temporary rename terry.reedy
- [Python-checkins] cpython: - Modules/_collectionsmodule.c: Mark one more internal symbol as static. matthias.klose
- [Python-checkins] cpython (3.5): Issue #16182: Attempted workarounds for Apple Editline martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16182: Merge test_readline from 3.5 martin.panter
- [Python-checkins] cpython: - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to matthias.klose
- [Python-checkins] cpython (3.4): sync ordering of stddef.h includes with expat 2.1.1 benjamin.peterson
- [Python-checkins] cpython: - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to matthias.klose
- [Python-checkins] cpython: - Issue #23968: Update distutils/sysconfig.py to look for the renamed matthias.klose
- [Python-checkins] cpython: - Don't use largefile support for GNU/Hurd. matthias.klose
- [Python-checkins] Daily reference leaks (079794e90f4e): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #16182: Backport documentation of set_pre_input_hook() availability martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16182: Merge readline update from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #16182: set_pre_input_hook() may not exist; document, and update test martin.panter
- [Python-checkins] devguide: Issue #27270: `parentheses-equality` warnings when building with clang and xavier.degaye
- [Python-checkins] cpython (2.7): Issue #26386: Fixed ttk.TreeView selection operations with item id's serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26386: Fixed ttk.TreeView selection operations with item id's serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26386: Fixed ttk.TreeView selection operations with item id's serhiy.storchaka
- [Python-checkins] cpython (3.5): Delete outdated paragraph about OptimizedUnicode again berker.peksag
- [Python-checkins] cpython (3.5): Remove empty setUp and tearDown methods from sqlite3 tests berker.peksag
- [Python-checkins] cpython (3.5): Mark tests as skipped when a SQLite version is not supported berker.peksag
- [Python-checkins] cpython (3.5): Issue #16182: One more check for set_pre_input_hook() martin.panter
- [Python-checkins] cpython: Issue #16864: Cursor.lastrowid now supports REPLACE statement berker.peksag
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-06-14 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-06-14 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #25843: Fix the NEWS entry victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (os.urandom, issue #27278) victor.stinner
- [Python-checkins] cpython (3.5): cleanup random.c victor.stinner
- [Python-checkins] cpython (3.5): Fix os.urandom() using getrandom() on Linux victor.stinner
- [Python-checkins] cpython: subprocess: enhance ResourceWarning message victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27123: When an exception is raised within the context being gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #27123: When an exception is raised within the context being gregory.p.smith
- [Python-checkins] cpython (3.5): issue27122: fix typo in the news file, wrong issue #. not issue27123. gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): issue27122: fix typo in the news file, wrong issue #. not issue27123. gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27238: Got rid of bare excepts in the turtle module. Original patch serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27238: Got rid of bare excepts in the turtle module. Original patch serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27238: Got rid of bare excepts in the turtle module. Original patch serhiy.storchaka
- [Python-checkins] peps: PEP 103: Update from Oleg Broytman berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27311: Merge zipfile doc from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #27311: Fix ZipFile.writestr data argument name. martin.panter
- [Python-checkins] cpython (2.7): Issue #12855: Document what exactly unicode.splitlines() splits on martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge with 3.4 georg.brandl
- [Python-checkins] cpython (3.4): Docs: add html-stable autobuild variant georg.brandl
- [Python-checkins] cpython (2.7): Docs: add html-stable autobuild variant georg.brandl
- [Python-checkins] release: Also build doc archives for rcs. georg.brandl
- [Python-checkins] Daily reference leaks (e3bb87952c62): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #26862: SYS_getdents64 does not need to be defined on android API 21. xavier.degaye
- [Python-checkins] BAD Benchmark Results for Python Default 2016-06-15 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-06-15 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Make faq/general.rst gender-inclusive, patch by Sam Hathaway. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27301: Fixed incorrect return codes for errors in compile.c. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27301: Fixed incorrect return codes for errors in compile.c. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27301: Fixed incorrect return code for error in compile.c. serhiy.storchaka
- [Python-checkins] peps: Fix an indentation problem brett.cannon
- [Python-checkins] peps: Ignore VS Code's config directory. brett.cannon
- [Python-checkins] peps: Update PEP 519 as per brett.cannon
- [Python-checkins] cpython (3.5): Issue #27327: fix doc typo, noted by Jakub Wilk. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27327: null merge from 3.5 ned.deily
- [Python-checkins] cpython (3.5): Issue #26930: Update Windows build to OpenSSL 1.0.2h zach.ware
- [Python-checkins] cpython (2.7): Issue #26930: Update Windows build to OpenSSL 1.0.2h zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26930: Merge with 3.5 zach.ware
- [Python-checkins] peps: delete some unhelpful sentences benjamin.peterson
- [Python-checkins] Daily reference leaks (3d726dbfca31): sum=8 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-06-16 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-06-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27330: Fixed possible leaks in the ctypes module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27330: Fixed possible leaks in the ctypes module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27330: Fixed possible leaks in the ctypes module. serhiy.storchaka
- [Python-checkins] peps: Add a note to README that this repo is now migrated to Git and will remain georg.brandl
- [Python-checkins] cpython (3.5): py_getrandom(): use long type for the syscall() result victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): ctypes: the type of b_size is Py_ssize_t. serhiy.storchaka
- [Python-checkins] cpython (2.7): ctypes: the type of b_size is Py_ssize_t. serhiy.storchaka
- [Python-checkins] cpython (3.5): ctypes: the type of b_size is Py_ssize_t. serhiy.storchaka
- [Python-checkins] Daily reference leaks (3e6792af95f0): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #27336: Fix compilation failures --without-threads berker.peksag
- [Python-checkins] cpython: Issue #27336: Fix compilation on Windows victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-06-17 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-06-17 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27048: Prevents distutils failing on Windows when environment variables steve.dower
- [Python-checkins] cpython (3.5): Issue #27048: Prevents distutils failing on Windows when environment variables steve.dower
- [Python-checkins] cpython: Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel steve.dower
- [Python-checkins] cpython: Issue #27312: mock out function that fails when called from setupApp during terry.reedy
- [Python-checkins] cpython: Issue #27312: Fix TypeError in test_setupapp berker.peksag
- [Python-checkins] cpython (2.7): Issue #22636: Avoid using a shell in the ctypes.util module martin.panter
- [Python-checkins] cpython: Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. serhiy.storchaka
- [Python-checkins] cpython: Issue #27333: Simplified testing step on 0. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27343: Fixed error message for conflicting initializers of serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27343: Fixed error message for conflicting initializers of serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24314: Fix doc links for general attributes like __name__, __dict__ martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24314: Merge doc links from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #24314: Add links for general attributes like __name__, __dict__ martin.panter
- [Python-checkins] Daily reference leaks (61bd6974405f): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as serhiy.storchaka
- [Python-checkins] cpython: Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 berker.peksag
- [Python-checkins] cpython: Issue #26536: Use spaces instead of tabs berker.peksag
- [Python-checkins] cpython: Issue #27177: Match objects in the re module now support index-like objects serhiy.storchaka
- [Python-checkins] cpython (3.5): issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS on senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #27349: Fix typo in distutils upload command berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27349: Merge from 3.5 berker.peksag
- [Python-checkins] cpython: Issue #27294: Numerical state in the repr for Tkinter event objects is now serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27294: Numerical state in the repr for Tkinter event objects is now serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27294: Numerical state in the repr for Tkinter event objects is now serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27294: Numerical state in the repr for Tkinter event objects is now serhiy.storchaka
- [Python-checkins] cpython: Issue #23968: Fix installs of the renamed config directory for OS X ned.deily
- [Python-checkins] Daily reference leaks (e2b09c00ee24): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. serhiy.storchaka
- [Python-checkins] cpython: Use macros instead of corresponding functions (they never fail) in _tkinter.c. serhiy.storchaka
- [Python-checkins] cpython: Issue #27319: Methods selection_set(), selection_add(), selection_remove() serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Added more tests for issue #27122. serhiy.storchaka
- [Python-checkins] cpython (3.5): Added more tests for issue #27122. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fix spelling errors in code comments martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge spelling fixes from 3.5 martin.panter
- [Python-checkins] cpython: Fix “allow(s) to” martin.panter
- [Python-checkins] cpython (2.7): Fix English spelling and grammar errors martin.panter
- [Python-checkins] Daily reference leaks (ebc82b840163): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #27006: from_float(): call the subclass' __new__() and __init__(). stefan.krah
- [Python-checkins] cpython (3.5): Issue #27006: Do not use PyDec_CheckExact() on a type. stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20120: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #20120: Add a test case to verify the % char can be used in .pypirc berker.peksag
- [Python-checkins] Daily reference leaks (703d9066c459): sum=4 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-06-21 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-21 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #18726: All optional parameters of the dump(), dumps(), serhiy.storchaka
- [Python-checkins] cpython: Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. terry.reedy
- [Python-checkins] cpython (2.7): Issue #22463: Backport compiler warning fixes and workarounds martin.panter
- [Python-checkins] cpython (2.7): Issue #22463: Correct #endif placement; patch by Senthil Kumaran martin.panter
- [Python-checkins] cpython (2.7): Issue #22463: Cure unused function warnings on AIX martin.panter
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.12 release branch benjamin.peterson
- [Python-checkins] cpython (2.7): fix idle about dialog #27365 benjamin.peterson
- [Python-checkins] release: sphinx upgrade benjamin.peterson
- [Python-checkins] cpython (3.5): alter header; '%' really throws latex through a loop benjamin.peterson
- [Python-checkins] test: testing hgtest. senthil.kumaran
- [Python-checkins] cpython (2.7): Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27365: Merge minimal part. terry.reedy
- [Python-checkins] cpython: Issue #27365: temporary rename terry.reedy
- [Python-checkins] cpython (3.5): Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27365: partial merge terry.reedy
- [Python-checkins] cpython: Issue #27365: add chunk terry.reedy
- [Python-checkins] cpython: Issue #27365: revert temporary rename terry.reedy
- [Python-checkins] cpython: Issue #27365: Finish merge so tests pass. terry.reedy
- [Python-checkins] Daily reference leaks (064b29dde096): sum=5 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-06-22 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-06-22 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #27370: Use t for an iterable in mutable sequence ops martin.panter
- [Python-checkins] cpython (3.5): Issue #27304: Source code links for sub-packages in the same file. terry.reedy
- [Python-checkins] Daily reference leaks (f6b8b1e5d24d): sum=4 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-06-23 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-06-23 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Fixed integer overflow in array.buffer_info(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed integer overflow in array.buffer_info(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed integer overflow and handled MemoryError in array.buffer_info(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27365: Add blank lines. to 2.7 test_editmenu terry.reedy
- [Python-checkins] cpython (2.7): array.buffer_info() should return a length as int, not long, for compatibility. serhiy.storchaka
- [Python-checkins] cpython (3.5): Make PyPIRCCommandTestCase derive from a base class berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27378: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #27378: Remove an outdated reference from regex HOWTO berker.peksag
- [Python-checkins] cpython (3.5): Issue #26547: Remove outdated term dictproxy from vars() documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26547: Merge from 3.5 berker.peksag
- [Python-checkins] cpython (3.5): Issue #18300: Set TERM='' by default in assert_python_* berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18300: Merge from 3.5 berker.peksag
- [Python-checkins] Daily reference leaks (8955d8aaf351): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #27381: Remove superfluous paren in zipfile documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27381: Merge from 3.5 berker.peksag
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-06-24 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Adds scripts for producing Nuget packages. steve.dower
- [Python-checkins] cpython (3.5): Preinstalls pip into the nuget package so that pip.exe is available after steve.dower
- [Python-checkins] cpython (2.7): Adds scripts for building nuget packages. steve.dower
- [Python-checkins] cpython: Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return brett.cannon
- [Python-checkins] cpython: Issue #27186: Define what a "path-like object" is. brett.cannon
- [Python-checkins] cpython (3.5): Remove a stale reference to pathlib.PurePath.path brett.cannon
- [Python-checkins] cpython: Issue #27038: Expose DirEntry as os.DirEntry. brett.cannon
- [Python-checkins] cpython: Minor beautification raymond.hettinger
- [Python-checkins] cpython: Remove duplicate AF_INET6 addition martin.panter
- [Python-checkins] Daily reference leaks (64ed56fbc5e7): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fix a scoping issue where an UnboundLocalError was triggered if a brett.cannon
- [Python-checkins] cpython: Issue #26186: Remove the restriction that built-in and extension brett.cannon
- [Python-checkins] cpython: Issue #26243: Only the level argument to zlib.compress() is keyword argument serhiy.storchaka
- [Python-checkins] cpython: Issue #26243: Correct a wording in docs. serhiy.storchaka
- [Python-checkins] cpython: Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. serhiy.storchaka
- [Python-checkins] cpython (2.7): Added tag v2.7.12 for changeset d33e0cf91556 benjamin.peterson
- [Python-checkins] cpython (2.7): 2.7.12 final benjamin.peterson
- [Python-checkins] cpython (2.7): post 2.7.12 version benjamin.peterson
- [Python-checkins] cpython: Issue #20350. tkapp.splitlist() is now always used instead of unreliable serhiy.storchaka
- [Python-checkins] cpython (3.5): Simplifies nuget build with better parameters. steve.dower
- [Python-checkins] devguide: Update pythondotorg link berker.peksag
- [Python-checkins] cpython: Issue #22115: Added methods trace_add, trace_remove and trace_info in the serhiy.storchaka
- [Python-checkins] Daily reference leaks (dbdc95931fa7): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22115: Updated Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #22115: Fixed tracing Tkinter variables: serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22115: Fixed tracing Tkinter variables. serhiy.storchaka
- [Python-checkins] cpython: Issue 27372: Stop test_idle from changing locale, so test passes. terry.reedy
- [Python-checkins] cpython (2.7): Update NEWS and idlelib NEWS.text. terry.reedy
- [Python-checkins] cpython (3.5): Update NEWS and idlelib NEWS.text. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge Update NEWS and idlelib NEWS.text. terry.reedy
- [Python-checkins] cpython: Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass terry.reedy
- [Python-checkins] cpython (3.5): Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. larry.hastings
- [Python-checkins] cpython (3.5): Update pydoc topics for 3.5.2 final. larry.hastings
- [Python-checkins] cpython (3.5): Version number bump for 3.5.2 final. larry.hastings
- [Python-checkins] cpython (3.5): Post-release fixups for Python 3.5.2. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.2 for changeset 4def2a2901a5 larry.hastings
- [Python-checkins] cpython (3.4): Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. larry.hastings
- [Python-checkins] cpython (3.4): Regenerate pydoc topics for 3.4.5 final. larry.hastings
- [Python-checkins] cpython (3.4): Version bump for 3.4.5 final. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.5 for changeset 619b61e505d0 larry.hastings
- [Python-checkins] cpython (3.4): Post-release fixups for Python 3.4.5. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge from 3.4 (well, except, pull in the tag for 3.4.5.) larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5. larry.hastings
- [Python-checkins] cpython (3.5): Issue #27393: Fix escaping of venv activate commands on Windows berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27393: Merge from 3.5 berker.peksag
- [Python-checkins] Daily reference leaks (9a9817458bc8): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #27393: Fix escaping of C:\ too berker.peksag
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-06-27 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-27 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #27255: Added more predictions in ceval.c. serhiy.storchaka
- [Python-checkins] cpython (3.5): Include libs folder in nuget package and allow preinstalling packages steve.dower
- [Python-checkins] cpython (3.5): Adds batch file to build nuget packages. steve.dower
- [Python-checkins] cpython (2.7): Adds batch file for building nuget package, and includes libs folder steve.dower
- [Python-checkins] cpython: Issue #27352: Correct the validation of the ImportFrom AST node and simplify serhiy.storchaka
- [Python-checkins] cpython (3.5): Adds script for purging the caching server for downloads on python.org. steve.dower
- [Python-checkins] cpython: Issue #27352: Fixed an error message in a test. serhiy.storchaka
- [Python-checkins] BAD Benchmark Results for Python Default 2016-06-28 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-28 lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (e5063a82f490): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): asyncio: Fix NameError in sslproto _fatal_error() yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Use socket specs for getaddrinfo() in sock_connect() yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Fix issue #27402: example for typing did not type-check. (Merge 3.5->3.6) guido.van.rossum
- [Python-checkins] cpython (3.5): Fix issue #27402: example for typing did not type-check. guido.van.rossum
- [Python-checkins] cpython: Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase martin.panter
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-06-29 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-29 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #27418: Fixed Tools/importbench/importbench.py. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27418: Fixed Tools/importbench/importbench.py. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27416: clarify copy doc victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (copy doc) victor.stinner
- [Python-checkins] cpython (3.5): Issue #27416: clarify copy doc victor.stinner
- [Python-checkins] Daily reference leaks (4ea79767ff75): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #4945: Improved the documenting of boolean arguments in the json module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #4945: Improved the documenting of boolean arguments in the json module. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #4945: Improved the documenting of boolean arguments in the json module. serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-06-30 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-06-30 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 for issue #26664 brett.cannon
- [Python-checkins] cpython (3.5): Issue #26665: Remove mis-use of ``$`` in activate.fish. brett.cannon
Last message date: Thu Jun 30 14:43:31 EDT 2016
Archived on: Thu Jun 30 14:43:35 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