summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sys_pyfile_write_unicode() now uses fast callVictor Stinner2016-08-191-7/+2
* call_trampoline() now uses fast callVictor Stinner2016-08-191-19/+10
* PyErr_PrintEx() now uses fast callVictor Stinner2016-08-191-3/+7
* import_name() now uses fast callVictor Stinner2016-08-191-13/+9
* PyFile_WriteObject() now uses fast callVictor Stinner2016-08-191-9/+2
* Issue #27128: _pickle uses fast callVictor Stinner2016-08-191-15/+4
* keyobject_richcompare() now uses fast callVictor Stinner2016-08-191-11/+7
* calliter_iternext() now uses fast callVictor Stinner2016-08-191-19/+21
* slot_tp_iter() now uses fast callVictor Stinner2016-08-191-6/+3
* slot_nb_bool() now uses fast callVictor Stinner2016-08-191-8/+2
* Issue #27128: Cleanup slot_nb_bool()Victor Stinner2016-08-191-25/+41
* Issue #27128: slot_sq_item() uses fast callVictor Stinner2016-08-191-10/+3
* Issue #27128: Cleanup slot_sq_item()Victor Stinner2016-08-191-25/+33
* call_method() and call_maybe() now use fast callVictor Stinner2016-08-191-20/+26
* Cleanup call_method() and call_maybe()Victor Stinner2016-08-191-14/+12
* Merge 3.5 (fix refleak in call_maybe())Victor Stinner2016-08-191-1/+3
|\
| * Fix a refleak in call_maybe()Victor Stinner2016-08-191-1/+3
* | regrtest: replace "Result:" with "Tests result:"Victor Stinner2016-08-192-2/+2
* | Merge 3.5 (fix refleak in call_method)Victor Stinner2016-08-191-1/+3
|\ \ | |/
| * Fix a refleak in call_method()Victor Stinner2016-08-191-1/+3
* | contains and rich compare slots use fast callVictor Stinner2016-08-191-16/+4
* | Fix PyObject_Call() parameter namesVictor Stinner2016-08-194-16/+19
* | Avoid call_function_tail() for empty format strVictor Stinner2016-08-191-20/+19
* | PEP 7: add {...} around null_error() in abstract.cVictor Stinner2016-08-191-28/+65
* | 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