index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
ceval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-3/+3
*
bpo-29655: Fixed possible reference leaks in `import *`. (#301)
Matthias Bussonnier
2017-02-26
1
-1/+4
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-23
1
-3/+9
*
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier
2017-02-22
1
-4/+21
*
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier
2017-02-15
1
-2/+10
*
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner
2017-02-12
1
-239/+3
*
Backed out changeset f23fa1f7b68f
Victor Stinner
2017-02-10
1
-3/+239
*
Issue #29465: Add Objects/call.c file
Victor Stinner
2017-02-10
1
-239/+3
*
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-6/+6
*
Document that _PyFunction_FastCallDict() must copy kwargs
Victor Stinner
2017-02-01
1
-0/+2
*
Rephrase !PyErr_Occurred() comment: may=>can
Victor Stinner
2017-01-18
1
-2/+2
*
Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.
INADA Naoki
2017-01-16
1
-40/+32
*
_PyEval_EvalCodeWithName(): remove redundant check
Victor Stinner
2017-01-11
1
-1/+2
*
Inline call_function()
Victor Stinner
2017-01-10
1
-2/+4
*
Optimize _PyFunction_FastCallDict() when kwargs is {}
Victor Stinner
2017-01-03
1
-3/+5
*
Issue #29049: Remove unnecessary Py_DECREF
INADA Naoki
2016-12-26
1
-1/+1
*
Issue #29049: Fix refleak introduced by f5eb0c4f5d37.
INADA Naoki
2016-12-26
1
-1/+4
*
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki
2016-12-24
1
-10/+21
*
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
1
-1/+1
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-2/+2
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-0/+97
*
Backed out changeset 99c34e47348b
Victor Stinner
2016-12-09
1
-2/+2
*
Inline PyEval_EvalFrameEx() in callers
Victor Stinner
2016-12-09
1
-2/+2
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-2/+2
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-2/+2
*
Uniformize argument names of "call" functions
Victor Stinner
2016-12-06
1
-3/+4
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-3/+3
*
WITH_CLEANUP_START uses fastcall
Victor Stinner
2016-12-01
1
-3/+10
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-3/+3
*
call_function(): document PyMethod optimization
Victor Stinner
2016-11-28
1
-1/+5
*
Remove CALL_PROFILE special build
Victor Stinner
2016-11-28
1
-91/+0
*
Merge 3.6
Victor Stinner
2016-11-24
1
-0/+1
|
\
|
*
Fix _PyGen_yf()
Victor Stinner
2016-11-24
1
-0/+1
*
|
merge
Raymond Hettinger
2016-11-22
1
-1/+3
|
\
\
|
|
/
|
*
Issue #27100: Fix ref leak
Raymond Hettinger
2016-11-22
1
-1/+3
*
|
merge
Raymond Hettinger
2016-11-22
1
-4/+4
|
\
\
|
|
/
|
*
Issue #27100: With statement reports missing __enter__ before __exit__. (Co...
Raymond Hettinger
2016-11-22
1
-4/+4
*
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-5/+5
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
|
\
\
|
|
/
|
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
|
*
Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 4...
Raymond Hettinger
2016-11-11
1
-2/+3
*
|
Issue #28665: Use macro form of PyCell_GET/SET
Raymond Hettinger
2016-11-12
1
-4/+8
*
|
merge
Raymond Hettinger
2016-11-11
1
-2/+3
*
|
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner
2016-11-11
1
-3/+3
*
|
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
1
-2/+2
|
\
\
|
|
/
|
*
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
1
-2/+2
|
|
\
|
|
*
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
1
-1/+1
|
|
*
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
Serhiy Storchaka
2016-10-07
1
-4/+17
|
|
*
Silence GCC warning.
Serhiy Storchaka
2016-09-22
1
-2/+2
|
|
*
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
1
-2/+4
[next]