| Commit message (Expand) | Author | Age |
* | bpo-36528: Remove duplicate re tests. (GH-2689) | Xtreak | 2019-09-11 |
* | Fix duplicated test case for re. (GH-12662) | MakDon | 2019-04-04 |
* | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 |
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 |
* | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 |
* | Issue #22838: All test_re tests now work with unittest test discovery. | Serhiy Storchaka | 2014-12-01 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 |
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 |
* | #3231: re.compile fails with some bytes patterns | Antoine Pitrou | 2008-07-22 |
* | More work on bug #672491 and patch #712900. | Gustavo Niemeyer | 2003-04-20 |
* | Fix from SF patch #633359 by Greg Chapman for SF bug #610299: | Guido van Rossum | 2003-02-24 |
* | Whitespace normalization. | Tim Peters | 2003-02-19 |
* | SF patch #682432, add lookbehind tests | Neal Norwitz | 2003-02-13 |
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 |
* | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 |
* | reapplied darryl gallion's minimizing repeat fix. I'm still not 100% | Fredrik Lundh | 2001-07-02 |
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 |
* | detect attempts to repeat anchors (fixes bug #130748) | Fredrik Lundh | 2001-02-18 |
* | from the really-stupid-bug department: uppercase literals should match | Fredrik Lundh | 2001-01-15 |
* | Fixed too ambitious "nothing to repeat" check. Closes bug #114033. | Fredrik Lundh | 2000-10-07 |
* | SRE didn't handle character category followed by hyphen inside a | Fredrik Lundh | 2000-10-07 |
* | Recompile pattern if (?x) flag was found inside the pattern during the | Fredrik Lundh | 2000-10-03 |
* | Fixed negative lookahead/lookbehind. Closes bug #115618. | Fredrik Lundh | 2000-10-03 |
* | - don't hang if group id is followed by whitespace (closes bug #114660) | Fredrik Lundh | 2000-09-24 |
* | closes bug #112468 (and all the other bugs that surfaced when | Fredrik Lundh | 2000-08-31 |
* | -- enabled some temporarily disabled RE tests | Fredrik Lundh | 2000-08-08 |
* | -- whitespace cleanup (real changes coming in next checkin) | Fredrik Lundh | 2000-08-08 |
* | AMK's latest | Guido van Rossum | 1998-04-03 |
* | New re version from AMK | Guido van Rossum | 1997-12-08 |
* | Added tests for \b, \B (AMK). | Guido van Rossum | 1997-08-15 |
* | 1.5a3 prerelease 1 from AMK | Guido van Rossum | 1997-08-13 |
* | Several additions from Jeffrey. | Guido van Rossum | 1997-07-17 |
* | Jeffrey's latest -- seems to solve most problems! | Guido van Rossum | 1997-07-17 |
* | Fixed a syntax error caused by a bad line in the Perl source. | Guido van Rossum | 1997-07-15 |
* | Merged my changes in, and added all converted Perl tests. | Guido van Rossum | 1997-07-15 |
* | Jeffrey's version | Guido van Rossum | 1997-07-15 |
* | Tweak re_tests and test_re to differentiate between | Guido van Rossum | 1997-07-15 |
* | More tweaks; re.py is nearly there... | Guido van Rossum | 1997-07-15 |
* | Jeffrey's newest | Guido van Rossum | 1997-07-15 |
* | test suite for re.py | Guido van Rossum | 1997-07-11 |