summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Skip test in test_fileinput when zlib is missing.Ezio Melotti2011-05-141-1/+5
* | | | #7960: merge with 3.2.Ezio Melotti2011-05-141-8/+8
|\ \ \ \ | |/ / /
| * | | #7960: merge with 3.1.Ezio Melotti2011-05-141-8/+8
| |\ \ \ | | |/ /
| | * | #7960: fix docstrings for captured_output and captured_stdout.Ezio Melotti2011-05-141-8/+8
| | * | #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-2/+2
* | | | #5723: merge with 3.2.Ezio Melotti2011-05-1417-216/+249
|\ \ \ \ | |/ / /
| * | | #5723: merge with 3.1.Ezio Melotti2011-05-1417-216/+249
* | | | Merge with 3.2.Ezio Melotti2011-05-141-10/+6
|\ \ \ \ | |/ / /
| * | | Merge with 3.1.Ezio Melotti2011-05-141-10/+6
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Change import_fresh_module to work with packages.Ezio Melotti2011-05-141-10/+6
* | | (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command byVictor Stinner2011-05-131-1/+18
|\ \ \ | |/ /
| * | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and addVictor Stinner2011-05-131-1/+18
* | | test_logging: extended time range for rollover test.Vinay Sajip2011-05-131-1/+1
* | | test_logging: fixed bug in failure diagnostics.Vinay Sajip2011-05-131-2/+2
* | | Issue #12068: Fix appears to have worked; added more diagnostics for rare fai...Vinay Sajip2011-05-131-0/+1
* | | Added diagnostics to test_logging, after reverting last change.Vinay Sajip2011-05-131-9/+12
* | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+26
|\ \ \ | |/ /
| * | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+26
| |\ \ | | |/
| | * Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+26
| * | merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-121-1/+2
| * | Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-101-1/+1
* | | TimedTRotatingFileHandler test now improved to minimise chances of failure on...Vinay Sajip2011-05-121-7/+9
* | | - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-121-1/+2
* | | Issue #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-111-0/+6
* | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise aSenthil Kumaran2011-05-111-0/+24
* | | #12051: merge with 3.2.Ezio Melotti2011-05-101-1/+21
|\ \ \ | |/ /
| * | #12051: merge with 3.1.Ezio Melotti2011-05-101-1/+20
| |\ \ | | |/
* | | Issue #11888: skip some log2 tests on Mac OS X TigerVictor Stinner2011-05-101-4/+11
* | | Issue #12054: use support.find_unused_port() instead of reinventing the wheelAntoine Pitrou2011-05-101-16/+2
|\ \ \ | |/ /
| * | Issue #12054: use support.find_unused_port() instead of reinventing the wheelAntoine Pitrou2011-05-101-16/+2
* | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
|\ \ \ | |/ /
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-23/+33
| |\ \ | | |/
| | * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-11/+15
* | | Issue #12039: Add end_headers() call to avoid BadStatusLine.Vinay Sajip2011-05-101-0/+1
* | | Issue #12039: Now suppress spurious select.error raised on FreeBSD when the s...Vinay Sajip2011-05-101-1/+8
* | | Update incorrect comment.Vinay Sajip2011-05-091-1/+1
* | | Issue #12041: Make test_wait3 more robust.Antoine Pitrou2011-05-092-6/+11
* | | Improved Windows test coverage.Vinay Sajip2011-05-091-1/+39
* | | Merge with 3.2.Ezio Melotti2011-05-091-10/+10
|\ \ \ | |/ /
| * | Merge with 3.1.Ezio Melotti2011-05-091-10/+10
| |\ \ | | |/
| | * Some more tests were incorrectly marked as C specific.Ezio Melotti2011-05-091-12/+10
* | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-091-17/+56
* | | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-091-3/+9
* | | Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of ...Mark Dickinson2011-05-091-2/+2
* | | Fix nonunique test ids in math_testcases.txt.Mark Dickinson2011-05-091-4/+4
* | | merge 11164Martin v. Löwis2011-05-092-65/+0
|\ \ \ | |/ /
| * | merge 11164Martin v. Löwis2011-05-092-65/+0
| |\ \ | | |/
| | * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-092-65/+0
* | | #11910: merge with 3.2.Ezio Melotti2011-05-091-16/+36
|\ \ \ | |/ /