COMMITS
/ Python/traceback.c December 12, 2021
December 7, 2021
I
bpo-45635: standardize error handling in traceback.c (GH-29905)
Irit Katriel committed
November 17, 2021
V
bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)
Victor Stinner committed
November 5, 2021
I
bpo-45292: [PEP 654] Update traceback display code to work with exception groups (GH-29207)
Irit Katriel committed
October 28, 2021
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon committed
October 13, 2021
V
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner committed
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 3, 2021
S
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)
Serhiy Storchaka committed
September 20, 2021
August 31, 2021
V
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
Victor Stinner committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 25, 2021
B
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya committed
July 24, 2021
B
bpo-43950: check against the raw string, not the pyobject (GH-27337)
Batuhan Taskaya committed
B
bpo-43950: ensure source_line is present when specialising the traceback (GH-27313)
Batuhan Taskaya committed
July 20, 2021
B
bpo-43950: Distinguish errors happening on character offset decoding (GH-27217)
Batuhan Taskaya committed
July 15, 2021
B
bpo-43950: make BinOp specializations more reliable (GH-27126)
Batuhan Taskaya committed
July 12, 2021
B
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya committed
July 4, 2021
A
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar committed
June 21, 2021
V
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner committed
April 30, 2021
S
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower committed
April 29, 2021
R
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman committed
April 1, 2021
M
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Mark Shannon committed
January 19, 2021
V
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner committed
January 18, 2021
V
bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
Victor Stinner committed
December 17, 2020
I
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
Irit Katriel committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
April 29, 2020
V
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner committed
April 28, 2020
V
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
March 20, 2020
V
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner committed
September 17, 2019
V
bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244)
Victor Stinner committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 22, 2019
V
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner committed
May 10, 2019
J
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
September 10, 2018
B
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 7, 2018
N
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793)
Nathaniel J. Smith committed
November 15, 2017
S
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289)
Serhiy Storchaka committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed