1. 1d55ec3 Merged revisions 79539 via svnmerge from by Ezio Melotti · 15 years ago
  2. 693415e Merged revisions 77706 via svnmerge from by Ezio Melotti · 16 years ago
  3. 47c8ede Merged revisions 77499 via svnmerge from by Antoine Pitrou · 16 years ago
  4. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 17 years ago
  5. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  6. 30de77b #3654: fix duplicate test method name. Review by Benjamin P. by Georg Brandl · 17 years ago
  7. d08a8eb Closing issue1761. by Amaury Forgeot d'Arc · 18 years ago
  8. ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
  9. 80016c9 Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes. by Raymond Hettinger · 18 years ago
  10. 1ff91d9 Patch # 1140 (my code, approved by Effbot). by Guido van Rossum · 18 years ago
  11. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
  12. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  13. 01a807d Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  14. 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  15. 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 19 years ago
  16. 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 20 years ago
  17. e7fa1af M-x untabify by Michael W. Hudson · 20 years ago
  18. 3554cad [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one by Andrew M. Kuchling · 20 years ago
  19. 0e9980f Whitespace normalization. by Tim Peters · 21 years ago
  20. 0506c64 Fixing bug #817234, which made SRE get into an infinite loop on by Gustavo Niemeyer · 21 years ago
  21. a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 21 years ago
  22. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
  23. 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  24. 9f62ecc SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  25. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  26. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 22 years ago
  27. 12723ba Fix and test for bug #764548: by Just van Rossum · 22 years ago
  28. 6802c6e fixed typo in comment by Just van Rossum · 22 years ago
  29. 25fe0bf Many new tests, based on gcov's coverage information. by Gustavo Niemeyer · 22 years ago
  30. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  31. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 22 years ago
  32. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 22 years ago
  33. 5ba0054 final bit of tests converted from test_sre by Skip Montanaro · 22 years ago
  34. 1e703c6 more tests converted from test_sre by Skip Montanaro · 22 years ago
  35. 2726fcd more tests from test_sre by Skip Montanaro · 22 years ago
  36. 7d9963f copy a few tests from test_sre by Skip Montanaro · 22 years ago
  37. 46144be Fix test_limitations(). The match there is *expected* to raise RuntimeError. by Guido van Rossum · 22 years ago
  38. 8ed06da first cut at unittest version of re tests by Skip Montanaro · 22 years ago
  39. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  40. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  41. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 24 years ago
  42. 17741be SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode strings/patterns. by Fredrik Lundh · 24 years ago
  43. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  44. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  45. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  46. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  47. 8ae9ce5 Better conformance to the Python Style Guide: use spaces around operators. by Fred Drake · 25 years ago
  48. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 25 years ago
  49. 1151a8c -- whitespace cleanup (more tests to be added in the next commit) by Fredrik Lundh · 25 years ago
  50. e6f1646 Comment out repeated-group test for the moment by Andrew M. Kuchling · 25 years ago
  51. a3eacc4 Add nasty test case that overflows the stack with a repeated group by Andrew M. Kuchling · 25 years ago
  52. 2850d18 Switch to sre for regular expression matching (the new mini-re module by Guido van Rossum · 25 years ago
  53. c364cf8 Added tests for findall(). by Guido van Rossum · 27 years ago
  54. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 27 years ago
  55. 8430c58 AMK's latest by Guido van Rossum · 27 years ago
  56. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  57. f473cb0 Added tests for qualified sub and split by Guido van Rossum · 28 years ago
  58. f5910e4 Add tests for re.L(OCALE). by Guido van Rossum · 28 years ago
  59. dfa6790 New re version from AMK by Guido van Rossum · 28 years ago
  60. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 28 years ago
  61. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 28 years ago
  62. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 28 years ago
  63. 4994657 Some new tests by Jeffrey by Guido van Rossum · 28 years ago
  64. 23b2257 Added tests for sub, subn, and split. by Guido van Rossum · 28 years ago
  65. a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 28 years ago
  66. e8b8131 Merged Jeffrey's changes in. by Guido van Rossum · 28 years ago
  67. 23b8d4c Tweak re_tests and test_re to differentiate between by Guido van Rossum · 28 years ago
  68. 847ed4a More tweaks; re.py is nearly there... by Guido van Rossum · 28 years ago
  69. 1d8b758 Removed the traceback output in non-verbose mode by Guido van Rossum · 28 years ago
  70. 035aae0 Some small nits. by Guido van Rossum · 28 years ago
  71. 8e0ce30 test suite for re.py by Guido van Rossum · 28 years ago