COMMITS
/ Lib/re/_compiler.py November 28, 2025
C
gh-141968: Use take_bytes in re._compiler (#141995)
Cody Maloney committed
November 11, 2024
S
gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557)
Serhiy Storchaka committed
June 20, 2024
S
gh-111259: Optimize complementary character sets in RE (GH-120742)
Serhiy Storchaka committed
December 11, 2023
A
GH-83162: Rename re.error for better clarity. (#101677)
achhina committed
October 14, 2023
S
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka committed
August 16, 2023
August 9, 2023
S
gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515)
Serhiy Storchaka committed
June 14, 2023
N
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev committed
June 17, 2022
May 25, 2022
M
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok committed
April 26, 2022
S
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
Serhiy Storchaka committed
April 22, 2022
S
gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660)
Serhiy Storchaka committed
April 18, 2022
S
gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580)
Serhiy Storchaka committed
April 6, 2022
S
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka committed
April 3, 2022
April 2, 2022
S
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka committed