summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #13878: Fix random test_sched failures.Charles-François Natali2012-02-161-13/+15
|\
| * Issue #13878: Fix random test_sched failures.Charles-François Natali2012-02-161-8/+9
| * don't use assertSameElements.Gregory P. Smith2012-02-161-1/+1
* | make TestAccelerator[Not]Imported for ElementTree more robustEli Bendersky2012-02-162-9/+3
* | Disabling a test that fails on some bots. Will investigate the failure soonEli Bendersky2012-02-161-2/+2
* | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-161-1/+90
|\ \ | |/
| * Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-161-1/+90
* | in the tests of ElementTree, verify that the C accelerator is imported or not...Eli Bendersky2012-02-162-1/+21
* | (Merge 3.2) Issue #13913: Another fix test_pep3120 for the UTF-8 codec nameVictor Stinner2012-02-151-2/+2
|\ \ | |/
| * Issue #13913: Another fix test_pep3120 for the UTF-8 codec nameVictor Stinner2012-02-151-2/+2
* | (Merge 3.2) Issue #13913: Fix test_pep3120 for the UTF-8 codec nameVictor Stinner2012-02-151-2/+2
|\ \ | |/
| * Issue #13913: Fix test_pep3120 for the UTF-8 codec nameVictor Stinner2012-02-151-1/+1
* | Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().Antoine Pitrou2012-02-151-0/+40
|\ \ | |/
| * Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().Antoine Pitrou2012-02-151-0/+40
* | Issue #10287: nntplib now queries the server's CAPABILITIES first before send...Antoine Pitrou2012-02-141-1/+50
|\ \ | |/
| * Issue #10287: nntplib now queries the server's CAPABILITIES first before send...Antoine Pitrou2012-02-141-1/+50
* | Merge the indexfix and comments clean up.Ezio Melotti2012-02-131-1/+0
|\ \ | |/
| * Fix an index and clean up comments.Ezio Melotti2012-02-131-1/+0
* | Merge fix for HTMLParser and improvements in declarations handling.Ezio Melotti2012-02-131-21/+53
|\ \ | |/
| * Improve handling of declarations in HTMLParser.Ezio Melotti2012-02-131-21/+29
| * Fix htmlparser tests to always use the right collector.Ezio Melotti2012-02-131-2/+26
* | Fix xml_etree_c test error (follow up of issue #13988).Florent Xicluna2012-02-131-1/+3
* | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-132-40/+32
* | #13993: merge with 3.2.Ezio Melotti2012-02-131-2/+41
|\ \ | |/
| * #13993: HTMLParser is now able to handle broken end tags when strict=False.Ezio Melotti2012-02-131-2/+41
* | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...Antoine Pitrou2012-02-121-5/+57
|\ \ | |/
| * Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...Antoine Pitrou2012-02-121-5/+57
* | Merge with remote.Ross Lagerwall2012-02-123-0/+48
|\ \
| * | Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...Nadeem Vawda2012-02-112-0/+18
| * | #13960: merge with 3.2.Ezio Melotti2012-02-101-0/+30
| |\ \ | | |/
| | * #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-101-0/+30
* | | Fix a typo.Ross Lagerwall2012-02-121-1/+1
* | | Attempt to speed up some subprocess tests (and hopefully keep them reliable).Ross Lagerwall2012-02-121-24/+21
|/ /
* | get_terminal_size() can also fail with ENOTTY if the fd is not connected to a...Antoine Pitrou2012-02-081-2/+9
* | Relax tests to fix buildbot failureAntoine Pitrou2012-02-082-4/+4
* | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-082-1/+85
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-082-60/+4
* | PEP 410Victor Stinner2012-02-082-4/+60
* | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
|\ \ | |/
| * Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
* | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-081-0/+12
* | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-081-0/+11
* | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-081-38/+75
* | Issue #13964: Test also os.futimesat()Victor Stinner2012-02-081-1/+8
* | Issue #13964: Write tests for new os.*utime*() functionsVictor Stinner2012-02-081-0/+37
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-1/+17
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-062-6/+6
* | Issue #10881: mergeNed Deily2012-02-061-10/+13
|\ \ | |/
| * Issue #10881: Fix test_site failure with OS X framework builds.Ned Deily2012-02-051-10/+13
* | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-051-2/+58