index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_sre
/
sre.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
1
-5/+33
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-10/+10
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
1
-6/+1
*
gh-106508: Improve debugging of the _sre module (GH-106509)
Serhiy Storchaka
2023-07-08
1
-5/+27
*
gh-106524: Fix a crash in _sre.template() (GH-106525)
Radislav Chugunov
2023-07-08
1
-0/+2
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-2/+0
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
1
-1/+0
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-2/+0
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner
2022-11-14
1
-52/+27
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
1
-27/+29
*
gh-91524: Speed up the regular expression substitution (#91525)
Serhiy Storchaka
2022-10-23
1
-41/+277
*
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...
Gregory P. Smith
2022-06-17
1
-43/+22
*
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka
2022-06-14
1
-11/+1
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro HronĨok
2022-05-25
1
-0/+1
*
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka
2022-04-06
1
-1/+0
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
1
-0/+3063