index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
ceval.c
Commit message (
Expand
)
Author
Age
*
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-13
*
Backed out changeset 99c34e47348b
Victor Stinner
2016-12-09
*
Inline PyEval_EvalFrameEx() in callers
Victor Stinner
2016-12-09
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
*
Uniformize argument names of "call" functions
Victor Stinner
2016-12-06
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
*
WITH_CLEANUP_START uses fastcall
Victor Stinner
2016-12-01
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
*
call_function(): document PyMethod optimization
Victor Stinner
2016-11-28
*
Remove CALL_PROFILE special build
Victor Stinner
2016-11-28
*
Merge 3.6
Victor Stinner
2016-11-24
|
\
|
*
Fix _PyGen_yf()
Victor Stinner
2016-11-24
*
|
merge
Raymond Hettinger
2016-11-22
|
\
|
|
*
Issue #27100: Fix ref leak
Raymond Hettinger
2016-11-22
*
|
merge
Raymond Hettinger
2016-11-21
|
\
|
|
*
Issue #27100: With statement reports missing __enter__ before __exit__. (Co...
Raymond Hettinger
2016-11-21
*
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
|
\
|
|
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
|
*
Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 4...
Raymond Hettinger
2016-11-11
*
|
Issue #28665: Use macro form of PyCell_GET/SET
Raymond Hettinger
2016-11-12
*
|
merge
Raymond Hettinger
2016-11-11
*
|
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner
2016-11-11
*
|
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
|
\
|
|
*
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
|
|
\
|
|
*
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
|
|
*
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
Serhiy Storchaka
2016-10-07
|
|
*
Silence GCC warning.
Serhiy Storchaka
2016-09-22
|
|
*
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
*
|
|
Merge 3.6 (issue #27243)
Yury Selivanov
2016-11-08
|
\
|
|
|
*
|
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
Yury Selivanov
2016-11-08
*
|
|
Issue #21955: Please don't try to optimize int+int
Victor Stinner
2016-10-20
*
|
|
Minor fix-up to apply the stack adjustment macros consistent with the other o...
Raymond Hettinger
2016-10-15
*
|
|
Issue #27358: Merge from 3.6
Berker Peksag
2016-10-02
|
\
|
|
|
*
|
Issue #27358: Fix typo in error message
Berker Peksag
2016-10-02
*
|
|
Issue #27358: Optimized merging var-keyword arguments and improved error
Serhiy Storchaka
2016-10-02
|
\
|
|
|
*
|
Issue #27358: Optimized merging var-keyword arguments and improved error
Serhiy Storchaka
2016-10-02
*
|
|
Issue #28257: Improved error message when pass a non-iterable as
Serhiy Storchaka
2016-10-02
|
\
|
|
|
*
|
Issue #28257: Improved error message when pass a non-iterable as
Serhiy Storchaka
2016-10-02
*
|
|
Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode.
Serhiy Storchaka
2016-09-27
|
/
/
*
|
Issue #28086: Single var-positional argument of tuple subtype was passed
Serhiy Storchaka
2016-09-22
*
|
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner
2016-09-12
*
|
Issue #27213: Fix reference leaks
Victor Stinner
2016-09-12
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-12
*
|
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka
2016-09-11
*
|
DTrace support: function calls, GC activity, line execution
Ćukasz Langa
2016-09-09
*
|
remove more READ_TIMESTAMP
Benjamin Peterson
2016-09-09
[next]