summaryrefslogtreecommitdiffstats
path: root/Lib/sre.py
Commit message (Expand)AuthorAgeFilesLines
* - restored 1.5.2 compatibility (sorry, eric)Fredrik Lundh2001-02-181-5/+9
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+4
* String method conversion.Eric S. Raymond2001-02-091-3/+1
* bumped SRE version number to 2.1. cleaned up and added 1.5.2Fredrik Lundh2001-01-161-1/+1
* SRE fixes for 2.1 alpha:Fredrik Lundh2001-01-141-14/+37
* - fixed yet another gcc -pedantic warningFredrik Lundh2000-09-211-0/+5
* -- reset marks if repeat_one tail doesn't matchFredrik Lundh2000-08-071-13/+11
* final 0.9.8 updates:Fredrik Lundh2000-08-011-1/+4
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-011-5/+8
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-9/+24
* - changed sre.Scanner to use lastindex instead of index.Fredrik Lundh2000-07-021-2/+2
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-021-0/+31
* today's SRE update:Fredrik Lundh2000-07-011-1/+1
* the mad patcher strikes again:Fredrik Lundh2000-06-301-0/+13
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-301-11/+11
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-301-1/+1
* - fixed split behaviour on empty matchesFredrik Lundh2000-06-301-9/+6
* - fixed another split problemFredrik Lundh2000-06-291-4/+4
* - fixed splitFredrik Lundh2000-06-291-8/+12
* towards 1.6b1Fredrik Lundh2000-06-291-6/+17
* Fix bug when the replacement template is a callable objectAndrew M. Kuchling2000-06-181-1/+1
* Fredrik Lundh: here's the 96.6% version of SREJeremy Hylton2000-06-011-18/+105
* I know this is only a temporary stop-gap measure, but the match() andGuido van Rossum2000-05-021-2/+1
* Added Fredrik Lundh's sre module and its supporting cast.Guido van Rossum2000-03-311-0/+46