summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Cleanup callmethod()Victor Stinner2016-08-191-2/+6
* | Cleanup call_function_tail()Victor Stinner2016-08-191-20/+29
* | call_function_tail() uses fast callVictor Stinner2016-08-191-13/+6
* | PyEval_CallObjectWithKeywords() uses fast callVictor Stinner2016-08-191-0/+4
* | Add _PyObject_FastCall()Victor Stinner2016-08-196-47/+312
* | Issue #27801: Merge from 3.5Berker Peksag2016-08-191-0/+1
|\ \ | |/
| * Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava...Berker Peksag2016-08-191-0/+1
* | Fix a clang warning in grammar.cVictor Stinner2016-08-191-0/+6
* | Issue #12946: Remove dead code in PyModule_GetDictBerker Peksag2016-08-191-2/+1
* | Issue #12946: Merge from 3.5Berker Peksag2016-08-191-4/+7
|\ \ | |/
| * Issue #12946: Document that PyModule_GetDict can fail in some casesBerker Peksag2016-08-191-4/+7
* | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-194-4/+30
* | Rewrap long lines in Misc/NEWS.R David Murray2016-08-191-30/+38
|\ \ | |/
| * Rewrap long lines in Misc/NEWS.R David Murray2016-08-191-20/+26
* | Merge: #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-194-0/+27
|\ \ | |/
| * #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-194-2/+27
* | Updated NEWS with information on the argparse change.Vinay Sajip2016-08-181-0/+3
* | Closes #12713: Allowed abbreviation of subcommands in argparse.Vinay Sajip2016-08-183-32/+95
* | Anti-registration of various ABC methods.Guido van Rossum2016-08-1815-62/+300
* | Merge 3.5 (fix raise)Victor Stinner2016-08-183-1/+24
|\ \ | |/
| * Fix SystemError in "raise" statementVictor Stinner2016-08-183-1/+23
* | Issue #16764: Move NEWS entry to correct section and remove too strict test.Serhiy Storchaka2016-08-182-7/+3
* | Issue #24773: Include Tallinn 1999-10-31 transition in tests.Alexander Belopolsky2016-08-171-3/+0
* | Issue #27594: Prevent assertion error when running test_ast with coverageNed Deily2016-08-172-1/+5
* | Issue #27786: Simplify x_sub()Victor Stinner2016-08-171-3/+1
* | Closes #9998: Allowed find_library to search additional locations for libraries.Vinay Sajip2016-08-174-6/+82
* | Merge with 3.5Zachary Ware2016-08-171-2/+2
|\ \ | |/
| * Use sys.version_info, not sys.version.Zachary Ware2016-08-171-2/+2
* | regrtest: add a summary of the summary, "Result: xxx"Victor Stinner2016-08-172-4/+25
* | regrtest: set interrupted to True if re-run is interruptedVictor Stinner2016-08-171-1/+2
* | regrtest: add newlines in output for readabilityVictor Stinner2016-08-171-0/+3
* | Merge 3.5 (socket.__all__)Victor Stinner2016-08-171-0/+1
|\ \ | |/
| * Issue #27698: Add socketpair to socket.__all__ on WindowsVictor Stinner2016-08-171-0/+1
* | Null mergeVictor Stinner2016-08-170-0/+0
|\ \ | |/
| * Issue #27726: Fix "make tags"Victor Stinner2016-08-171-3/+3
* | Fix "make tags": set locale to C to call sortVictor Stinner2016-08-171-1/+1
* | "make tags": remove -t option of ctagsVictor Stinner2016-08-171-2/+2
* | Merge 3.5 (script_helper)Victor Stinner2016-08-171-8/+8
|\ \ | |/
| * script_helper: kill the subprocess on errorVictor Stinner2016-08-171-8/+8
* | regrtest: nicer output for durationsVictor Stinner2016-08-172-14/+21
* | Tests: add --slowest option to buildbotsVictor Stinner2016-08-172-2/+2
* | regrtest: rename --slow option to --slowestVictor Stinner2016-08-172-7/+7
* | Fix typo in test_time.pyVictor Stinner2016-08-171-1/+1
* | Minor readability tweakRaymond Hettinger2016-08-171-1/+1
* | merge 3.5 (#27783)Benjamin Peterson2016-08-172-8/+10
|\ \ | |/
| * merge 3.4 (#27783)Benjamin Peterson2016-08-172-8/+10
| |\
| | * merge 3.3 (#27783)Benjamin Peterson2016-08-172-8/+9
| | |\
| | | * rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-172-8/+9
* | | | Use Py_ssize_t in _PyEval_EvalCodeWithName()Victor Stinner2016-08-161-8/+10
* | | | Issue #27128: Cleanup _PyEval_EvalCodeWithName()Victor Stinner2016-08-161-11/+43