| Commit message (Expand) | Author | Age | Files | Lines |
* | made the code match the comments (1.5.2 compatibility) | Fredrik Lundh | 2002-06-27 | 1 | -3/+3 |
|
|
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-02 | 1 | -1/+1 |
|
|
* | Added docstrings by Neal Norwitz. This closes SF bug #450980. | Fred Drake | 2001-09-04 | 1 | -0/+2 |
|
|
* | Whitespace normalization, plus: | Tim Peters | 2001-07-21 | 1 | -1/+1 |
|
|
* | Patch #442512: put block indices in the right byte order on bigendian systems. | Martin v. Löwis | 2001-07-19 | 1 | -2/+5 |
|
|
* | added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x | Fredrik Lundh | 2001-07-02 | 1 | -10/+71 |
|
|
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 1 | -7/+9 |
|
|
* | - restored 1.5.2 compatibility (sorry, eric) | Fredrik Lundh | 2001-02-18 | 1 | -2/+0 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+2 |
|
|
* | from the really-stupid-bug department: uppercase literals should match | Fredrik Lundh | 2001-01-15 | 1 | -1/+2 |
|
|
* | added "magic" number to the _sre module, to avoid weird errors caused | Fredrik Lundh | 2001-01-15 | 1 | -0/+2 |
|
|
* | SRE fixes for 2.1 alpha: | Fredrik Lundh | 2001-01-14 | 1 | -3/+3 |
|
|
* | Fixed too ambitious "nothing to repeat" check. Closes bug #114033. | Fredrik Lundh | 2000-10-07 | 1 | -1/+1 |
|
|
* | -- reset marks if repeat_one tail doesn't match | Fredrik Lundh | 2000-08-07 | 1 | -103/+153 |
|
|
* | final 0.9.8 updates: | Fredrik Lundh | 2000-08-01 | 1 | -25/+26 |
|
|
* | -- fixed width calculations for alternations | Fredrik Lundh | 2000-08-01 | 1 | -2/+3 |
|
|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 1 | -35/+29 |
|
|
* | -- SRE 0.9.6 sync. this includes: | Fredrik Lundh | 2000-07-23 | 1 | -2/+12 |
|
|
* | maintenance release: | Fredrik Lundh | 2000-07-05 | 1 | -1/+3 |
|
|
* | - fixed grouping error bug | Fredrik Lundh | 2000-07-03 | 1 | -6/+13 |
|
|
* | - added lookbehind support (?<=pattern), (?<!pattern). | Fredrik Lundh | 2000-07-03 | 1 | -12/+17 |
|
|
* | - experimental: added two new attributes to the match object: | Fredrik Lundh | 2000-07-02 | 1 | -1/+7 |
|
|
* | - actually enabled charset anchors in the engine (still not | Fredrik Lundh | 2000-07-02 | 1 | -1/+1 |
|
|
* | -- use charset bitmaps where appropriate. this gives a 5-10% | Fredrik Lundh | 2000-07-02 | 1 | -17/+93 |
|
|
* | today's SRE update: | Fredrik Lundh | 2000-07-01 | 1 | -1/+1 |
|
|
* | - fixed code generation error in multiline mode | Fredrik Lundh | 2000-06-30 | 1 | -2/+2 |
|
|
* | - reverted to "\x is binary byte" | Fredrik Lundh | 2000-06-30 | 1 | -1/+1 |
|
|
* | the mad patcher strikes again: | Fredrik Lundh | 2000-06-30 | 1 | -4/+4 |
|
|
* | - fixed lookahead assertions (#10, #11, #12) | Fredrik Lundh | 2000-06-30 | 1 | -50/+50 |
|
|
* | - pedantic: make sure "python -t" doesn't complain... | Fredrik Lundh | 2000-06-30 | 1 | -153/+153 |
|
|
* | - fixed split behaviour on empty matches | Fredrik Lundh | 2000-06-30 | 1 | -4/+4 |
|
|
* | still trying to figure out how to fix the remaining | Fredrik Lundh | 2000-06-29 | 1 | -1/+56 |
|
|
* | - fixed another split problem | Fredrik Lundh | 2000-06-29 | 1 | -1/+0 |
|
|
* | - fixed split | Fredrik Lundh | 2000-06-29 | 1 | -93/+66 |
|
|
* | - removed "alpha only" licensing restriction | Fredrik Lundh | 2000-06-29 | 1 | -3/+0 |
|
|
* | towards 1.6b1 | Fredrik Lundh | 2000-06-29 | 1 | -27/+39 |
|
|
* | Fredrik Lundh: here's the 96.6% version of SRE | Jeremy Hylton | 2000-06-01 | 1 | -64/+70 |
|
|
* | Fredrik Lundh: new snapshot. Mostly reindented. | Guido van Rossum | 2000-04-10 | 1 | -125/+125 |
|
|
* | This patch looks large, but it just deletes the ^M characters and | Andrew M. Kuchling | 2000-04-02 | 1 | -124/+124 |
|
|
* | Added Fredrik Lundh's sre module and its supporting cast. | Guido van Rossum | 2000-03-31 | 1 | -0/+187 |
|
|