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-34125: Enable profiling of method_descriptor in all cases (GH-8416)
jdemeyer
2018-09-19
1
-3/+27
*
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)
Benjamin Peterson
2018-09-17
1
-136/+136
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-5/+5
*
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
costypetrisor
2018-07-31
1
-17/+27
*
bpo-34190: Fix reference leak in call_function() (GH-8413)
jdemeyer
2018-07-23
1
-5/+8
*
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
jdemeyer
2018-07-21
1
-4/+10
*
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH...
Serhiy Storchaka
2018-07-09
1
-4/+11
*
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
Marcel Plch
2018-04-06
1
-1/+1
*
bpo-29922: Improve error messages in 'async with' (GH-6352)
Serhiy Storchaka
2018-04-02
1
-0/+25
*
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5...
Xiang Zhang
2018-03-24
1
-1/+27
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+20
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-189/+180
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-55/+0
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
1
-12/+13
*
bpo-32688: Make why the line is commented out clear (GH-5405)
Xiang Zhang
2018-01-29
1
-1/+1
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-12/+10
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+15
*
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (...
Serhiy Storchaka
2017-12-26
1
-2/+10
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-5/+7
*
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
2017-10-26
1
-1/+3
*
remove support for splitting the ceval switch into multiple switches (#4099)
Benjamin Peterson
2017-10-25
1
-10/+0
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-105/+20
*
Move opcode tracing to occur after the possible update to f_lineno. (GH-3798)
George King
2017-10-19
1
-4/+4
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-45/+7
*
bpo-31492: Fix assertion failures in case of a module with a bad __name__ att...
Oren Milman
2017-09-19
1
-0/+4
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-2/+1
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-2/+2
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-1/+1
*
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
2017-09-08
1
-7/+10
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-80/+76
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-5/+12
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-123/+1
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-91/+99
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-99/+91
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-1/+1
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-1/+3
*
bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)
Serhiy Storchaka
2017-08-03
1
-29/+34
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_Ev...
Zackery Spytz
2017-07-31
1
-1/+2
*
bpo-30854: Fix compile error when --without-threads (#2581)
Masayuki Yamamoto
2017-07-05
1
-1/+1
*
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou
2017-06-28
1
-21/+54
*
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
Adrian Wielgosik
2017-06-23
1
-6/+1
*
bpo-30604: clean up co_extra support (#2144)
Dino Viehland
2017-06-21
1
-4/+4
*
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou
2017-05-28
1
-18/+0
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
1
-4/+4
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
1
-3/+14
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
Xiang Zhang
2017-05-10
1
-1/+1
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-7/+16
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-29849: fix a memory leak in import_from (GH-712)
Xiang Zhang
2017-03-21
1
-10/+17
[next]