COMMITS
/ Python/traceback.c July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
June 14, 2023
May 31, 2023
I
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel committed
May 5, 2023
March 16, 2023
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102760)
Irit Katriel committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 12, 2022
B
gh-99103: Normalize specialized traceback anchors against the current line (GH-99145)
Batuhan Taskaya committed
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
July 11, 2022
J
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
March 31, 2022
V
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner committed
V
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
February 8, 2022
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