summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()Victor Stinner2012-01-291-1/+0
* Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+10
|\
| * Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+10
* | merge 3.2Benjamin Peterson2012-01-291-285/+0
|\ \ | |/
| * remove tests from really old regex moduleBenjamin Peterson2012-01-291-285/+0
* | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
|\ \ | |/
| * Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
* | Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-25/+25
|\ \ | |/
| * Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-20/+20
* | Fix typo in comment.Nadeem Vawda2012-01-281-1/+1
* | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
|\ \ | |/
| * Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
* | Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
|\ \ | |/
| * Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
* | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+23
|\ \ | |/
| * Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+23
* | Issue #13847: Make test_localtime_failure() more robustVictor Stinner2012-01-271-10/+15
* | Issue #13847: Fix test_mktime(), time.localtime() now raises OSErrorVictor Stinner2012-01-261-1/+1
* | Issue #13847: time.localtime() and time.gmtime() now raise an OSError insteadVictor Stinner2012-01-261-0/+15
* | Issue #13862: Relax zlib version test to avoid spurious failures.Nadeem Vawda2012-01-251-6/+6
* | Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
|\ \ | |/
| * Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
* | Issue #12804: Fix test failures on systems without internet access.Nadeem Vawda2012-01-252-6/+13
* | Remove redundant resource check in test_socket.Nadeem Vawda2012-01-251-1/+0
* | Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-8/+21
|\ \ | |/
| * Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-0/+5
| * Make test work under 32-bit systems, and when invoked through Lib/test/regrte...Antoine Pitrou2012-01-251-8/+16
* | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+12
|\ \ | |/
| * Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+12
* | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-2/+7
|\ \ | |/
| * Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-2/+7
* | Issue #10278: wallclock() cannot go backward, but two consecutive callsVictor Stinner2012-01-231-1/+1
* | Fix a unittest error seen on NetBSD 5.Gregory P. Smith2012-01-221-2/+12
|\ \ | |/
| * Fix a unittest error seen on NetBSD 5.Gregory P. Smith2012-01-221-2/+12
* | Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-0/+18
|\ \ | |/
| * Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-0/+18
* | Issue #13706: Support non-ASCII fill charactersVictor Stinner2012-01-211-0/+20
* | merge from 3.2Senthil Kumaran2012-01-212-0/+5
|\ \ | |/
| * Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-212-0/+5
| * #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-201-0/+145
* | add another test caseBenjamin Peterson2012-01-201-0/+1
* | #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-201-0/+145
* | Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannotVictor Stinner2012-01-201-4/+9
* | check after comments, too (#13832)Benjamin Peterson2012-01-191-0/+2
* | Issue #12705: Raise SyntaxError when compiling multiple statements as single ...Meador Inge2012-01-191-0/+28
* | Issue #2134: Add support for tokenize.TokenInfo.exact_type.Meador Inge2012-01-191-1/+74
* | Be more lenient in test_wallclock (issue #10278).Antoine Pitrou2012-01-181-2/+2
* | Add part of test_inspect test from 2.7Antoine Pitrou2012-01-181-0/+11
|\ \ | |/
| * Add part of test_inspect test from 2.7Antoine Pitrou2012-01-181-0/+11
* | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-0/+8
|\ \ | |/