Python 3.13.4
  1. 7db6d42 [3.13] gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557) (GH-126689) by Miss Islington (bot) · 9 months ago
  2. 35bf9c6 [3.13] Fix syntax in generate_re_casefix.py (GH-122699) (#122721) by Miss Islington (bot) · 1 year ago
  3. a01022a GH-83162: Rename re.error for better clarity. (#101677) by achhina · 1 year, 8 months ago
  4. e2b3d83 gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) by Serhiy Storchaka · 1 year, 10 months ago
  5. 882cb79 gh-56166: Deprecate passing confusing positional arguments in re functions (#107778) by Serhiy Storchaka · 2 years ago
  6. abd9cc5 gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) by SKO · 2 years ago
  7. 7b6e34e gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515) by Serhiy Storchaka · 2 years ago
  8. ed64204 gh-106566: Optimize (?!) in regular expressions (GH-106567) by Serhiy Storchaka · 2 years ago
  9. 74ec02e gh-106510: Fix DEBUG output for atomic group (GH-106511) by Serhiy Storchaka · 2 years, 1 month ago
  10. 67f69db gh-105687: Remove deprecated objects from `re` module (#105688) by Nikita Sobolev · 2 years, 2 months ago
  11. 75a6fad gh-91524: Speed up the regular expression substitution (#91525) by Serhiy Storchaka · 2 years, 10 months ago
  12. c11b667 gh-96346: Use double caching for re._compile() (#96347) by Serhiy Storchaka · 2 years, 10 months ago
  13. 4beee0c gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (#93882) by Gregory P. Smith · 3 years, 2 months ago
  14. 16a7e4a gh-92728: Restore re.template, but deprecate it (GH-93161) by Miro Hrončok · 3 years, 3 months ago
  15. a84a56d gh-91760: More strict rules for numerical group references and group names in RE (GH-91792) by Serhiy Storchaka · 3 years, 3 months ago
  16. 19dca04 gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794) by Serhiy Storchaka · 3 years, 4 months ago
  17. 6d0d547 gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) by Serhiy Storchaka · 3 years, 4 months ago
  18. f703c96 gh-91870: Remove unsupported SRE opcode CALL (GH-91872) by Serhiy Storchaka · 3 years, 4 months ago
  19. 2889042 RE: Pre-split the list of opcode names (GH-91859) by Serhiy Storchaka · 3 years, 4 months ago
  20. 130a8c3 gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855) by Serhiy Storchaka · 3 years, 4 months ago
  21. f912cc0 gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660) by Serhiy Storchaka · 3 years, 4 months ago
  22. 48ec61a gh-91700: Validate the group number in conditional expression in RE (GH-91702) by Serhiy Storchaka · 3 years, 4 months ago
  23. 6ccfa31 gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665) by Serhiy Storchaka · 3 years, 4 months ago
  24. 1c2fceb gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580) by Serhiy Storchaka · 3 years, 4 months ago
  25. 474fdbe bpo-47152: Automatically regenerate sre_constants.h (GH-91439) by Serhiy Storchaka · 3 years, 4 months ago
  26. 50872db bpo-47227: Suppress expression chaining for more RE parsing errors (GH-32333) by Serhiy Storchaka · 3 years, 4 months ago
  27. b09184b bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300) by Serhiy Storchaka · 3 years, 4 months ago
  28. ff2cf1d bpo-47152: Remove unused import in re (GH-32298) by Serhiy Storchaka · 3 years, 5 months ago
  29. 1578f06 bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) by Serhiy Storchaka · 3 years, 5 months ago
  30. 6e3eee5 bpo-23689: re module, fix memory leak when a match is terminated by a signal or memory allocation failure (GH-32283) by Ma Lin · 3 years, 5 months ago
  31. 1be3260 bpo-47152: Convert the re module into a package (GH-32177) by Serhiy Storchaka · 3 years, 5 months ago