summaryrefslogtreecommitdiff
path: root/Lib/sre.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-211-0/+3
* Spel compatibility write.Neal Norwitz2006-03-161-1/+1
* Add back an sre.py that should be backwards compatible except for the warning.Neal Norwitz2006-03-161-0/+10
* Rename sre.py -> re.pyNeal Norwitz2006-03-161-315/+0
* Speed-up escape()Raymond Hettinger2005-09-121-1/+7
* Granted Noam Raphael's request for minor improvements to the re module andRaymond Hettinger2004-09-241-4/+4
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-251-8/+1
* [Bug #990792] Mention that repl can be a callableAndrew M. Kuchling2004-08-071-2/+6
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-2/+3
* Addendum to #764548: restore 2.1 compatibility.Just van Rossum2003-07-021-1/+1
* Fix and test for bug #764548:Just van Rossum2003-07-021-2/+2
* Add finditer to __all__ (when defining it at all).Guido van Rossum2002-10-141-0/+1
* added finditer sanity checkFredrik Lundh2001-10-281-3/+2
* (experimental) "finditer" method/function. this works pretty muchFredrik Lundh2001-10-241-0/+10
* fixed character set description in docstring (SRE uses PythonFredrik Lundh2001-10-211-80/+15
* sre.Scanner fixes (from Greg Chapman). also added a Scanner sanityFredrik Lundh2001-10-211-5/+6
* rewrote the pattern.sub and pattern.subn methods in CFredrik Lundh2001-10-211-17/+25
* SRE bug #441409:Fredrik Lundh2001-10-181-3/+7
* fixed #449964: sre.sub raises an exception if the template contains aFredrik Lundh2001-09-181-5/+7
* an SRE bugfix a day keeps Guido away...Fredrik Lundh2001-09-181-4/+7
* Convert docstring to "raw" string.Fred Drake2001-09-041-13/+13
* Added docstrings by Neal Norwitz. This closes SF bug #450980.Fred Drake2001-09-041-0/+81
* Disable the sub() optimization until Fredrik has time to look into SFGuido van Rossum2001-08-101-0/+1
* map re.sub() to string.replace(), when possibleFredrik Lundh2001-07-081-12/+17
* bug #436596Fredrik Lundh2001-07-061-2/+2
* sre 2.1b2 update:Fredrik Lundh2001-03-221-1/+21
* - 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