summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-062-2/+149
|\
| * Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-062-2/+149
* | #17365: Remove Python 2 code from test_printAndrew Svetlov2013-04-041-43/+31
* | #17572: merge with 3.3.Ezio Melotti2013-04-032-0/+12
|\ \ | |/
| * #17572: Avoid chained exceptions while passing bad directives to time.strptim...Ezio Melotti2013-04-032-0/+12
* | Add _PyUnicodeWriter_WriteSubstring() functionVictor Stinner2013-04-021-0/+3
* | (Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a ...Victor Stinner2013-04-021-0/+4
|\ \ | |/
| * Close #6822: ftplib.FTP.storlines() expects a binary file, not a text fileVictor Stinner2013-04-021-0/+4
* | #17492: Additional tests for random module.R David Murray2013-04-021-0/+175
* | Issue #14135: Let's try this again.Brett Cannon2013-04-011-1/+15
* | Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here.Antoine Pitrou2013-04-011-10/+1
* | Issue #14135: Make sure tests don't leave the locale changed for anyBrett Cannon2013-04-011-1/+10
* | Issue #6419: Fix a test_kqueue failure on some BSD flavors.Charles-Francois Natali2013-03-311-22/+13
|\ \ | |/
| * Issue #6419: Fix a test_kqueue failure on some BSD flavors.Charles-Francois Natali2013-03-311-22/+13
* | skip a fcntl test on ARM Linux that isn't supported there.Gregory P. Smith2013-03-311-0/+4
|\ \ | |/
| * Skip a test of an old API on ARM Linux that isn't supported by the OS.Gregory P. Smith2013-03-311-0/+4
* | Merge #17435: Don't use mutable default values in Timer.R David Murray2013-03-301-12/+27
|\ \ | |/
| * Issue #17435: Don't use mutable default values in Timer.R David Murray2013-03-301-12/+27
* | #17526: merge with 3.3.Ezio Melotti2013-03-301-0/+6
|\ \ | |/
| * #17526: fix an IndexError raised while passing code without filename to inspe...Ezio Melotti2013-03-301-0/+6
* | #17564: merge with 3.3.Ezio Melotti2013-03-291-0/+5
|\ \ | |/
| * #17564: skip test_bad_address unless the tests are run with -unetwork/-uall.Ezio Melotti2013-03-291-0/+5
* | Closes #17540: Merged fix from 3.3.Vinay Sajip2013-03-291-1/+4
|\ \ | |/
| * Issue #17540: Added style to Formatter configuration by dict.Vinay Sajip2013-03-291-1/+4
* | In search of TLS 1.1 bug: add debugging output in verbose modeAntoine Pitrou2013-03-291-0/+5
* | Use a subtest in test_ssl.test_echoAntoine Pitrou2013-03-291-4/+5
* | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...Antoine Pitrou2013-03-281-20/+53
* | Issue #17516: remove dead codeVictor Stinner2013-03-261-1/+0
* | Issue #17516: do not create useless tuple: remove dummy commas in testsVictor Stinner2013-03-264-11/+11
* | Issue #17516: use comment syntax for comments, instead of multiline stringVictor Stinner2013-03-261-31/+29
* | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...Ezio Melotti2013-03-251-0/+28
* | Merge test_queue clean up from 3.3.Ezio Melotti2013-03-231-1/+4
|\ \ | |/
| * Merge test_queue clean up from 3.2.Ezio Melotti2013-03-231-1/+4
| |\
| | * Clean up references to threads in test_queue.Ezio Melotti2013-03-231-1/+4
* | | Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-231-0/+38
* | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-0/+28
|\ \ \ | |/ /
| * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-0/+28
| |\ \ | | |/
| | * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-0/+22
* | | #17479: merge with 3.3.Ezio Melotti2013-03-231-3/+4
|\ \ \ | |/ /
| * | #17479: test_io now works with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-03-231-3/+4
* | | Closes #17521: Merged fix from 3.3.Vinay Sajip2013-03-231-2/+32
|\ \ \ | |/ /
| * | Issue #17521: Merged fix from 3.2.Vinay Sajip2013-03-231-2/+32
| |\ \ | | |/
| | * Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-231-2/+32
* | | Closes #17508: Merged fix from 3.3.Vinay Sajip2013-03-221-2/+37
|\ \ \ | |/ /
| * | Issue #17508: Merged fix from 3.2.Vinay Sajip2013-03-221-2/+37
| |\ \ | | |/
| | * Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-221-2/+36
* | | #17472: add tests for a couple of untested methods in urllib.urlparse.R David Murray2013-03-221-0/+8
* | | test_ast: pass the filename to ast.parse()Victor Stinner2013-03-211-1/+1
* | | Merge: #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
|\ \ \ | |/ /
| * | #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1