This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-01 07:33:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
8367ca136e
cpython
/
Lib
/
re
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
c11b667a1d
gh-96346: Use double caching for re._compile() (
#96347
)
2022-10-07 12:21:42 -07:00
..
__init__.py
gh-96346: Use double caching for re._compile() (
#96347
)
2022-10-07 12:21:42 -07:00
_casefix.py
gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660)
2022-04-22 21:37:46 +03:00
_compiler.py
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (
#93882
)
2022-06-17 01:19:44 -07:00
_constants.py
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (
#93882
)
2022-06-17 01:19:44 -07:00
_parser.py
gh-92728: Restore re.template, but deprecate it (GH-93161)
2022-05-25 09:05:35 +03:00