summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Simplify zlib bigmem tests.Nadeem Vawda2012-02-231-6/+2
* Fix previous fix (for test_zlib) to work on 32-bit systems.Nadeem Vawda2012-02-231-2/+2
* Issue #13873: Fix crash in test_zlib on bigmem buildbot.Nadeem Vawda2012-02-231-23/+5
* Fix sporadic test_subprocess regression introduced by 834650d63130.Ross Lagerwall2012-02-221-2/+2
* Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* Additional debug info in case of failureAntoine Pitrou2012-02-221-2/+1
* unload() should be sufficientAntoine Pitrou2012-02-221-2/+2
* Try to debug sporadic test failuresAntoine Pitrou2012-02-221-2/+5
* enable hash randomization by defaultBenjamin Peterson2012-02-212-4/+4
* Actually run the new tests.Antoine Pitrou2012-02-211-0/+1
* Add a test that memoryviews have hash randomization enabled.Antoine Pitrou2012-02-211-0/+6
* Merge the HTMLParser fix with 3.2.Ezio Melotti2012-02-211-0/+21
|\
| * HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-211-0/+21
* | update to Unicode 6.1Benjamin Peterson2012-02-211-2/+2
* | Merge more test vs hashing-order fixes from 3.2.Georg Brandl2012-02-202-1/+3
|\ \ | |/
| * Disable an inspect test: it depends on dict ordering which parameter is repor...Georg Brandl2012-02-201-1/+2
| * Delete the iterator, which could accidentally keep a temporary reference to t...Antoine Pitrou2012-02-201-0/+1
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-2017-61/+220
|\ \ | |/
| * Make "regrtest -j" "-R"-awareAntoine Pitrou2012-02-201-0/+1
| * Fix obscure failures of datetime-related tests due to the datetime tests fail...Georg Brandl2012-02-202-19/+23
| * Fix dbm_gnu test relying on set order.Georg Brandl2012-02-201-1/+1
| * Remove setting hash seed to regrtest's random seed and re-execv()ing: this do...Georg Brandl2012-02-201-5/+0
| * Another test_dis dict order dependency.Georg Brandl2012-02-201-6/+6
| * Merge with 3.1.Georg Brandl2012-02-201-1/+1
| |\
| | * don't rely on the order of module clearingBenjamin Peterson2012-02-201-1/+1
| * | Fix test_dis dependency on dict order.Georg Brandl2012-02-201-6/+7
| * | Fix use of deprecated assert_ method.Georg Brandl2012-02-201-2/+2
| * | Fix "sys.path modified" warning in test_strlit, by not replacing sys.path its...Georg Brandl2012-02-201-1/+1
| * | Fix bad inheritance in test_subprocess that led to a number of tests being ex...Georg Brandl2012-02-201-1/+1
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-2012-28/+196
| |\ \ | | |/
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-2010-20/+180
| * | Test for issue #13500Jesus Cea2012-02-191-0/+29
* | | Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor).Antoine Pitrou2012-02-201-0/+2
* | | Issue #13641: Decoding functions in the base64 module now accept ASCII-only u...Antoine Pitrou2012-02-201-59/+104
* | | 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
|\ \ \ | |/ /