Files
cpython/Modules
Serhiy Storchaka 492d4109f4 bpo-42885: Optimize search for regular expressions starting with "\A" or "^" (GH-32021)
Affected functions are re.search(), re.split(), re.findall(), re.finditer()
and re.sub().
2022-03-22 17:27:55 +02:00
..
2022-03-05 17:47:00 +02:00
2021-10-03 16:58:14 +03:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.