summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* allow arbitrary attributes on classmethod and staticmethod (closes #14051)Benjamin Peterson2012-02-191-0/+13
|
* Test for issue #13500Jesus Cea2012-02-191-0/+29
|
* Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-6/+8
|\ | | | | | | upon malformed POST request.
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-6/+8
| |\ | | | | | | | | | upon malformed POST request.
* | | fix the _namespace_map cleanup for cElementTree tests.Florent Xicluna2012-02-161-6/+1
| | |
* | | The C accelerator was not always imported for cElementTree's tests. (there's ↵Florent Xicluna2012-02-162-2/+4
| | | | | | | | | | | | still an issue with --huntrleaks switch)
* | | 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 ↵Eli Bendersky2012-02-162-1/+21
| | | | | | | | | | | | not imported as expected
* | | (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
|\ \ \ | |/ / | | | | | | Patch by Hynek Schlawack.
| * | Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().Antoine Pitrou2012-02-151-0/+40
| | | | | | | | | | | | Patch by Hynek Schlawack.
* | | Issue #10287: nntplib now queries the server's CAPABILITIES first before ↵Antoine Pitrou2012-02-141-1/+50
|\ \ \ | |/ / | | | | | | | | | | | | sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack.
| * | Issue #10287: nntplib now queries the server's CAPABILITIES first before ↵Antoine Pitrou2012-02-141-1/+50
| | | | | | | | | | | | | | | | | | sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack.
* | | 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
| | | | | | | | | | | | automatically used whenever available.
* | | #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 ↵Antoine Pitrou2012-02-121-5/+57
|\ \ \ | |/ / | | | | | | | | | | | | authenticating (since the result may change, according to RFC 4643). Patch by Hynek Schlawack.
| * | Issue #10287: nntplib now queries the server's CAPABILITIES again after ↵Antoine Pitrou2012-02-121-5/+57
| | | | | | | | | | | | | | | | | | authenticating (since the result may change, according to RFC 4643). Patch by Hynek Schlawack.
* | | Merge with remote.Ross Lagerwall2012-02-123-0/+48
|\ \ \
| * | | Fix seekable() in BZ2File and LZMAFile to check whether the underlying file ↵Nadeem Vawda2012-02-112-0/+18
| | | | | | | | | | | | | | | | supports seek().
| * | | #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 ↵Antoine Pitrou2012-02-081-2/+9
| | | | | | | | | | | | a terminal.
* | | 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
| | | | | | | | | | | | | | | os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek.
* | | 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
|\ \ \ | |/ / | | | | | | can't be called reliably from a worker thread.
| * | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
| | | | | | | | | | | | can't be called reliably from a worker thread.
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-081-0/+12
| | | | | | | | | | | | | | | sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two listeners can't bind to the same socket/pipe (or any existing socket/pipe).
* | | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-081-0/+11
| | | | | | | | | | | | with a subsecond resolution
* | | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-081-38/+75
| | | | | | | | | | | | debugging
* | | Issue #13964: Test also os.futimesat()Victor Stinner2012-02-081-1/+8
| | |