summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23581: Add matmul support to MagicMock.Berker Peksag2015-03-122-1/+12
| | | | Patch by Håkan Lövdahl.
* Issue #20617: Remove unused import in test_ssl.Berker Peksag2015-03-121-1/+0
|\ | | | | | | Patch by Mark Lawrence.
| * Issue #20617: Remove unused import in test_ssl.Berker Peksag2015-03-121-1/+0
| | | | | | | | Patch by Mark Lawrence.
* | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-57/+101
| | | | | | | | functions of faulthandler now accept file descriptors. Patch by Wei Wu.
* | 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
|\ \ | |/ | | | | Original patch by Demian Brecht.
| * Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-122-0/+94
| | | | | | | | Original patch by Demian Brecht.
* | Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinksVictor Stinner2015-03-121-2/+3
| | | | | | | | is True
* | 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
|\ \ | |/ | | | | imp.reload(). Patch by Thomas Kluyver.
| * Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-113-5/+3
| | | | | | | | imp.reload(). Patch by Thomas Kluyver.
* | Close issue23467: add %r compatibility to bytes and bytearrayEthan Furman2015-03-111-0/+5
| |
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ↵Antoine Pitrou2015-03-102-2/+18
|\ \ | |/ | | | | objects.
| * Issue #23629: Fix the default __sizeof__ implementation for variable-sized ↵Antoine Pitrou2015-03-102-2/+18
| | | | | | | | objects.
* | 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 ↵Steve Dower2015-03-101-1/+3
| | | | | | | | skipped while we figure out how best to approach the CRT change
* | 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
| | | | | | | | | | Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet.
* | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().Victor Stinner2015-03-101-15/+36
| | | | | | | | | | The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt.
* | 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
| | | | | | | | | | | | to make it easy to test 32-bit and 64-bit builds in the same working tree.
* | | 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
|\ \ | |/ | | | | Patch by Martin Panter.
| * Issue #21619: Cleaned up test_broken_pipe_cleanup.Serhiy Storchaka2015-03-081-10/+8
| | | | | | | | Patch by Martin Panter.
* | 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
| | | | | | | | | | function -- a better and faster directory iterator". Patch written by Ben Hoyt.
* | Issue #20876: correctly close temporary file in ↵Antoine Pitrou2015-03-071-10/+9
|\ \ | |/ | | | | test.support.fs_is_case_insensitive()
| * Issue #20876: correctly close temporary file in ↵Antoine Pitrou2015-03-071-10/+9
| | | | | | | | test.support.fs_is_case_insensitive()
* | 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
| | | | | | | | not as stringified enum. Patch by Demian Brecht.
* | Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
|\ \ | |/ | | | | time. Patch by Davin Potts.
| * Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
| | | | | | | | time. Patch by Davin Potts.
* | 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
|\ \ | |/