index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
#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
|
*
Delete the iterator, which could accidentally keep a temporary reference to t...
Antoine Pitrou
2012-02-20
1
-0/+1
*
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
17
-61/+220
|
\
\
|
|
/
|
*
Make "regrtest -j" "-R"-aware
Antoine Pitrou
2012-02-20
1
-0/+1
|
*
Fix obscure failures of datetime-related tests due to the datetime tests fail...
Georg Brandl
2012-02-20
2
-19/+23
|
*
Fix dbm_gnu test relying on set order.
Georg Brandl
2012-02-20
1
-1/+1
|
*
Remove setting hash seed to regrtest's random seed and re-execv()ing: this do...
Georg Brandl
2012-02-20
1
-5/+0
|
*
Another test_dis dict order dependency.
Georg Brandl
2012-02-20
1
-6/+6
|
*
Merge with 3.1.
Georg Brandl
2012-02-20
1
-1/+1
|
|
\
|
|
*
don't rely on the order of module clearing
Benjamin Peterson
2012-02-20
1
-1/+1
|
*
|
Fix test_dis dependency on dict order.
Georg Brandl
2012-02-20
1
-6/+7
|
*
|
Fix use of deprecated assert_ method.
Georg Brandl
2012-02-20
1
-2/+2
|
*
|
Fix "sys.path modified" warning in test_strlit, by not replacing sys.path its...
Georg Brandl
2012-02-20
1
-1/+1
|
*
|
Fix bad inheritance in test_subprocess that led to a number of tests being ex...
Georg Brandl
2012-02-20
1
-1/+1
|
*
|
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
12
-28/+196
|
|
\
\
|
|
|
/
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
10
-20/+180
|
*
|
Test for issue #13500
Jesus Cea
2012-02-19
1
-0/+29
*
|
|
Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor).
Antoine Pitrou
2012-02-20
1
-0/+2
*
|
|
Issue #13641: Decoding functions in the base64 module now accept ASCII-only u...
Antoine Pitrou
2012-02-20
1
-59/+104
*
|
|
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...
Antoine Pitrou
2012-02-20
2
-0/+10
*
|
|
fix test now that staticmethod and classmethod are bigger
Benjamin Peterson
2012-02-20
1
-2/+2
*
|
|
Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay.
Antoine Pitrou
2012-02-19
1
-1/+2
*
|
|
initialize __dict__ if needed
Benjamin Peterson
2012-02-19
1
-0/+2
*
|
|
allow arbitrary attributes on classmethod and staticmethod (closes #14051)
Benjamin Peterson
2012-02-19
1
-0/+13
*
|
|
Test for issue #13500
Jesus Cea
2012-02-19
1
-0/+29
[next]