]> granicus.if.org Git - python/shortlog
python
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...
2015-04-04 Serhiy StorchakaIssue #23825: Fixed test_idle under -OO.
2015-04-04 Serhiy StorchakaIssue #23825: Fixed test_idle under -OO.
2015-04-04 Serhiy StorchakaMoved Misc/NEWS entries not included in 3.5.0 alpha...
2015-04-03 Serhiy StorchakaIssue #23492: Argument Clinic now generates argument...
2015-04-03 Serhiy StorchakaIssue #23501: Argumen Clinic now generates code into...
2015-04-03 Larry HastingsIssue #23500: Argument Clinic is now smarter about...
2015-04-03 Serhiy StorchakaIssue #15582: inspect.getdoc() now follows inheritance...
2015-04-03 Serhiy StorchakaIssue #23466: Raised OverflowError if %c argument is...
2015-04-03 Serhiy StorchakaRemoved trailing whitespaces in miscalenous files.
2015-04-03 Serhiy StorchakaEscaped backslashes in docstrings.
2015-04-03 Serhiy StorchakaEscaped backslashes in docstrings.
2015-04-03 Victor StinnerMerge 3.4 (asyncio doc)
2015-04-03 Victor StinnerIssue #23219: Update asyncio.wait_for() documentation
2015-04-03 Serhiy StorchakaGot rid of warnings "suggest braces around empty body...
2015-04-03 Serhiy StorchakaIssue #22351. MockSslTests tests in test_nntplib now...
2015-04-03 Serhiy StorchakaIssue #22351. MockSslTests tests in test_nntplib now...
2015-04-03 Victor StinnerIssue #22351: Fix test_nntplib if the ssl module is...
2015-04-02 Serhiy StorchakaIssue #10590: Added tests for xml.sax.parse() and xml...
2015-04-02 Victor StinnerIssue #23853: Cleanup _ssl.c
2015-04-03 Victor StinnerIssue #23834: Simplify timeout handling
2015-04-03 Victor StinnerIssue #22117: Add a new _PyTime_FromSeconds() function
2015-04-03 Victor StinnerMerge 3.4 (test_nntplib)
2015-04-02 Serhiy StorchakaIssue #10590: Added tests for xml.sax.parse() and xml...
2015-04-02 Serhiy StorchakaIssue #2175: SAX parsers now support a character stream...
2015-04-02 Serhiy StorchakaIssue #2175: Added tests for xml.sax.saxutils.prepare_i...
2015-04-02 Serhiy StorchakaIssue #2175: Added tests for xml.sax.saxutils.prepare_i...
2015-04-02 Serhiy StorchakaIssue #16840: Fixed test_tcl for Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #16840: Fixed test_tcl for Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #21526: Skip test_booleans on Tcl < 8.5.
next