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 #19172: Add a get_map() method to selectors.
Charles-François Natali
2013-10-30
1
-0/+27
*
merge 3.3 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+12
|
\
|
*
merge 3.2 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+12
|
|
\
|
|
*
merge 3.1 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+12
|
|
|
\
|
|
|
*
use the collapsed path in the run_cgi method (closes #19435)
Benjamin Peterson
2013-10-30
1
-0/+10
*
|
|
|
Issue #19424: Fix test_warnings for locale encoding unable to encode
Victor Stinner
2013-10-29
1
-6/+7
*
|
|
|
Issue #19424: Fix the warnings module to accept filename containing surrogate
Victor Stinner
2013-10-29
1
-0/+12
*
|
|
|
Merge.
Richard Oudkerk
2013-10-28
1
-0/+10
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19425 -- a pickling error should not cause pool to hang.
Richard Oudkerk
2013-10-28
1
-0/+10
*
|
|
|
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
2
-0/+19
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
2
-0/+19
|
*
|
|
Fixed merge test for Tcl/Tk <8.5 (issue #18964).
Serhiy Storchaka
2013-10-27
1
-2/+5
*
|
|
|
Issue #19421: add an unit test for warnings.warn() during finalization
Victor Stinner
2013-10-28
1
-0/+19
*
|
|
|
Issue14255 Don't flatten case of tempdir
Tim Golden
2013-10-25
2
-2/+18
*
|
|
|
merge with 3.3
Georg Brandl
2013-10-27
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Skip overzealous test for existence of the online license.html for pre-releas...
v3.3.3rc1
Georg Brandl
2013-10-27
1
-0/+2
*
|
|
|
merge with 3.3
Georg Brandl
2013-10-27
5
-8/+74
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2013-10-27
1
-0/+9
|
*
|
|
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
1
-0/+10
|
*
|
|
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
1
-1/+5
|
*
|
|
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl
2013-10-27
1
-6/+32
|
*
|
|
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl
2013-10-27
1
-0/+11
*
|
|
|
Mitigate #19412: restore test skips for --without-doc-strings
Nick Coghlan
2013-10-27
1
-1/+6
*
|
|
|
Issue #19330: Handle the no-docstrings case in tests
Nick Coghlan
2013-10-26
2
-19/+19
*
|
|
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
1
-5/+58
*
|
|
|
Issue #18685: Restore re performance to pre-PEP 393 levels.
Serhiy Storchaka
2013-10-26
1
-0/+23
*
|
|
|
Close #19396: make test_contextlib tolerate -S
Nick Coghlan
2013-10-26
1
-3/+4
*
|
|
|
Correct whitespace in test_os
Tim Golden
2013-10-25
1
-1/+1
*
|
|
|
Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...
Tim Golden
2013-10-25
1
-0/+47
*
|
|
|
merge
Brett Cannon
2013-10-25
1
-3/+19
|
\
\
\
\
|
*
|
|
|
Issue #19387: explain and test the sre overlap table
Antoine Pitrou
2013-10-25
1
-3/+19
*
|
|
|
|
test_resource should not assume all attributes are available when they
Brett Cannon
2013-10-25
1
-6/+4
|
/
/
/
/
*
|
|
|
Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...
Brett Cannon
2013-10-25
4
-44/+44
*
|
|
|
Issue #16803: Have test.test_importlib.builtin test both frozen and
Brett Cannon
2013-10-25
2
-26/+33
*
|
|
|
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon
2013-10-25
9
-16/+16
*
|
|
|
test_selectors: make timeout-related errors report the actual elapsed timeout.
Charles-François Natali
2013-10-25
1
-4/+5
*
|
|
|
test_selectors: rename test_interrupted_retry() (since it doesn't actually
Charles-François Natali
2013-10-25
1
-1/+1
*
|
|
|
Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
Christian Heimes
2013-10-25
1
-0/+3
*
|
|
|
Issue #16595: prlimit() needs Linux kernel 2.6.36+
Christian Heimes
2013-10-25
1
-0/+1
*
|
|
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
*
|
|
|
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
*
|
|
|
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
1
-0/+3
*
|
|
|
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
Peter Moody
2013-10-24
1
-1/+3
*
|
|
|
merge from 3.3: Increase the test coverage of macurl2path module. Patch by Co...
Senthil Kumaran
2013-10-24
2
-1/+33
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Increase the coverage of macurl2path. Patch by Colin Williams.
Senthil Kumaran
2013-10-24
2
-1/+31
*
|
|
|
Issue #19360: fix test_site when Python is installed into $HOME/.local
Antoine Pitrou
2013-10-23
1
-2/+8
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19360: fix test_site when Python is installed into $HOME/.local
Antoine Pitrou
2013-10-23
1
-2/+8
[next]