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
*
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
*
|
|
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-6/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-6/+8
|
|
\
\
|
|
|
/
*
|
|
fix the _namespace_map cleanup for cElementTree tests.
Florent Xicluna
2012-02-16
1
-6/+1
*
|
|
The C accelerator was not always imported for cElementTree's tests. (there's ...
Florent Xicluna
2012-02-16
2
-2/+4
*
|
|
Issue #13878: Fix random test_sched failures.
Charles-François Natali
2012-02-16
1
-13/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #13878: Fix random test_sched failures.
Charles-François Natali
2012-02-16
1
-8/+9
|
*
|
don't use assertSameElements.
Gregory P. Smith
2012-02-16
1
-1/+1
*
|
|
make TestAccelerator[Not]Imported for ElementTree more robust
Eli Bendersky
2012-02-16
2
-9/+3
*
|
|
Disabling a test that fails on some bots. Will investigate the failure soon
Eli Bendersky
2012-02-16
1
-2/+2
*
|
|
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Gregory P. Smith
2012-02-16
1
-1/+90
|
\
\
\
|
|
/
/
|
*
|
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Gregory P. Smith
2012-02-16
1
-1/+90
*
|
|
in the tests of ElementTree, verify that the C accelerator is imported or not...
Eli Bendersky
2012-02-16
2
-1/+21
*
|
|
(Merge 3.2) Issue #13913: Another fix test_pep3120 for the UTF-8 codec name
Victor Stinner
2012-02-15
1
-2/+2
|
\
\
\
|
|
/
/
[next]