1. 171b9a3 bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016) by Roy Williams · 7 years ago
  2. c7ac728 bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) by Serhiy Storchaka · 7 years ago
  3. 821a9d1 bpo-30340: Enhanced regular expressions optimization. (#1542) by Serhiy Storchaka · 7 years ago
  4. 305ccbe bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490) by Serhiy Storchaka · 7 years ago
  5. 662cef6 Issue #25953: re.sub() now raises an error for invalid numerical group by Serhiy Storchaka · 8 years ago
  6. abf275a Issue #22493: Warning message emitted by using inline flags in the middle of by Serhiy Storchaka · 8 years ago
  7. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  8. d65cd09 Issue #28070: Fixed parsing inline verbose flag in regular expressions. by Serhiy Storchaka · 8 years ago
  9. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  10. 9bd85b8 Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in by Serhiy Storchaka · 8 years ago
  11. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 8 years ago
  12. b5d0a21 Issue #25554: Got rid of circular references in regular expression parsing. by Serhiy Storchaka · 9 years ago
  13. 485407c Issue #24580: Symbolic group references to open group in re patterns now are by Serhiy Storchaka · 9 years ago
  14. 07360df Issue #14260: The groupindex attribute of regular expression pattern object by Serhiy Storchaka · 9 years ago
  15. 632a77e Issue #22364: Improved some re error messages using regex for hints. by Serhiy Storchaka · 9 years ago
  16. 15fa1c4 Fixed using deprecated escaping in regular expression in _strptime.py (issue23622). by Serhiy Storchaka · 9 years ago
  17. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 9 years ago
  18. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 9 years ago
  19. 22a309a Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or by Serhiy Storchaka · 10 years ago
  20. 16e802f merge 3.4 (#9179) by Benjamin Peterson · 10 years ago
  21. 6632341 backout 9fcf4008b626 (#9179) for further consideration by Benjamin Peterson · 10 years ago
  22. ab14088 Minor code clean up and improvements in the re module. by Serhiy Storchaka · 10 years ago
  23. 1b2004f Fixed error position for the backslash at the end of regex pattern. by Serhiy Storchaka · 10 years ago
  24. b99c132 Fixed AttributeError when the regular expression starts from illegal escape. by Serhiy Storchaka · 10 years ago
  25. ad446d5 Issue #22578: Added attributes to the re.error class. by Serhiy Storchaka · 10 years ago
  26. 5f33677 Merge heads by Serhiy Storchaka · 10 years ago
  27. df1b699 Issue #22823: Use set literals instead of creating a set from a list by Raymond Hettinger · 10 years ago
  28. c7f7d38 Issue #22434: Constants in sre_constants are now named constants (enum-like). by Serhiy Storchaka · 10 years ago
  29. 6276b32 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  30. 84df7fe Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  31. e2ccf56 Issue #19380: Optimized parsing of regular expressions. by Serhiy Storchaka · 10 years ago
  32. 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
  33. 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
  34. c563caf Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in by Serhiy Storchaka · 10 years ago
  35. 44dae8b Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re by Serhiy Storchaka · 10 years ago
  36. 1c99bc8 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 10 years ago
  37. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  38. 9c15ec1 Issue #19365: Optimized the parsing of long replacement string in re.sub*() by Serhiy Storchaka · 11 years ago
  39. 9d96542 Issue #18647: Correctly bound calculated min/max width of a subexpression. by Serhiy Storchaka · 11 years ago
  40. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  41. 1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. by Georg Brandl · 11 years ago
  42. a0eb809 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 11 years ago
  43. 70ca021 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 11 years ago
  44. adfbb8e #13899: merge with 3.2. by Ezio Melotti · 12 years ago
  45. fe8e6e7 #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 12 years ago
  46. 68600af #12759: merge with 3.2. by Ezio Melotti · 12 years ago
  47. 0941d9f #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  48. 463badf Issue #3665: \u and \U escapes are now supported in unicode regular expressions. by Antoine Pitrou · 12 years ago
  49. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  50. b92ed7c #6509: fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou. by Ezio Melotti · 14 years ago
  51. 6c940d6 Merged revisions 66894 via svnmerge from by Benjamin Peterson · 16 years ago
  52. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  53. 22628c4 #3231: re.compile fails with some bytes patterns by Antoine Pitrou · 16 years ago
  54. 40a088d Fix 're' to work on bytes. It could do with a few more tests, though. by Thomas Wouters · 16 years ago
  55. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  56. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  57. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  58. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  59. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  60. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  61. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  62. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  63. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  64. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  65. 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 19 years ago
  66. 049ade2 Complete the previous effort to factor out constant expressions by Raymond Hettinger · 19 years ago
  67. f5a1599 Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman. by Gustavo Niemeyer · 20 years ago
  68. a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 20 years ago
  69. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  70. 968c56a Simple Optimizations: by Raymond Hettinger · 20 years ago
  71. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  72. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  73. 53d93ad Patch #681152: Support escaped Unicode characters in classes. Fixes #612074. by Martin v. Löwis · 21 years ago
  74. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  75. f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  76. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  77. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  78. f7fdedc SF #515022 remove unused variable by Neal Norwitz · 23 years ago
  79. 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
  80. 7533587 Improved error msg when a symbolic group name is redefined. Added docs by Tim Peters · 23 years ago
  81. 8a0232d SF bug #476912: flag repeated use of the same groupname as by Fredrik Lundh · 23 years ago
  82. 59b6865 fixed #449964: sre.sub raises an exception if the template contains a by Fredrik Lundh · 23 years ago
  83. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
  84. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  85. c0c7ee3 detect attempts to repeat anchors (fixes bug #130748) by Fredrik Lundh · 23 years ago
  86. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  87. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  88. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  89. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  90. 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
  91. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  92. ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
  93. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
  94. 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 24 years ago
  95. d11b5e5 Recompile pattern if (?x) flag was found inside the pattern during the by Fredrik Lundh · 24 years ago
  96. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  97. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  98. 1728942 SourceForge patch 101396, by an anonymous friend. by Tim Peters · 24 years ago
  99. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  100. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago