1. fb6a659 Issue #28637: Reapply changeset 223731925d06 by Victor Stinner · 8 years ago
  2. 1ec1cd1 Issue #28637: Revert issue #28082, don't import enum in re by Victor Stinner · 8 years ago
  3. 5820f3a Issue #28193: Use lru_cache in the re module. by Raymond Hettinger · 8 years ago
  4. 7228980 issue28082: better name for Flag by Ethan Furman · 8 years ago
  5. f93395b issue28082: use IntFlag for re constants by Ethan Furman · 8 years ago
  6. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  7. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  8. 632a77e Issue #22364: Improved some re error messages using regex for hints. by Serhiy Storchaka · 9 years ago
  9. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 9 years ago
  10. 16e802f merge 3.4 (#9179) by Benjamin Peterson · 9 years ago
  11. 6632341 backout 9fcf4008b626 (#9179) for further consideration by Benjamin Peterson · 9 years ago
  12. ab14088 Minor code clean up and improvements in the re module. by Serhiy Storchaka · 10 years ago
  13. 6276b32 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  14. 84df7fe Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  15. 3bf7a6c Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  16. cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  17. 7cc0a1f Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  18. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  19. 4d75a01 Issue #22510: Get rid of little overhead of testing re.DEBUG flag. by Serhiy Storchaka · 10 years ago
  20. be4de52 Removed a code for suport Python version <2.2. by Serhiy Storchaka · 10 years ago
  21. c49672f Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 10 years ago
  22. d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 10 years ago
  23. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  24. daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
  25. 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago
  26. ad9c9bb Remove import functools from re module. The re module imports functools but never uses it. by Christian Heimes · 11 years ago
  27. 969ff72 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  28. 0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  29. d0dbb20 Set cache sizes to a power-of-two by Raymond Hettinger · 11 years ago
  30. d68ac85 #14236: merge with 3.2. by Ezio Melotti · 12 years ago
  31. 3899283 #14236: fix docs for \S. by Ezio Melotti · 12 years ago
  32. 660a949 #14236: merge with 3.2. by Ezio Melotti · 12 years ago
  33. e990092 #14236: mention Unicode whitespace in \s documentation. by Ezio Melotti · 12 years ago
  34. 6aacc14 Merge with 3.2. by Georg Brandl · 12 years ago
  35. e144c74 Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split(). by Georg Brandl · 12 years ago
  36. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  37. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  38. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 13 years ago
  39. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 13 years ago
  40. 213eb96 #2650: Merge with 3.1. by Ezio Melotti · 13 years ago
  41. ebbf1e6 #2650: Refactor re.escape to use enumerate(). by Ezio Melotti · 13 years ago
  42. 02566ec Adopt more descriptive attribute names as suggested on python-dev. by Raymond Hettinger · 14 years ago
  43. d9e8cc6 Clean-up the cache patch for the re module. by Raymond Hettinger · 14 years ago
  44. 3060c45 Reapply r83877. by Antoine Pitrou · 14 years ago
  45. aba74bd Revert r83877 in order to fix compilation by Antoine Pitrou · 14 years ago
  46. 9f347ea reapply the revert made in r83875 by Senthil Kumaran · 14 years ago
  47. 3102230 Revert 83784 adding functools.lru_cache() to the re module. by Raymond Hettinger · 14 years ago
  48. 4f859ed Issue 9396. Apply functools.lru_cache in the place of the by Raymond Hettinger · 14 years ago
  49. 5a63183 The default size of the re module's compiled regular expression cache has by Gregory P. Smith · 14 years ago
  50. ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 15 years ago
  51. 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 15 years ago
  52. 698280d Issue #3756: make re.escape() handle bytes as well as str. by Guido van Rossum · 16 years ago
  53. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  54. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  55. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  56. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  57. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  58. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 16 years ago
  59. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  60. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  61. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  62. 9ada3d6 Merge trunk up to 43069, putting re.py back and hopefully making the branch by Thomas Wouters · 18 years ago[Renamed from Lib/sre.py]
  63. ebb7f30 Speed-up escape() by Raymond Hettinger · 19 years ago
  64. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 20 years ago
  65. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  66. 43ab0cd [Bug #990792] Mention that repl can be a callable by Andrew M. Kuchling · 20 years ago
  67. 0f5bf1e SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  68. 7490250 Addendum to #764548: restore 2.1 compatibility. by Just van Rossum · 21 years ago
  69. 12723ba Fix and test for bug #764548: by Just van Rossum · 21 years ago
  70. 0d97655 Add finditer to __all__ (when defining it at all). by Guido van Rossum · 22 years ago
  71. b7747e2 added finditer sanity check by Fredrik Lundh · 23 years ago
  72. 703ce81 (experimental) "finditer" method/function. this works pretty much by Fredrik Lundh · 23 years ago
  73. dac5849 fixed character set description in docstring (SRE uses Python by Fredrik Lundh · 23 years ago
  74. 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
  75. bec95b9 rewrote the pattern.sub and pattern.subn methods in C by Fredrik Lundh · 23 years ago
  76. 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
  77. 59b6865 fixed #449964: sre.sub raises an exception if the template contains a by Fredrik Lundh · 23 years ago
  78. 21009b9 an SRE bugfix a day keeps Guido away... by Fredrik Lundh · 23 years ago
  79. 9f5b822 Convert docstring to "raw" string. by Fred Drake · 23 years ago
  80. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
  81. 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
  82. 2d96f11 map re.sub() to string.replace(), when possible by Fredrik Lundh · 23 years ago
  83. e06cbb8 bug #436596 by Fredrik Lundh · 23 years ago
  84. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  85. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  86. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  87. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  88. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 23 years ago
  89. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 23 years ago
  90. 5644b7f - fixed yet another gcc -pedantic warning by Fredrik Lundh · 24 years ago
  91. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
  92. e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
  93. 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
  94. 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
  95. 019bcb5 - changed sre.Scanner to use lastindex instead of index. by Fredrik Lundh · 24 years ago
  96. 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
  97. 22d2546 today's SRE update: by Fredrik Lundh · 24 years ago
  98. 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
  99. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  100. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago