summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #19712: Update test.test_importlib.source for PEP 451Brett Cannon2013-12-064-24/+140
* Issue #19712: Update test.test_importlib.import_ to test/use PEP 451Brett Cannon2013-12-068-61/+114
* Test same drive in different cases (issue #19908).Serhiy Storchaka2013-12-061-2/+2
* Issue #19908: pathlib now joins relative Windows paths correctly when a driveSerhiy Storchaka2013-12-062-5/+51
* Issue #19881: Fix bad pickling of large bytes in cpickle.Alexandre Vassalotti2013-12-061-21/+54
* fix cert names for asyncio testChristian Heimes2013-12-061-2/+2
* Issue #19509: Finish implementation of check_hostnameChristian Heimes2013-12-058-57/+319
* Issue #19850: asyncio: Set SA_RESTART when registering a signal handler toCharles-François Natali2013-12-051-0/+2
* Add simple test for fcntl.flock()Christian Heimes2013-12-051-0/+15
* Test syslog.openlog() without args to test syslog_get_argv()Christian Heimes2013-12-051-0/+4
* normalize white spaceChristian Heimes2013-12-051-1/+1
* Issue 19509: Don't call match_hostname() twice in http.client.Christian Heimes2013-12-051-6/+6
* Add a script similar to xmltests.py to run all SSL-related unit testsChristian Heimes2013-12-051-0/+22
* Test SSLSock's context getter and setterChristian Heimes2013-12-051-0/+14
* touch _lsprof's clear() method for C code coverageChristian Heimes2013-12-051-0/+1
* Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-044-18/+95
|\
| * #19839: Fix lzma module's handling of non-lzma data at EOF.Nadeem Vawda2013-12-042-7/+47
| * #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-042-11/+48
| * Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-042-4/+56
* | asyncio: Write flow control for proactor event loop.Guido van Rossum2013-12-042-24/+106
* | Issue #19509: Don't close the socket in do_handshake() when hostname verifica...Christian Heimes2013-12-041-9/+4
* | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-042-4/+56
* | Fix typo in asyncio.AbstractServer documentationVictor Stinner2013-12-031-1/+1
* | Issue #19877: fix regression in test_pathlib when Windows has symlink support...Antoine Pitrou2013-12-031-2/+2
* | Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This isStefan Krah2013-12-031-1/+1
* | Added some diagnostics to help with #19690.Vinay Sajip2013-12-031-1/+12
* | Closes #19665: Merged fi from 3.3.Vinay Sajip2013-12-031-2/+4
|\ \ | |/
| * Issue #19665: Increased timeout for SMTPHandler test.Vinay Sajip2013-12-031-2/+4
* | Add a test for complex symlinks.Antoine Pitrou2013-12-031-10/+21
* | Issue #19800: make the pickle framing tests more precise.Antoine Pitrou2013-12-031-0/+22
* | Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.Antoine Pitrou2013-12-031-9/+2
* | asyncio: Improve default writelines().Guido van Rossum2013-12-032-6/+20
* | Issue #19852: move Path._raw_open() around, as it is now a private method.Antoine Pitrou2013-12-021-9/+9
* | add check_hostname arg to ssl._create_stdlib_context()Christian Heimes2013-12-022-2/+5
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-6/+33
* | Issue #19783: nntplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-4/+5
* | Issue #19784: poplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-3/+14
* | Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-4/+32
* | asyncio: replace our with asynchronous in docstringVictor Stinner2013-12-021-1/+1
* | asyncio: document locksVictor Stinner2013-12-021-3/+3
* | Fix #19834: merge with 3.3.Walter Doerwald2013-12-022-0/+136
|\ \ | |/
| * Fix issue #19834: Support unpickling of exceptions pickled by Python 2.Walter Doerwald2013-12-022-0/+136
| * Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-021-0/+21
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-022-3/+38
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-022-5/+89
* | Issue #19754: Fix typo.Alexandre Vassalotti2013-12-021-1/+1
* | Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-023-14/+2
* | Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-022-0/+28
* | Issue #11480: Merge with 3.3.Alexandre Vassalotti2013-12-012-1/+12
|\ \ | |/
| * Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.Alexandre Vassalotti2013-12-012-1/+12