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
/
Lib
/
re
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...
Miss Islington (bot)
2023-10-14
2
-4/+13
*
[3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif...
Serhiy Storchaka
2023-08-16
1
-7/+0
*
[3.12] gh-106052: Fix bug in the matching of possessive quantifiers (GH-10651...
Serhiy Storchaka
2023-08-09
1
-0/+7
*
[3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548)
Miss Islington (bot)
2023-07-08
1
-1/+3
*
gh-91524: Speed up the regular expression substitution (#91525)
Serhiy Storchaka
2022-10-23
3
-48/+21
*
gh-96346: Use double caching for re._compile() (#96347)
Serhiy Storchaka
2022-10-07
1
-21/+46
*
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...
Gregory P. Smith
2022-06-17
2
-39/+22
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro HronĨok
2022-05-25
4
-2/+27
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
1
-28/+12
*
gh-91760: Deprecate group names and numbers which will be invalid in future (...
Serhiy Storchaka
2022-04-30
1
-7/+34
*
gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)
Serhiy Storchaka
2022-04-30
1
-0/+2
*
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
Serhiy Storchaka
2022-04-26
3
-12/+1
*
RE: Pre-split the list of opcode names (GH-91859)
Serhiy Storchaka
2022-04-23
1
-70/+71
*
gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855)
Serhiy Storchaka
2022-04-23
1
-16/+4
*
gh-91575: Add a script for generating data for case-insensitive matching in r...
Serhiy Storchaka
2022-04-22
2
-57/+108
*
gh-91700: Validate the group number in conditional expression in RE (GH-91702)
Serhiy Storchaka
2022-04-22
1
-0/+10
*
gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665)
Serhiy Storchaka
2022-04-22
1
-2/+2
*
gh-91575: Update case-insensitive matching in re to the latest Unicode versio...
Serhiy Storchaka
2022-04-18
1
-3/+27
*
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka
2022-04-12
1
-43/+0
*
bpo-47227: Suppress expression chaining for more RE parsing errors (GH-32333)
Serhiy Storchaka
2022-04-06
1
-5/+5
*
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka
2022-04-06
4
-13/+2
*
bpo-47152: Remove unused import in re (GH-32298)
Serhiy Storchaka
2022-04-04
1
-4/+0
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
1
-1/+1
*
bpo-23689: re module, fix memory leak when a match is terminated by a signal ...
Ma Lin
2022-04-03
2
-23/+40
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
4
-0/+2504