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
*
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
|
\
\
\
|
|
/
/
|
*
|
Issue #13913: Another fix test_pep3120 for the UTF-8 codec name
Victor Stinner
2012-02-15
1
-2/+2
*
|
|
(Merge 3.2) Issue #13913: Fix test_pep3120 for the UTF-8 codec name
Victor Stinner
2012-02-15
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #13913: Fix test_pep3120 for the UTF-8 codec name
Victor Stinner
2012-02-15
1
-1/+1
*
|
|
Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().
Antoine Pitrou
2012-02-15
1
-0/+40
|
\
\
\
|
|
/
/
|
*
|
Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().
Antoine Pitrou
2012-02-15
1
-0/+40
*
|
|
Issue #10287: nntplib now queries the server's CAPABILITIES first before send...
Antoine Pitrou
2012-02-14
1
-1/+50
|
\
\
\
|
|
/
/
|
*
|
Issue #10287: nntplib now queries the server's CAPABILITIES first before send...
Antoine Pitrou
2012-02-14
1
-1/+50
*
|
|
Merge the indexfix and comments clean up.
Ezio Melotti
2012-02-13
1
-1/+0
|
\
\
\
|
|
/
/
|
*
|
Fix an index and clean up comments.
Ezio Melotti
2012-02-13
1
-1/+0
*
|
|
Merge fix for HTMLParser and improvements in declarations handling.
Ezio Melotti
2012-02-13
1
-21/+53
|
\
\
\
|
|
/
/
|
*
|
Improve handling of declarations in HTMLParser.
Ezio Melotti
2012-02-13
1
-21/+29
|
*
|
Fix htmlparser tests to always use the right collector.
Ezio Melotti
2012-02-13
1
-2/+26
*
|
|
Fix xml_etree_c test error (follow up of issue #13988).
Florent Xicluna
2012-02-13
1
-1/+3
*
|
|
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...
Florent Xicluna
2012-02-13
2
-40/+32
*
|
|
#13993: merge with 3.2.
Ezio Melotti
2012-02-13
1
-2/+41
|
\
\
\
|
|
/
/
|
*
|
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Ezio Melotti
2012-02-13
1
-2/+41
*
|
|
Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...
Antoine Pitrou
2012-02-12
1
-5/+57
|
\
\
\
|
|
/
/
|
*
|
Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...
Antoine Pitrou
2012-02-12
1
-5/+57
*
|
|
Merge with remote.
Ross Lagerwall
2012-02-12
3
-0/+48
|
\
\
\
|
*
|
|
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...
Nadeem Vawda
2012-02-11
2
-0/+18
|
*
|
|
#13960: merge with 3.2.
Ezio Melotti
2012-02-10
1
-0/+30
|
|
\
\
\
|
|
|
/
/
|
|
*
|
#13960: HTMLParser is now able to handle broken comments when strict=False.
Ezio Melotti
2012-02-10
1
-0/+30
*
|
|
|
Fix a typo.
Ross Lagerwall
2012-02-12
1
-1/+1
*
|
|
|
Attempt to speed up some subprocess tests (and hopefully keep them reliable).
Ross Lagerwall
2012-02-12
1
-24/+21
|
/
/
/
*
|
|
get_terminal_size() can also fail with ENOTTY if the fd is not connected to a...
Antoine Pitrou
2012-02-08
1
-2/+9
*
|
|
Relax tests to fix buildbot failure
Antoine Pitrou
2012-02-08
2
-4/+4
*
|
|
Issue #13609: Add two functions to query the terminal size:
Antoine Pitrou
2012-02-08
2
-1/+85
*
|
|
Backout f8409b3d6449: the PEP 410 is not accepted yet
Victor Stinner
2012-02-08
2
-60/+4
*
|
|
PEP 410
Victor Stinner
2012-02-08
2
-4/+60
*
|
|
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Charles-François Natali
2012-02-08
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Charles-François Natali
2012-02-08
1
-0/+1
[next]