summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.INADA Naoki2017-01-161-40/+32
* _PyEval_EvalCodeWithName(): remove redundant checkVictor Stinner2017-01-111-1/+2
* Inline call_function()Victor Stinner2017-01-101-2/+4
* Optimize _PyFunction_FastCallDict() when kwargs is {}Victor Stinner2017-01-031-3/+5
* Issue #29049: Remove unnecessary Py_DECREFINADA Naoki2016-12-261-1/+1
* Issue #29049: Fix refleak introduced by f5eb0c4f5d37.INADA Naoki2016-12-261-1/+4
* Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.INADA Naoki2016-12-241-10/+21
* Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-161-1/+1
* Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka2016-12-161-2/+2
* Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-141-0/+97
* Backed out changeset 99c34e47348bVictor Stinner2016-12-091-2/+2
* Inline PyEval_EvalFrameEx() in callersVictor Stinner2016-12-091-2/+2
* Use _PyObject_CallNoArg()Victor Stinner2016-12-061-2/+2
* Use _PyObject_CallNoArg()Victor Stinner2016-12-061-2/+2
* Uniformize argument names of "call" functionsVictor Stinner2016-12-061-3/+4
* Backed out changeset b9c9691c72c5Victor Stinner2016-12-041-3/+3
* WITH_CLEANUP_START uses fastcallVictor Stinner2016-12-011-3/+10
* Replace PyObject_CallFunctionObjArgs() with fastcallVictor Stinner2016-12-011-3/+3
* call_function(): document PyMethod optimizationVictor Stinner2016-11-281-1/+5
* Remove CALL_PROFILE special buildVictor Stinner2016-11-281-91/+0
* Merge 3.6Victor Stinner2016-11-241-0/+1
|\
| * Fix _PyGen_yf()Victor Stinner2016-11-241-0/+1
* | mergeRaymond Hettinger2016-11-221-1/+3
|\ \ | |/
| * Issue #27100: Fix ref leakRaymond Hettinger2016-11-221-1/+3
* | mergeRaymond Hettinger2016-11-221-4/+4
|\ \ | |/
| * Issue #27100: With statement reports missing __enter__ before __exit__. (Co...Raymond Hettinger2016-11-221-4/+4
* | Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-201-5/+5
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-2/+2
|\ \ | |/
| * Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-2/+2
| * Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 4...Raymond Hettinger2016-11-111-2/+3
* | Issue #28665: Use macro form of PyCell_GET/SETRaymond Hettinger2016-11-121-4/+8
* | mergeRaymond Hettinger2016-11-111-2/+3
* | Issue #28618: Make hot functions using __attribute__((hot))Victor Stinner2016-11-111-3/+3
* | Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.Serhiy Storchaka2016-11-081-2/+2
|\ \ | |/
| * Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.Serhiy Storchaka2016-11-081-2/+2
| |\
| | * Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.Serhiy Storchaka2016-11-081-1/+1
| | * Issue #28257: Improved error message when pass a non-mapping as a var-keywordSerhiy Storchaka2016-10-071-4/+17
| | * Silence GCC warning.Serhiy Storchaka2016-09-221-2/+2
| | * Issue #26020: Fix evaluation order for set literalsRaymond Hettinger2016-09-081-2/+4
* | | Merge 3.6 (issue #27243)Yury Selivanov2016-11-081-1/+1
|\ \ \ | |/ /
| * | Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.Yury Selivanov2016-11-081-1/+1
* | | Issue #21955: Please don't try to optimize int+intVictor Stinner2016-10-201-0/+6
* | | Minor fix-up to apply the stack adjustment macros consistent with the other o...Raymond Hettinger2016-10-161-2/+2
* | | Issue #27358: Merge from 3.6Berker Peksag2016-10-021-1/+1
|\ \ \ | |/ /
| * | Issue #27358: Fix typo in error messageBerker Peksag2016-10-021-1/+1
* | | Issue #27358: Optimized merging var-keyword arguments and improved errorSerhiy Storchaka2016-10-021-44/+54
|\ \ \ | |/ /
| * | Issue #27358: Optimized merging var-keyword arguments and improved errorSerhiy Storchaka2016-10-021-44/+54
* | | Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-1/+12
|\ \ \ | |/ /
| * | Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-1/+12
* | | Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode.Serhiy Storchaka2016-09-271-2/+5
|/ /