summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix patch attribution for issue 18983.Robert Collins2015-03-171-1/+1
* | Issue #18983: Allow selection of output units in timeit.Robert Collins2015-03-174-10/+55
* | Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpatVictor Stinner2015-03-175-15/+5
* | Issue #22585: null mergeNed Deily2015-03-170-0/+0
|\ \ | |/
| * Issue #22585: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* | Revert changeset d927047b1d8eb87738676980a24930d053ba2150Victor Stinner2015-03-174-99/+57
* | Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
|\ \ | |/
| * Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
* | merge 3.4 (#23679)Benjamin Peterson2015-03-161-2/+6
|\ \ | |/
| * versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* | 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
* | Issue #23571: Restore removed assert(!PyErr_Occurred()); inVictor Stinner2015-03-161-0/+7
* | 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 #23585: make patchcheck will ensure the interpreter is built.Robert Collins2015-03-162-1/+5
* | Issue #23631: Fix traceback.format_list when a traceback has been mutated.Robert Collins2015-03-163-5/+21
* | 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 #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
|\ \ | |/
| * Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* | Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-143-1/+21
|\ \ | |/
| * Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-143-1/+21
* | Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-146-10/+63
* | Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
|\ \ | |/
| * Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
* | Issue #23606: Temporarily suppress test for CRT name.Steve Dower2015-03-141-1/+3
* | Fixes incorrect use of GetLastError where errno should be used.Steve Dower2015-03-141-6/+6
|\ \ | |/
| * Fixes incorrect use of GetLastError where errno should be used.Steve Dower2015-03-141-6/+6
* | merge 3.4Benjamin Peterson2015-03-131-1/+1
|\ \ | |/
| * __getslice__ certainly won't appear in the outputBenjamin Peterson2015-03-131-1/+1
* | Merge 3.4Brett Cannon2015-03-131-13/+13
|\ \ | |/
| * Make the case to only support Python 2.7 when supporting 2/3 simultaneouslyBrett Cannon2015-03-131-13/+13
* | Add some periods to the ends of a couple commentsBrett Cannon2015-03-131-2/+2
* | Strip trailing whitespaceBrett Cannon2015-03-131-7/+8
* | Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-137-4/+720
* | Issue #23566: Skip "fd" tests of test_faulthandler on WindowsVictor Stinner2015-03-131-0/+8
* | testVictor Stinner2015-03-124-57/+99
* | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-133-15/+57
|\ \ | |/
| * Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-133-15/+57
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-134-14/+75
|\ \ | |/
| * Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-134-14/+75
* | merge 3.4Benjamin Peterson2015-03-131-1/+1
|\ \ | |/
| * use the meth role for ZipFile.openBenjamin Peterson2015-03-131-1/+1
* | Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
|\ \ | |/
| * Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
* | Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
|\ \ | |/
| * Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-1219-124/+86
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-1219-124/+72