summaryrefslogtreecommitdiffstats
path: root/Lib/sre.py
Commit message (Expand)AuthorAgeFilesLines
* - 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