]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2015-04-12  doko@ubuntu.com - fix file permission for Lib/test/test_script_helper.py
2015-04-11  Ned DeilyIssue #23817: run autoreconf to update configure.
2015-04-11  doko@ubuntu.com - Modules/Setup.dist: remove time extension duplicate...
2015-04-11  Antoine PitrouClose #23904: fix pathlib documentation misleadingly...
2015-04-11  Antoine PitrouClose #23904: fix pathlib documentation misleadingly...
2015-04-11  Guido van RossumUnittest for Issue 21511 by Christie Wilson bobcatfish...
2015-04-11  Guido van RossumUnittest for Issue 21511 by Christie Wilson bobcatfish...
2015-04-11  Ethan FurmanIssue23826: fix doc test for -OO runs
2015-04-11  Berker PeksagIssue #23912: Fix code formatting in datamodel.rst.
2015-04-11  Berker PeksagIssue #23912: Fix code formatting in datamodel.rst.
2015-04-11  Benjamin Petersonmerge 3.4
2015-04-11  Benjamin Petersonuse imperative
2015-04-10  Antoine PitrouIssue #23529: Limit the size of decompressed data when...
2015-04-10  Serhiy StorchakaNull merge
2015-04-10  Serhiy StorchakaMerge heads
2015-04-10  Serhiy StorchakaMerge heads
2015-04-10  Berker PeksagIssue #23025: Add a mention of os.urandom to RAND_bytes...
2015-04-10  Serhiy StorchakaNull merge
2015-04-10  Berker PeksagIssue #23025: Add a mention of os.urandom to RAND_bytes...
2015-04-10  Serhiy StorchakaMerge heads
2015-04-10  Serhiy StorchakaMerge heads
2015-04-10  Serhiy StorchakaIssue #21859: Added Python implementation of io.FileIO.
2015-04-10  Berker PeksagIssue #23062: Add a test for suppressing --version...
2015-04-10  Berker PeksagIssue #23062: Add a test for suppressing --version...
2015-04-10  Serhiy StorchakaIssue #21859: Corrected FileIO docstrings.
2015-04-10  Serhiy StorchakaIssue #21859: Corrected FileIO docstrings.
2015-04-10  Serhiy StorchakaIssue #23865: close() methods in multiple modules now...
2015-04-10  Serhiy StorchakaIssue #23865: close() methods in multiple modules now...
2015-04-10  Serhiy StorchakaNull merge
2015-04-10  Serhiy StorchakaUse assertRaisesRegex instead of deprecated assertRaise...
2015-04-10  Serhiy StorchakaUse assertRaisesRegex instead of deprecated assertRaise...
2015-04-10  Zachary WareMerge with 3.4.
2015-04-10  Zachary WarePut the NASM pulled from svn.python.org at the front...
2015-04-09  Serhiy StorchakaReplaced "string" with "bytes object" in docstrings...
2015-04-09  Serhiy StorchakaReplaced "string" with "bytes object" in docstrings...
2015-04-09  Zachary WareNull merge with 3.4
2015-04-09  Zachary WareBacked out changeset bc41a4d6c58f after buildbots have...
2015-04-09  Zachary WareRefresh OpenSSL sources on the buildbots
2015-04-09  Zachary WareFix prepare_ssl.py script
2015-04-09  Victor StinnerIssue #23817: FreeBSD now uses "1.0" the the SOVERSION...
2015-04-08  Zachary WareIssue #23686: Update Windows build to use OpenSSL 1...
2015-04-08  Tim GoldenFix typo in telnet docs (reported by Keith Briggs)
2015-04-08  Benjamin Petersonactually ssl3 is just completely broken
2015-04-08  Berker PeksagIssue #23400: Raise same exception on both Python 2...
2015-04-08  Berker PeksagSkip nntplib tests when transient errors captured.
2015-04-07  Victor StinnerIssue #23879, asyncio: SelectorEventLoop.sock_connect...
2015-04-07  Benjamin Petersonremove smtpd dead code (closes #23873)
2015-04-07  Donald StufftUpdate pip to 6.1.1
2015-04-07  Victor StinnerIssue #23881: ftp://gatekeeper.research.compaq.com...
2015-04-07  Victor StinnerIssue #23881: urllib.request.ftpwrapper constructor...
2015-04-07  Donald StufftUpgrade pip to 6.1.0 and setuptools to 15.0
2015-04-06  Serhiy StorchakaIssue #22977: Remove unconditional import of ctypes.
2015-04-06  Benjamin Petersonremove extra arguments in arg parsing format codes...
2015-04-06  Tim GoldenAdded missing right bracket (reported by Daryl Klakouski)
2015-04-06  Steve DowerUpdates Windows release scripts to generate and upload...
2015-04-09  Zachary WareNull merge from 3.4
2015-04-08  Zachary WareFix prepare_ssl.py for OpenSSL 1.0.2a builds without...
2015-04-09  Victor StinnerIssue #23618: Fix internal_select() for negative timeou...
2015-04-09  Victor StinnerIssue #23834: Fix the default socket timeout
2015-04-08  Tim GoldenMerge from 3.4
2015-04-08  Benjamin Petersonmerge 3.4
2015-04-08  Berker PeksagIssue #23400: Raise same exception on both Python 2...
2015-04-08  Berker PeksagIssue #23027: test_warnings now passes all tests when...
2015-04-08  Berker PeksagSkip nntplib tests when transient errors captured.
2015-04-08  Berker PeksagIssue #23883: Add missing entries to traceback.__all__.
2015-04-07  Gregory P.... issue10838: Rename the subprocess.mswindows internal...
2015-04-07  Gregory P.... Addresses Issue #10838: The subprocess now module includes
2015-04-07  Victor StinnerMerge 3.4 (asyncio)
2015-04-07  Serhiy StorchakaIssue #23411: Added DefragResult, ParseResult, SplitRes...
2015-04-07  Benjamin Petersonmerge 3.4 (#23873)
2015-04-07  Donald Stufftupdate pip to 6.1.1
2015-04-07  Victor StinnerMerge 3.4 (test_urllib2net)
2015-04-07  Victor Stinner(Merge 3.4) Issue #23881: urllib.request.ftpwrapper...
2015-04-07  Donald StufftMerged update of pip to 6.1.0 and setuptools to 15.0
2015-04-06  Victor StinnerIssue #23853: Methods of SSL socket don't reset the...
2015-04-06  Victor StinnerIssue #22117: Fix sock_call_ex() for non-blocking socket
2015-04-06  Victor StinnerIssue #23853: socket.socket.sendall() does no more...
2015-04-06  Victor StinnerIssue #23834: Fix initial value of the socket timeout
2015-04-06  Serhiy StorchakaIssue #22721: An order of multiline pprint output of...
2015-04-06  Serhiy StorchakaIssue #22977: Remove unconditional import of ctypes.
2015-04-06  Benjamin Petersonmerge 3.4 (#23875)
2015-04-06  Benjamin Petersonfix building without threads (closes #23877)
2015-04-06  Tim GoldenMerge doc change from 3.4
2015-04-05  R David Murray#3566: Clean up handling of remote server disconnects.
2015-04-05  Benjamin Petersonmerge 3.4 (#23872)
2015-04-05  Benjamin Petersonfix extended command syntax (closes #23872)
2015-04-05  Serhiy StorchakaUpdated pprint examples in according to issue #19105.
2015-04-04  Serhiy StorchakaIssue #23501: #include "clinic/posixmodule.c.h" was...
2015-04-04  Benjamin Petersonfix refleak in deque_concat
2015-04-04  Serhiy StorchakaIssue #23466: Fixed expected error message in test_format.
2015-04-04  Serhiy StorchakaFixed the array module broken in issue #23492.
2015-04-04  Serhiy StorchakaFixed test_enum for issue #15582.
2015-04-04  Serhiy StorchakaIssue #15133: _tkinter.tkapp.getboolean() now supports...
2015-04-04  Serhiy StorchakaIssue #15133: _tkinter.tkapp.getboolean() now supports...
2015-04-04  Serhiy StorchakaIssue #22831: Use "with" to avoid possible fd leaks.
2015-04-04  Serhiy StorchakaOpen files in binary mode to avoid newlines transformation.
2015-04-04  Serhiy StorchakaOpen files in binary mode to avoid newlines transformation.
2015-04-04  Serhiy StorchakaIssue #10590: xml.sax.parseString() now supports string...
2015-04-04  Serhiy StorchakaIssue #23338: Fixed formatting ctypes error messages...
2015-04-04  Serhiy StorchakaIssue #23338: Fixed formatting ctypes error messages...
next