summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...Antoine Pitrou2012-02-202-0/+10
* fix test now that staticmethod and classmethod are biggerBenjamin Peterson2012-02-201-2/+2
* Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay.Antoine Pitrou2012-02-191-1/+2
* initialize __dict__ if neededBenjamin Peterson2012-02-191-0/+2
* 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
|\
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-6/+8
| |\
* | | 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
* | | 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