summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-57/+101
* Merge 3.4 (test_os)Victor Stinner2015-03-121-37/+70
|\
| * Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()Victor Stinner2015-03-121-37/+70
* | Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-122-0/+94
|\ \ | |/
| * Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-122-0/+94
* | Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinksVictor Stinner2015-03-121-2/+3
* | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-111-0/+20
|\ \ | |/
| * Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-111-0/+20
* | Close issue23486: performance boost for enum member lookupEthan Furman2015-03-111-1/+10
* | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-113-5/+3
|\ \ | |/
| * Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-113-5/+3
* | 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
* | Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+2
|\ \ | |/
| * Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+2
* | Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are s...Steve Dower2015-03-101-1/+3
* | Merge 3.4 (asyncio)Victor Stinner2015-03-101-2/+5
|\ \ | |/
| * asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yetVictor Stinner2015-03-101-2/+5
* | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().Victor Stinner2015-03-101-15/+36
* | merge 3.4Benjamin Peterson2015-03-091-5/+8
|\ \ | |/
| * fix up import styleBenjamin Peterson2015-03-091-5/+8
* | Merge.Larry Hastings2015-03-091-0/+6
|\ \
| * | Issue #22980: Under Linux, C extensions now include bitness in the file name,Antoine Pitrou2015-03-081-0/+6
* | | Release bump for 3.5.0a2.v3.5.0a2Larry Hastings2015-03-083-5/+5
|/ /
* | 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-072-13/+19
* | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,Serhiy Storchaka2015-03-072-49/+94
* | 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: Allow showing local variables in unittest errors.Robert Collins2015-03-067-25/+97
* | unittest: Trivial typo fix.Robert Collins2015-03-051-1/+1
* | Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-052-24/+92
* | merge 3.4Benjamin Peterson2015-03-052-3/+3
|\ \ | |/
| * use _import_symbols to import VERIFY_* constantsBenjamin Peterson2015-03-051-2/+1
| * 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
* | Remaining fallout from 17911Robert Collins2015-03-053-28/+17
* | Merge 3.4 (test_subprocess)Victor Stinner2015-03-051-6/+9
|\ \ | |/