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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-43/+329
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
2
-2/+2
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-222/+92
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-14/+449
*
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...
Gregory P. Smith
2022-06-17
5
-81/+47
*
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
2
-0/+2
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-19/+19
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
1
-44/+250
*
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
Serhiy Storchaka
2022-04-26
3
-40/+37
*
gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...
Ma Lin
2022-04-19
1
-7/+7
*
bpo-47256: Increasing the depth of backtracking in RE (GH-32411)
Ma Lin
2022-04-18
2
-44/+44
*
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher
2022-04-15
2
-343/+452
*
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka
2022-04-12
1
-2/+2
*
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka
2022-04-06
2
-2/+0
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
5
-0/+5947