summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Close issue23467: add %r compatibility to bytes and bytearrayEthan Furman2015-03-111-0/+5
* Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-102-2/+18
|\
| * Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-102-2/+18
* | merge 3.4Benjamin Peterson2015-03-091-5/+8
|\ \ | |/
| * fix up import styleBenjamin Peterson2015-03-091-5/+8
* | Issue #22980: Under Linux, C extensions now include bitness in the file name,Antoine Pitrou2015-03-081-0/+6
* | Issue #21619: Cleaned up test_broken_pipe_cleanup.Serhiy Storchaka2015-03-081-10/+8
|\ \ | |/
| * Issue #21619: Cleaned up test_broken_pipe_cleanup.Serhiy Storchaka2015-03-081-10/+8
* | Suppress assert dialogs in test_osSteve Dower2015-03-081-10/+14
* | Suppress assert dialogs in test_cmd_line.Steve Dower2015-03-081-1/+2
* | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()Victor Stinner2015-03-081-0/+224
* | Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-071-10/+9
|\ \ | |/
| * Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-071-10/+9
* | Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.Serhiy Storchaka2015-03-071-0/+7
* | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,Serhiy Storchaka2015-03-071-48/+92
* | Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
|\ \ | |/
| * Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
* | merge 3.4Benjamin Peterson2015-03-061-5/+0
|\ \ | |/
| * remove redundant testBenjamin Peterson2015-03-061-5/+0
* | merge 3.4 (#23590)Benjamin Peterson2015-03-061-0/+6
|\ \ | |/
| * fix potential refleak in PyFloat_AsDouble (closes #23590)Benjamin Peterson2015-03-061-0/+6
* | Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-051-8/+60
* | merge 3.4Benjamin Peterson2015-03-051-1/+2
|\ \ | |/
| * adjust test_crl_check for trusted first being defaultBenjamin Peterson2015-03-051-1/+2
* | merge 3.4Benjamin Peterson2015-03-051-2/+3
|\ \ | |/
| * expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-2/+3
* | Merge 3.4 (test_subprocess)Victor Stinner2015-03-051-6/+9
|\ \ | |/
| * Issue #21619: Try to fix test_broken_pipe_cleanup()Victor Stinner2015-03-051-6/+9
* | Fix brownbag in issue 17911 commitRobert Collins2015-03-041-3/+2
* | Issue #17911: traceback module overhaulRobert Collins2015-03-042-0/+240
* | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-022-69/+129
|\ \ | |/
| * Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-022-69/+129
* | Issue #23527: Update Gmail port number for STARTTLS to 587.Berker Peksag2015-03-021-1/+1
|\ \ | |/
| * Issue #23527: Update Gmail port number for STARTTLS to 587.Berker Peksag2015-03-021-1/+1
* | Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
|\ \ | |/
| * Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
* | Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-022-21/+13
|\ \ | |/
| * Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-022-21/+13
* | Issue #7830: Flatten nested functools.partial.Alexander Belopolsky2015-03-011-0/+10
* | Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+4
|\ \ | |/
| * Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+4
* | Issue #19980: Improved help() for non-recognized strings. help('') nowSerhiy Storchaka2015-02-281-1/+4
* | Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-0/+34
|\ \ | |/
| * Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-0/+34
* | Fixed a test for issue #21619 on Windows.Serhiy Storchaka2015-02-281-1/+1
|\ \ | |/
| * Fixed a test for issue #21619 on Windows.Serhiy Storchaka2015-02-281-1/+1
* | Issue #21619: Popen objects no longer leave a zombie after exit in the withSerhiy Storchaka2015-02-281-0/+15
|\ \ | |/
| * Issue #21619: Popen objects no longer leave a zombie after exit in the withSerhiy Storchaka2015-02-281-0/+15
* | Issue #22834: Drop a redundant comment and use errno instead of anBrett Cannon2015-02-271-2/+2
* | Merge 3.4 (httplib)Victor Stinner2015-02-271-0/+3
|\ \ | |/