summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #19908: pathlib now joins relative Windows paths correctly when a driveSerhiy Storchaka2013-12-061-0/+42
* Issue #19881: Fix bad pickling of large bytes in cpickle.Alexandre Vassalotti2013-12-061-21/+54
* Issue #19509: Finish implementation of check_hostnameChristian Heimes2013-12-057-46/+305
* 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
* 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-042-1/+55
|\
| * #19839: Fix lzma module's handling of non-lzma data at EOF.Nadeem Vawda2013-12-041-0/+26
| * #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-041-1/+29
| * Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-041-0/+27
* | asyncio: Write flow control for proactor event loop.Guido van Rossum2013-12-041-7/+7
* | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-041-0/+27
* | Issue #19877: fix regression in test_pathlib when Windows has symlink support...Antoine Pitrou2013-12-031-2/+2
* | 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
* | asyncio: Improve default writelines().Guido van Rossum2013-12-031-2/+8
* | add check_hostname arg to ssl._create_stdlib_context()Christian Heimes2013-12-021-1/+3
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-4/+26
* | Issue #19784: poplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-1/+8
* | Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-2/+26
* | Fix #19834: merge with 3.3.Walter Doerwald2013-12-021-0/+80
|\ \ | |/
| * Fix issue #19834: Support unpickling of exceptions pickled by Python 2.Walter Doerwald2013-12-021-0/+80
| * 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-021-1/+32
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-021-0/+62
* | Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-022-14/+1
* | Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-021-0/+21
* | Issue #11480: Merge with 3.3.Alexandre Vassalotti2013-12-011-1/+4
|\ \ | |/
| * Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.Alexandre Vassalotti2013-12-011-1/+4
* | Issue #19842: Refactor BaseSelector to make it an actual usable ABC.Charles-François Natali2013-12-011-3/+4
* | Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-011-21/+0
|\ \ | |/
| * Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-011-21/+0
* | Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-011-0/+21
|\ \ | |/
| * Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-011-0/+21
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-011-0/+9
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-12-011-0/+9
* | Merge with 3.3.Alexandre Vassalotti2013-11-301-18/+22
|\ \ | |/
| * Fixed _pickle.Unpickler to handle empty persistent IDs correctly.Alexandre Vassalotti2013-11-301-18/+22
| * Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-281-12/+8
* | Issue #19728: don't be sensitive to line endingsNick Coghlan2013-11-301-9/+5
* | Issue #19728: add private ensurepip._uninstall CLINick Coghlan2013-11-302-16/+125
* | Fix and test pip version consistencyNick Coghlan2013-11-301-1/+3
* | Issue #3693: Fix array obscure error message when given a str.Alexandre Vassalotti2013-11-301-0/+12
* | Issue #19712: Port test.test_importlib.import_ tests to use PEP 451Brett Cannon2013-11-293-16/+68