summaryrefslogtreecommitdiffstats
path: root/Modules/_sre.c
Commit message (Expand)AuthorAgeFilesLines
* -- changed $ to match before a trailing newline, evenFredrik Lundh2000-06-301-1/+3
* the mad patcher strikes again:Fredrik Lundh2000-06-301-25/+24
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-301-7/+18
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-301-18/+23
* - fixed split behaviour on empty matchesFredrik Lundh2000-06-301-3/+3
* still trying to figure out how to fix the remainingFredrik Lundh2000-06-291-12/+78
* - fixed another split problemFredrik Lundh2000-06-291-6/+17
* - fixed splitFredrik Lundh2000-06-291-26/+32
* - renamed "tolower" hook (it happened to work withFredrik Lundh2000-06-291-19/+19
* - last patch broke parse_template; fixed by changing someFredrik Lundh2000-06-291-87/+141
* - removed "alpha only" licensing restrictionFredrik Lundh2000-06-291-10/+1
* towards 1.6b1Fredrik Lundh2000-06-291-248/+386
* Fredrik Lundh: here's the 96.6% version of SREJeremy Hylton2000-06-011-188/+448
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Remove CRLF line endings.Guido van Rossum2000-04-101-2/+2
* Adding Fredrik Lundh's _sre.c module and its header files.Guido van Rossum2000-03-311-0/+1453