summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Closes #19349: Merged fix from 3.3.Vinay Sajip2013-10-311-1/+1
|\
| * Issue #19349: Corrected error message.Vinay Sajip2013-10-311-1/+1
* | Close resources owned by subclass before calling super().close().Guido van Rossum2013-10-311-2/+2
* | asyncio: Add new file (forgotten).Guido van Rossum2013-10-301-0/+166
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-307-195/+137
* | asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-302-0/+80
* | asyncio: Update some comments.Guido van Rossum2013-10-301-3/+1
* | asyncio: When not closing the connection after receiving EOF, still remove th...Guido van Rossum2013-10-301-1/+6
* | Issue #19172: Add a get_map() method to selectors.Charles-François Natali2013-10-302-1/+53
* | merge 3.3 (#19435)Benjamin Peterson2013-10-302-5/+16
|\ \ | |/
| * merge 3.2 (#19435)Benjamin Peterson2013-10-302-5/+16
| |\
| | * merge 3.1 (#19435)Benjamin Peterson2013-10-302-5/+16
| | |\
| | | * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-302-5/+14
* | | | Issue #19424: Fix test_warnings for locale encoding unable to encodeVictor Stinner2013-10-291-6/+7
* | | | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-0/+12
* | | | Merge.Richard Oudkerk2013-10-282-5/+19
|\ \ \ \ | |/ / /
| * | | Issue #19425 -- a pickling error should not cause pool to hang.Richard Oudkerk2013-10-282-5/+19
* | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-282-0/+19
|\ \ \ \ | |/ / /
| * | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-282-0/+19
| * | | Fixed merge test for Tcl/Tk <8.5 (issue #18964).Serhiy Storchaka2013-10-271-2/+5
* | | | Issue #19421: add an unit test for warnings.warn() during finalizationVictor Stinner2013-10-281-0/+19
* | | | Issue14255 Don't flatten case of tempdirTim Golden2013-10-253-3/+19
* | | | merge with 3.3Georg Brandl2013-10-271-0/+2
|\ \ \ \ | |/ / /
| * | | Skip overzealous test for existence of the online license.html for pre-releas...v3.3.3rc1Georg Brandl2013-10-271-0/+2
| * | | Bump to 3.3.3rc1.Georg Brandl2013-10-272-2/+2
| * | | Update pydoc topics.Georg Brandl2013-10-271-15/+15
* | | | merge with 3.3Georg Brandl2013-10-2710-33/+161
|\ \ \ \ | |/ / /
| * | | mergeGeorg Brandl2013-10-271-5/+5
| |\ \ \
| * | | | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-272-0/+13
| * | | | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-272-1/+20
| * | | | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-272-2/+15
| * | | | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-272-28/+82
| * | | | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-272-1/+24
* | | | | Issue #19329: Optimized compiling charsets in regular expressions.Serhiy Storchaka2013-10-271-135/+99
* | | | | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-5/+5
| |/ / /
* | | | Mitigate #19412: restore test skips for --without-doc-stringsNick Coghlan2013-10-271-1/+6
* | | | merge 3.3 (#19393)Benjamin Peterson2013-10-261-4/+1
|\ \ \ \ | |/ / /
| * | | just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-261-4/+1
* | | | Changed a comment to end grammar bikeshedding ;-)Tim Peters2013-10-261-1/+1
* | | | Close #19409: add missing import in pkgutilNick Coghlan2013-10-261-0/+1
* | | | Issue #19330: Handle the no-docstrings case in testsNick Coghlan2013-10-262-19/+19
* | | | Close #19330 by using public classes in contextlibNick Coghlan2013-10-262-46/+97
* | | | Issue #18685: Restore re performance to pre-PEP 393 levels.Serhiy Storchaka2013-10-261-0/+23
* | | | (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() whenVictor Stinner2013-10-261-6/+8
|\ \ \ \ | |/ / /
| * | | Close #19339: telnetlib module is now using time.monotonic() when available toVictor Stinner2013-10-261-14/+14
| * | | Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-251-7/+13
* | | | Close #19396: make test_contextlib tolerate -SNick Coghlan2013-10-261-3/+4
* | | | Fiddled Thread.join() to be a little simpler. Kinda ;-)Tim Peters2013-10-261-4/+4
* | | | Issue #19399: fix sporadic test_subprocess failure.Tim Peters2013-10-261-1/+4