aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/ceval.c
Commit message (Expand)AuthorAge
* Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-16
* Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka2016-12-16
* Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-13
* Backed out changeset 99c34e47348bVictor Stinner2016-12-09
* Inline PyEval_EvalFrameEx() in callersVictor Stinner2016-12-09
* Use _PyObject_CallNoArg()Victor Stinner2016-12-06
* Use _PyObject_CallNoArg()Victor Stinner2016-12-06
* Uniformize argument names of "call" functionsVictor Stinner2016-12-06
* Backed out changeset b9c9691c72c5Victor Stinner2016-12-04
* WITH_CLEANUP_START uses fastcallVictor Stinner2016-12-01
* Replace PyObject_CallFunctionObjArgs() with fastcallVictor Stinner2016-12-01
* call_function(): document PyMethod optimizationVictor Stinner2016-11-28
* Remove CALL_PROFILE special buildVictor Stinner2016-11-28
* Merge 3.6Victor Stinner2016-11-24
|\
| * Fix _PyGen_yf()Victor Stinner2016-11-24
* | mergeRaymond Hettinger2016-11-22
|\|
| * Issue #27100: Fix ref leakRaymond Hettinger2016-11-22
* | mergeRaymond Hettinger2016-11-21
|\|
| * Issue #27100: With statement reports missing __enter__ before __exit__. (Co...Raymond Hettinger2016-11-21
* | Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-20
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-20
|\|
| * Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-20
| * Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 4...Raymond Hettinger2016-11-11
* | Issue #28665: Use macro form of PyCell_GET/SETRaymond Hettinger2016-11-12
* | mergeRaymond Hettinger2016-11-11
* | Issue #28618: Make hot functions using __attribute__((hot))Victor Stinner2016-11-11
* | Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.Serhiy Storchaka2016-11-08
|\|
| * Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.Serhiy Storchaka2016-11-08
| |\
| | * Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.Serhiy Storchaka2016-11-08
| | * Issue #28257: Improved error message when pass a non-mapping as a var-keywordSerhiy Storchaka2016-10-07
| | * Silence GCC warning.Serhiy Storchaka2016-09-22
| | * Issue #26020: Fix evaluation order for set literalsRaymond Hettinger2016-09-08
* | | Merge 3.6 (issue #27243)Yury Selivanov2016-11-08
|\| |
| * | Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.Yury Selivanov2016-11-08
* | | Issue #21955: Please don't try to optimize int+intVictor Stinner2016-10-20
* | | Minor fix-up to apply the stack adjustment macros consistent with the other o...Raymond Hettinger2016-10-15
* | | Issue #27358: Merge from 3.6Berker Peksag2016-10-02
|\| |
| * | Issue #27358: Fix typo in error messageBerker Peksag2016-10-02
* | | Issue #27358: Optimized merging var-keyword arguments and improved errorSerhiy Storchaka2016-10-02
|\| |
| * | Issue #27358: Optimized merging var-keyword arguments and improved errorSerhiy Storchaka2016-10-02
* | | Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-02
|\| |
| * | Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-02
* | | Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode.Serhiy Storchaka2016-09-27
|/ /
* | Issue #28086: Single var-positional argument of tuple subtype was passedSerhiy Storchaka2016-09-22
* | Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()Victor Stinner2016-09-12
* | Issue #27213: Fix reference leaksVictor Stinner2016-09-12
* | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-12
* | Issue #27129: Replaced wordcode related magic constants with macros.Serhiy Storchaka2016-09-11
* | DTrace support: function calls, GC activity, line executionƁukasz Langa2016-09-09
* | remove more READ_TIMESTAMPBenjamin Peterson2016-09-09