summaryrefslogtreecommitdiff
path: root/Lib/test/re_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-4/+4
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``Serhiy Storchaka2015-03-241-3/+3
* Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* #3231: re.compile fails with some bytes patternsAntoine Pitrou2008-07-221-6/+2
* More work on bug #672491 and patch #712900.Gustavo Niemeyer2003-04-201-0/+4
* Fix from SF patch #633359 by Greg Chapman for SF bug #610299:Guido van Rossum2003-02-241-0/+1
* Whitespace normalization.Tim Peters2003-02-191-1/+1
* SF patch #682432, add lookbehind testsNeal Norwitz2003-02-131-0/+7
* Fixed bug #470582, using a modified version of patch #527371,Gustavo Niemeyer2002-11-061-0/+2
* bug #133283, #477728, #483789, #490573Fredrik Lundh2001-12-091-2/+8
* reapplied darryl gallion's minimizing repeat fix. I'm still not 100%Fredrik Lundh2001-07-021-0/+2
* sre 2.1b2 update:Fredrik Lundh2001-03-221-0/+11
* detect attempts to repeat anchors (fixes bug #130748)Fredrik Lundh2001-02-181-0/+2
* from the really-stupid-bug department: uppercase literals should matchFredrik Lundh2001-01-151-5/+17
* Fixed too ambitious "nothing to repeat" check. Closes bug #114033.Fredrik Lundh2000-10-071-0/+3
* SRE didn't handle character category followed by hyphen inside aFredrik Lundh2000-10-071-0/+2
* Recompile pattern if (?x) flag was found inside the pattern during theFredrik Lundh2000-10-031-2/+4
* Fixed negative lookahead/lookbehind. Closes bug #115618.Fredrik Lundh2000-10-031-0/+2
* - don't hang if group id is followed by whitespace (closes bug #114660)Fredrik Lundh2000-09-241-1/+0
* closes bug #112468 (and all the other bugs that surfaced whenFredrik Lundh2000-08-311-15/+38
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-081-0/+6
* -- whitespace cleanup (real changes coming in next checkin)Fredrik Lundh2000-08-081-20/+20
* AMK's latestGuido van Rossum1998-04-031-12/+8
* New re version from AMKGuido van Rossum1997-12-081-11/+66
* Added tests for \b, \B (AMK).Guido van Rossum1997-08-151-0/+13
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-131-2/+13
* Several additions from Jeffrey.Guido van Rossum1997-07-171-5/+22
* Jeffrey's latest -- seems to solve most problems!Guido van Rossum1997-07-171-19/+47
* Fixed a syntax error caused by a bad line in the Perl source.Guido van Rossum1997-07-151-1/+1
* Merged my changes in, and added all converted Perl tests.Guido van Rossum1997-07-151-24/+284
* Jeffrey's versionGuido van Rossum1997-07-151-239/+169
* Tweak re_tests and test_re to differentiate betweenGuido van Rossum1997-07-151-3/+5
* More tweaks; re.py is nearly there...Guido van Rossum1997-07-151-1/+1
* Jeffrey's newestGuido van Rossum1997-07-151-1/+1
* test suite for re.pyGuido van Rossum1997-07-111-0/+278