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
*
Suppress assert dialogs in test_cmd_line.
Steve Dower
2015-03-08
1
-1/+2
*
Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()
Victor Stinner
2015-03-08
1
-0/+224
*
Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...
Antoine Pitrou
2015-03-07
1
-10/+9
|
\
|
*
Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...
Antoine Pitrou
2015-03-07
1
-10/+9
*
|
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
Serhiy Storchaka
2015-03-07
1
-0/+7
*
|
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
Serhiy Storchaka
2015-03-07
1
-48/+92
*
|
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
1
-0/+21
|
\
\
|
|
/
|
*
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
1
-0/+21
*
|
merge 3.4
Benjamin Peterson
2015-03-06
1
-5/+0
|
\
\
|
|
/
|
*
remove redundant test
Benjamin Peterson
2015-03-06
1
-5/+0
*
|
merge 3.4 (#23590)
Benjamin Peterson
2015-03-06
1
-0/+6
|
\
\
|
|
/
|
*
fix potential refleak in PyFloat_AsDouble (closes #23590)
Benjamin Peterson
2015-03-06
1
-0/+6
*
|
Issue #22936: Make it possible to show local variables in tracebacks.
Robert Collins
2015-03-05
1
-8/+60
*
|
merge 3.4
Benjamin Peterson
2015-03-05
1
-1/+2
|
\
\
|
|
/
|
*
adjust test_crl_check for trusted first being default
Benjamin Peterson
2015-03-05
1
-1/+2
*
|
merge 3.4
Benjamin Peterson
2015-03-05
1
-2/+3
|
\
\
|
|
/
|
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
1
-2/+3
*
|
Merge 3.4 (test_subprocess)
Victor Stinner
2015-03-05
1
-6/+9
|
\
\
|
|
/
|
*
Issue #21619: Try to fix test_broken_pipe_cleanup()
Victor Stinner
2015-03-05
1
-6/+9
*
|
Fix brownbag in issue 17911 commit
Robert Collins
2015-03-04
1
-3/+2
*
|
Issue #17911: traceback module overhaul
Robert Collins
2015-03-04
2
-0/+240
*
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
2
-69/+129
|
\
\
|
|
/
|
*
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
2
-69/+129
*
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Berker Peksag
2015-03-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23527: Update Gmail port number for STARTTLS to 587.
Berker Peksag
2015-03-02
1
-1/+1
*
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
Berker Peksag
2015-03-02
1
-0/+25
|
\
\
|
|
/
|
*
Issue #23477: Improve test coverage of wsgiref.simple_server.
Berker Peksag
2015-03-02
1
-0/+25
*
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
2
-21/+13
|
\
\
|
|
/
|
*
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
2
-21/+13
*
|
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
1
-0/+10
*
|
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
|
\
\
|
|
/
|
*
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
*
|
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka
2015-02-28
1
-1/+4
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-0/+34
|
\
\
|
|
/
|
*
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-0/+34
*
|
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
|
\
\
|
|
/
|
*
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-0/+15
|
\
\
|
|
/
|
*
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-0/+15
*
|
Issue #22834: Drop a redundant comment and use errno instead of an
Brett Cannon
2015-02-27
1
-2/+2
*
|
Merge 3.4 (httplib)
Victor Stinner
2015-02-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
1
-0/+3
*
|
Bump the blocksize up from 62 to 64 to speed up the modulo calculation.
Raymond Hettinger
2015-02-27
1
-1/+1
*
|
Issue #15955: Add an option to limit the output size in bz2.decompress().
Antoine Pitrou
2015-02-26
1
-0/+103
*
|
merge 3.4
Benjamin Peterson
2015-02-25
1
-1/+0
|
\
\
|
|
/
|
*
remove unused import
Benjamin Peterson
2015-02-25
1
-1/+0
*
|
Issue 23314: SuppressCrashReports now disables CRT assertions
Steve Dower
2015-02-23
2
-15/+44
*
|
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
|
\
\
|
|
/
|
*
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
|
*
Issues #814253, #9179: Warnings now are raised when group references and
Serhiy Storchaka
2015-02-21
1
-1/+32
[next]