This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-08 13:40:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35bcf9f3c19dfbb368c08e3aa75fda72a23c030d
cpython
/
Lib
/
re
T
History
Serhiy Storchaka
ff2cf1d7d5
bpo-47152: Remove unused import in re (GH-32298)
2022-04-04 12:00:53 +03:00
..
__init__.py
bpo-47152: Remove unused import in re (GH-32298)
2022-04-04 12:00:53 +03:00
_compiler.py
bpo-23689: re module, fix memory leak when a match is terminated by a signal or memory allocation failure (GH-32283)
2022-04-03 19:16:20 +03:00
_constants.py
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
2022-04-04 10:53:26 +03:00
_parser.py
…