summaryrefslogtreecommitdiffstats
path: root/Lib/test/re_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | character class. Fix provided by Andrew Kuchling. Closes bug #116251.
* Recompile pattern if (?x) flag was found inside the pattern during theFredrik Lundh2000-10-031-2/+4
| | | | first scan. Closes bug #115040.
* 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
| | | | I fixed the a bug in the regression test harness...)
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-081-0/+6
| | | | | -- added basic unicode tests to test_re -- added test case for Sjoerd's xmllib problem to re_tests
* -- 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
| | | | groups that have no value and groups that are out of bounds.
* 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