| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #1675967: re patterns pickled with older Python versions can | Žiga Seilnacht | 2007-03-21 | 1 | -0/+3 |
|
|
* | Spel compatibility write. | Neal Norwitz | 2006-03-16 | 1 | -1/+1 |
|
|
* | Add back an sre.py that should be backwards compatible except for the warning. | Neal Norwitz | 2006-03-16 | 1 | -0/+10 |
|
|
* | Rename sre.py -> re.py | Neal Norwitz | 2006-03-16 | 1 | -315/+0 |
|
|
* | Speed-up escape() | Raymond Hettinger | 2005-09-12 | 1 | -1/+7 |
|
|
* | Granted Noam Raphael's request for minor improvements to the re module and | Raymond Hettinger | 2004-09-24 | 1 | -4/+4 |
|
|
* | PEP 292 classes Template and SafeTemplate are added to the string module. | Barry Warsaw | 2004-08-25 | 1 | -8/+1 |
|
|
* | [Bug #990792] Mention that repl can be a callable | Andrew M. Kuchling | 2004-08-07 | 1 | -2/+6 |
|
|
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -2/+3 |
|
|
* | Addendum to #764548: restore 2.1 compatibility. | Just van Rossum | 2003-07-02 | 1 | -1/+1 |
|
|
* | Fix and test for bug #764548: | Just van Rossum | 2003-07-02 | 1 | -2/+2 |
|
|
* | Add finditer to __all__ (when defining it at all). | Guido van Rossum | 2002-10-14 | 1 | -0/+1 |
|
|
* | added finditer sanity check | Fredrik Lundh | 2001-10-28 | 1 | -3/+2 |
|
|
* | (experimental) "finditer" method/function. this works pretty much | Fredrik Lundh | 2001-10-24 | 1 | -0/+10 |
|
|
* | fixed character set description in docstring (SRE uses Python | Fredrik Lundh | 2001-10-21 | 1 | -80/+15 |
|
|
* | sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity | Fredrik Lundh | 2001-10-21 | 1 | -5/+6 |
|
|
* | rewrote the pattern.sub and pattern.subn methods in C | Fredrik Lundh | 2001-10-21 | 1 | -17/+25 |
|
|
* | SRE bug #441409: | Fredrik Lundh | 2001-10-18 | 1 | -3/+7 |
|
|
* | fixed #449964: sre.sub raises an exception if the template contains a | Fredrik Lundh | 2001-09-18 | 1 | -5/+7 |
|
|
* | an SRE bugfix a day keeps Guido away... | Fredrik Lundh | 2001-09-18 | 1 | -4/+7 |
|
|
* | Convert docstring to "raw" string. | Fred Drake | 2001-09-04 | 1 | -13/+13 |
|
|
* | Added docstrings by Neal Norwitz. This closes SF bug #450980. | Fred Drake | 2001-09-04 | 1 | -0/+81 |
|
|
* | Disable the sub() optimization until Fredrik has time to look into SF | Guido van Rossum | 2001-08-10 | 1 | -0/+1 |
|
|
* | map re.sub() to string.replace(), when possible | Fredrik Lundh | 2001-07-08 | 1 | -12/+17 |
|
|
* | bug #436596 | Fredrik Lundh | 2001-07-06 | 1 | -2/+2 |
|
|
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 1 | -1/+21 |
|
|
* | - restored 1.5.2 compatibility (sorry, eric) | Fredrik Lundh | 2001-02-18 | 1 | -5/+9 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+4 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+1 |
|
|
* | bumped SRE version number to 2.1. cleaned up and added 1.5.2 | Fredrik Lundh | 2001-01-16 | 1 | -1/+1 |
|
|
* | SRE fixes for 2.1 alpha: | Fredrik Lundh | 2001-01-14 | 1 | -14/+37 |
|
|
* | - fixed yet another gcc -pedantic warning | Fredrik Lundh | 2000-09-21 | 1 | -0/+5 |
|
|
* | -- reset marks if repeat_one tail doesn't match | Fredrik Lundh | 2000-08-07 | 1 | -13/+11 |
|
|
* | final 0.9.8 updates: | Fredrik Lundh | 2000-08-01 | 1 | -1/+4 |
|
|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 1 | -5/+8 |
|
|
* | -- SRE 0.9.6 sync. this includes: | Fredrik Lundh | 2000-07-23 | 1 | -9/+24 |
|
|
* | - changed sre.Scanner to use lastindex instead of index. | Fredrik Lundh | 2000-07-02 | 1 | -2/+2 |
|
|
* | - actually enabled charset anchors in the engine (still not | Fredrik Lundh | 2000-07-02 | 1 | -0/+31 |
|
|
* | today's SRE update: | Fredrik Lundh | 2000-07-01 | 1 | -1/+1 |
|
|
* | the mad patcher strikes again: | Fredrik Lundh | 2000-06-30 | 1 | -0/+13 |
|
|
* | - pedantic: make sure "python -t" doesn't complain... | Fredrik Lundh | 2000-06-30 | 1 | -11/+11 |
|
|
* | - fixed default value handling in group/groupdict | Fredrik Lundh | 2000-06-30 | 1 | -1/+1 |
|
|
* | - fixed split behaviour on empty matches | Fredrik Lundh | 2000-06-30 | 1 | -9/+6 |
|
|
* | - fixed another split problem | Fredrik Lundh | 2000-06-29 | 1 | -4/+4 |
|
|
* | - fixed split | Fredrik Lundh | 2000-06-29 | 1 | -8/+12 |
|
|
* | towards 1.6b1 | Fredrik Lundh | 2000-06-29 | 1 | -6/+17 |
|
|
* | Fix bug when the replacement template is a callable object | Andrew M. Kuchling | 2000-06-18 | 1 | -1/+1 |
|
|
* | Fredrik Lundh: here's the 96.6% version of SRE | Jeremy Hylton | 2000-06-01 | 1 | -18/+105 |
|
|
* | I know this is only a temporary stop-gap measure, but the match() and | Guido van Rossum | 2000-05-02 | 1 | -2/+1 |
|
|
* | Added Fredrik Lundh's sre module and its supporting cast. | Guido van Rossum | 2000-03-31 | 1 | -0/+46 |
|
|