summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-262-1/+39
* Merge from 3.2Éric Araujo2012-02-251-0/+39
|\
| * Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-0/+39
| * Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* | Use assertEqual in test_strptime for better failure messages (cf. issue #14113).Nadeem Vawda2012-02-251-9/+6
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-253-14/+3477
* | Close #14095: type.__new__() doesn't remove __qualname__ key from the classVictor Stinner2012-02-251-3/+13
* | Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() andVictor Stinner2012-02-241-6/+39
* | Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ...Victor Stinner2012-02-241-1/+9
* | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-231-0/+15
* | 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