This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-08 06:10:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b36f01d03f
cpython
/
Lib
/
re
History
Download ZIP
Download TAR.GZ
Abhishek Tiwari
fa9c3eefd4
gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944)
2025-11-04 12:54:28 +02:00
..
__init__.py
gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944)
2025-11-04 12:54:28 +02:00
_casefix.py
Fix syntax in generate_re_casefix.py (
#122699
)
2024-08-05 23:16:29 -07:00
_compiler.py
gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557)
2024-11-11 18:27:26 +02:00
_constants.py
gh-111259: Optimize complementary character sets in RE (GH-120742)
2024-06-20 07:19:32 +00:00
_parser.py
gh-133306: Support \z as a synonym for \Z in regular expressions (GH-133314)
2025-05-03 07:54:33 +00:00