index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
re
/
_parser.py
Commit message (
Expand
)
Author
Age
*
Remove dead code in the RE parser (GH-122796)
Serhiy Storchaka
2024-08-07
*
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka
2023-10-14
*
gh-106566: Optimize (?!) in regular expressions (GH-106567)
Serhiy Storchaka
2023-08-07
*
gh-106510: Fix DEBUG output for atomic group (GH-106511)
Serhiy Storchaka
2023-07-08
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
*
gh-91524: Speed up the regular expression substitution (#91525)
Serhiy Storchaka
2022-10-23
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro HronĨok
2022-05-25
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
*
gh-91760: Deprecate group names and numbers which will be invalid in future (...
Serhiy Storchaka
2022-04-30
*
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
Serhiy Storchaka
2022-04-26
*
gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855)
Serhiy Storchaka
2022-04-23
*
gh-91700: Validate the group number in conditional expression in RE (GH-91702)
Serhiy Storchaka
2022-04-22
*
gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665)
Serhiy Storchaka
2022-04-22
*
bpo-47227: Suppress expression chaining for more RE parsing errors (GH-32333)
Serhiy Storchaka
2022-04-06
*
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka
2022-04-06
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02