| Commit message (Expand) | Author | Age | Files | Lines |
* | Closes #14158: merged test file resilience fix from 3.2. | Vinay Sajip | 2012-03-02 | 3 | -10/+30 |
|\ |
|
| * | Closes #14158: improved resilience to test files left behind. | Vinay Sajip | 2012-03-02 | 3 | -11/+33 |
|
|
* | | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W... | Antoine Pitrou | 2012-03-01 | 2 | -0/+107 |
|\ \
| |/ |
|
| * | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W... | Antoine Pitrou | 2012-03-01 | 2 | -0/+107 |
|
|
* | | update skip reason | Philip Jenvey | 2012-03-01 | 1 | -1/+1 |
|
|
* | | also skip test_device_encoding when stdin isn't a tty | Philip Jenvey | 2012-03-01 | 1 | -2/+2 |
|
|
* | | Issue #14153 Create _Py_device_encoding() to prevent _io from having to import | Brett Cannon | 2012-02-29 | 1 | -0/+19 |
|
|
* | | #14089: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -0/+22 |
|\ \
| |/ |
|
| * | #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. | Ezio Melotti | 2012-02-29 | 1 | -0/+22 |
|
|
* | | #10713: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -0/+26 |
|\ \
| |/ |
|
| * | #10713: Improve documentation for \b and \B and add a few tests. Initial pat... | Ezio Melotti | 2012-02-29 | 1 | -0/+26 |
|
|
* | | Merge: Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-28 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-28 | 1 | -17/+14 |
|
|
| * | Merge | Antoine Pitrou | 2012-02-27 | 1 | -18/+5 |
| |\ |
|
| | * | Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. | Nadeem Vawda | 2012-02-26 | 1 | -18/+5 |
|
|
* | | | Added additional diagnostics to help with #12151. | Vinay Sajip | 2012-02-28 | 1 | -0/+4 |
|
|
* | | | More debug output | Antoine Pitrou | 2012-02-27 | 1 | -2/+2 |
|
|
* | | | Improve debugging output for test failure | Antoine Pitrou | 2012-02-27 | 1 | -1/+1 |
|
|
* | | | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. | Stefan Krah | 2012-02-27 | 1 | -1/+2 |
|
|
* | | | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -0/+20 |
|\ \ \
| |/ / |
|
| * | | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -0/+20 |
| |/ |
|
* | | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. | Antoine Pitrou | 2012-02-26 | 1 | -0/+1 |
|
|
* | | Issue #14107: test: Fix a deadlock involving the memory watchdog thread. | Charles-François Natali | 2012-02-26 | 1 | -0/+10 |
|
|
* | | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 3 | -7/+119 |
|
|
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr... | Ezio Melotti | 2012-02-26 | 2 | -1/+39 |
|
|
* | | Merge from 3.2 | Éric Araujo | 2012-02-25 | 1 | -0/+39 |
|\ \
| |/ |
|
| * | Add test file for scripts in Tools (#13447). | Éric Araujo | 2012-02-25 | 1 | -0/+39 |
|
|
| * | Fix (presumably) test_hash under big-endian systems (PPC). | Antoine Pitrou | 2012-02-22 | 1 | -2/+8 |
|
|
* | | Use assertEqual in test_strptime for better failure messages (cf. issue #14113). | Nadeem Vawda | 2012-02-25 | 1 | -9/+6 |
|
|
* | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 3 | -14/+3477 |
|
|
* | | Close #14095: type.__new__() doesn't remove __qualname__ key from the class | Victor Stinner | 2012-02-25 | 1 | -3/+13 |
|
|
* | | Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and | Victor Stinner | 2012-02-24 | 1 | -6/+39 |
|
|
* | | Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ... | Victor Stinner | 2012-02-24 | 1 | -1/+9 |
|
|
* | | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator | Victor Stinner | 2012-02-23 | 1 | -0/+15 |
|
|
* | | Simplify zlib bigmem tests. | Nadeem Vawda | 2012-02-23 | 1 | -6/+2 |
|
|
* | | Fix previous fix (for test_zlib) to work on 32-bit systems. | Nadeem Vawda | 2012-02-23 | 1 | -2/+2 |
|
|
* | | Issue #13873: Fix crash in test_zlib on bigmem buildbot. | Nadeem Vawda | 2012-02-23 | 1 | -23/+5 |
|
|
* | | Fix sporadic test_subprocess regression introduced by 834650d63130. | Ross Lagerwall | 2012-02-22 | 1 | -2/+2 |
|
|
* | | Fix (presumably) test_hash under big-endian systems (PPC). | Antoine Pitrou | 2012-02-22 | 1 | -2/+8 |
|
|
* | | Additional debug info in case of failure | Antoine Pitrou | 2012-02-22 | 1 | -2/+1 |
|
|
* | | unload() should be sufficient | Antoine Pitrou | 2012-02-22 | 1 | -2/+2 |
|
|
* | | Try to debug sporadic test failures | Antoine Pitrou | 2012-02-22 | 1 | -2/+5 |
|
|
* | | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 2 | -4/+4 |
|
|
* | | Actually run the new tests. | Antoine Pitrou | 2012-02-21 | 1 | -0/+1 |
|
|
* | | Add a test that memoryviews have hash randomization enabled. | Antoine Pitrou | 2012-02-21 | 1 | -0/+6 |
|
|
* | | Merge the HTMLParser fix with 3.2. | Ezio Melotti | 2012-02-21 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | HTMLParser is now able to handle slashes in the start tag. | Ezio Melotti | 2012-02-21 | 1 | -0/+21 |
|
|
* | | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 1 | -2/+2 |
|
|
* | | Merge more test vs hashing-order fixes from 3.2. | Georg Brandl | 2012-02-20 | 2 | -1/+3 |
|\ \
| |/ |
|
| * | Disable an inspect test: it depends on dict ordering which parameter is repor... | Georg Brandl | 2012-02-20 | 1 | -1/+2 |
|
|