summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #22585: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* | Issue #18983: Allow selection of output units in timeit.Robert Collins2015-03-172-9/+45
* | Revert changeset d927047b1d8eb87738676980a24930d053ba2150Victor Stinner2015-03-172-26/+8
* | Issue #23680: Reduce risk of race condition in check_interrupted_write() ofVictor Stinner2015-03-161-2/+2
* | Issue #23680: Reduce risk of race condition in check_interrupted_write_retry()Victor Stinner2015-03-161-1/+8
* | Use non-zero and non-last positions in error handler tests.Serhiy Storchaka2015-03-161-30/+37
|\ \ | |/
| * Use non-zero and non-last positions in error handler tests.Serhiy Storchaka2015-03-161-24/+28
* | Issue #23631: Fix traceback.format_list when a traceback has been mutated.Robert Collins2015-03-162-5/+19
* | Increased coverage of standard codec error handlers.Serhiy Storchaka2015-03-151-133/+197
|\ \ | |/
| * Increased coverage of standard codec error handlers.Serhiy Storchaka2015-03-151-76/+158
* | Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-142-1/+18
|\ \ | |/
| * Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-142-1/+18
* | Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-143-9/+47
* | Issue #23606: Temporarily suppress test for CRT name.Steve Dower2015-03-141-1/+3
* | Add some periods to the ends of a couple commentsBrett Cannon2015-03-131-2/+2
* | Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-132-0/+429
* | Issue #23566: Skip "fd" tests of test_faulthandler on WindowsVictor Stinner2015-03-131-0/+8
* | testVictor Stinner2015-03-122-8/+26
* | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-132-15/+54
|\ \ | |/
| * Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-132-15/+54
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-132-14/+69
|\ \ | |/
| * Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-132-14/+69
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-1213-111/+73
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-1213-111/+62
* | Issue #23581: Add matmul support to MagicMock.Berker Peksag2015-03-122-1/+12
* | Issue #20617: Remove unused import in test_ssl.Berker Peksag2015-03-121-1/+0
|\ \ | |/
| * Issue #20617: Remove unused import in test_ssl.Berker Peksag2015-03-121-1/+0
* | 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
|\ \