COMMITS
/ Python/ceval.c April 12, 2019
E
E
March 25, 2019
S
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Stefan Krah committed
March 19, 2019
V
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432)
Victor Stinner committed
March 15, 2019
E
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
Eric Snow committed
V
bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
Victor Stinner committed
March 9, 2019
E
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow committed
E
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
Eric Snow committed
E
Simplify DISPATCH by hoisting eval_breaker ahead of time. (gh-12243)
Eric Snow committed
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
March 1, 2019
February 25, 2019
S
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev committed
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
February 24, 2019
E
February 23, 2019
E
February 20, 2019
I
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki committed
January 12, 2019
S
bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438)
Serhiy Storchaka committed
January 11, 2019
E
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
Eric Snow committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
December 8, 2018
Z
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz committed
November 25, 2018
V
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 9, 2018
V
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 30, 2018
V
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
Victor Stinner committed
October 19, 2018
Q
Fix typos in comments (GH-9905)
Quan Tian committed
September 29, 2018
Z
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz committed
September 19, 2018
J
bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)
jdemeyer committed
September 17, 2018
B
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)
Benjamin Peterson committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 31, 2018
C
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
costypetrisor committed
July 23, 2018
J
bpo-34190: Fix reference leak in call_function() (GH-8413)
jdemeyer committed
July 21, 2018
J
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
jdemeyer committed
July 9, 2018
S
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
Serhiy Storchaka committed
April 6, 2018
M
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
Marcel Plch committed
April 2, 2018
S
bpo-29922: Improve error messages in 'async with' (GH-6352)
Serhiy Storchaka committed
March 24, 2018
X
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848)
Xiang Zhang committed
March 23, 2018
S
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka committed
February 22, 2018
S
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Serhiy Storchaka committed
January 30, 2018
M
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon committed
January 29, 2018
V
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner committed
X
bpo-32688: Make why the line is commented out clear (GH-5405)
Xiang Zhang committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
December 26, 2017
S
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
Serhiy Storchaka committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
October 26, 2017