COMMITS
/ Python/_warnings.c June 30, 2024
K
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter() (#121164)
Kirill Podoprigora committed
May 16, 2024
K
gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063)
Kirill Podoprigora committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 19, 2024
T
March 29, 2024
E
gh-116664: In _warnings.c, make filters_version access thread-safe (#117374)
Erlend E. Aasland committed
E
gh-116664: Fix unused var warnings in _warnings.c in non-free-threaded builds (#117373)
Erlend E. Aasland committed
March 28, 2024
E
gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959)
Erlend E. Aasland committed
March 18, 2024
E
gh-116664: Ensure thread-safe dict access in _warnings (#116768)
Erlend E. Aasland committed
November 27, 2023
S
gh-111789: Use PyDict_GetItemRef() in Python/_warnings.c (gh-112080)
Serhiy Storchaka committed
August 24, 2023
V
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner committed
V
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner committed
July 24, 2023
V
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
June 14, 2023
June 11, 2023
E
gh-105375: Improve PyErr_WarnExplicit() error handling (#105610)
Erlend E. Aasland committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 26, 2023
K
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya committed
May 15, 2023
E
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
January 30, 2023
I
gh-39615: fix warning on return type mismatch (#101407)
Irit Katriel committed
January 28, 2023
G
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
October 9, 2022
D
gh-97841: Add methoddef for _filters_mutated (gh-98115)
Dong-hee Na committed
October 7, 2022
B
July 20, 2022
O
gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic (#92891)
Oleg Iarygin committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
March 31, 2022
V
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner committed
February 23, 2022
February 15, 2022
E
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow committed
February 8, 2022
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 4, 2021
A
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
November 18, 2020
V
bpo-1635741: Port _warnings to the multi-phase init (GH-23379)
Victor Stinner committed
V
bpo-40998: Fix a refleak in create_filter() (GH-23365)
Victor Stinner committed
November 12, 2020
V
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner committed
November 4, 2020
V
bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151)
Victor Stinner committed
November 2, 2020
V
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
Victor Stinner committed
October 27, 2020
V
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Victor Stinner committed
June 10, 2020
V
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
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-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed