COMMITS
/ Modules/_sre/sre.c November 4, 2025
S
gh-140979: Fix off-by-one error in the RE code validator (GH-140984)
Serhiy Storchaka committed
September 3, 2025
S
gh-138264: Fix gcc 14 compiler warnings (GH-138265)
Serhiy Storchaka committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
June 30, 2025
X
April 1, 2025
March 19, 2025
V
gh-111178: Fix function signatures for test_iter (#131456)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
February 12, 2025
T
gh-129983: fix data race in compile_template in sre.c (#130015)
Tomasz Pytel committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 7, 2025
B
gh-111178: fix UBSan failures in `Modules/_sre/sre.c` (GH-128250)
Bénédikt Tran committed
November 18, 2024
S
gh-67877: Fix memory leaks in terminated RE matching (GH-126840)
Serhiy Storchaka committed
August 30, 2024
V
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner committed
V
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner committed
August 2, 2024
V
Update PyObject_Del() documentation (#122597)
Victor Stinner committed
June 21, 2024
S
gh-119344: Make critical section API public (#119353)
Sam Gross committed
June 12, 2024
V
gh-120155: Add assertion to sre.c match_getindex() (#120402)
Victor Stinner committed
June 8, 2024
N
gh-120244: Fix re.sub() reference leak (GH-120245)
neonene committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
February 6, 2024
D
gh-112075: Add critical sections for most dict APIs (#114508)
Dino Viehland committed
October 26, 2023
S
Output more details in the re tracing (GH-111357)
Serhiy Storchaka committed
October 14, 2023
S
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka committed
October 10, 2023
N
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
Nikita Sobolev committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 8, 2023
S
gh-106508: Improve debugging of the _sre module (GH-106509)
Serhiy Storchaka committed
R
gh-106524: Fix a crash in _sre.template() (GH-106525)
Radislav Chugunov committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 14, 2023
N
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner committed
November 3, 2022
S
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka committed
October 23, 2022
S
gh-91524: Speed up the regular expression substitution (#91525)
Serhiy Storchaka committed
June 17, 2022
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
May 25, 2022
M
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok committed
April 6, 2022
S
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka committed
April 4, 2022
S
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka committed