| Commit message (Expand) | Author | Age | Files | Lines |
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -1/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | PEP 292 classes Template and SafeTemplate are added to the string module. | Barry Warsaw | 2004-08-25 | 1 | -2/+1 |
|
|
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 | 1 | -2/+3 |
|
|
* | Let library modules use the new keyword arguments for list.sort(). | Raymond Hettinger | 2003-10-16 | 1 | -1/+1 |
|
|
* | Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. | Martin v. Löwis | 2003-04-19 | 1 | -1/+1 |
|
|
* | SF patch #720991 by Gary Herron: | Guido van Rossum | 2003-04-14 | 1 | -1/+3 |
|
|
* | Added docstrings by Neal Norwitz. This closes SF bug #450980. | Fred Drake | 2001-09-04 | 1 | -0/+2 |
|
|
* | added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x | Fredrik Lundh | 2001-07-02 | 1 | -2/+3 |
|
|
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 1 | -2/+18 |
|
|
* | - restored 1.5.2 compatibility (sorry, eric) | Fredrik Lundh | 2001-02-18 | 1 | -1/+2 |
|
|
* | removed __all__ - should probably rename makedict to _makedict unless it is | Skip Montanaro | 2001-02-18 | 1 | -6/+0 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+6 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
|
|
* | added "magic" number to the _sre module, to avoid weird errors caused | Fredrik Lundh | 2001-01-15 | 1 | -0/+9 |
|
|
* | SRE fixes for 2.1 alpha: | Fredrik Lundh | 2001-01-14 | 1 | -4/+7 |
|
|
* | Fixed too ambitious "nothing to repeat" check. Closes bug #114033. | Fredrik Lundh | 2000-10-07 | 1 | -0/+2 |
|
|
* | final 0.9.8 updates: | Fredrik Lundh | 2000-08-01 | 1 | -1/+2 |
|
|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 1 | -10/+8 |
|
|
* | -- SRE 0.9.6 sync. this includes: | Fredrik Lundh | 2000-07-23 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | - fixed grouping error bug | Fredrik Lundh | 2000-07-03 | 1 | -4/+4 |
|
|
* | - actually enabled charset anchors in the engine (still not | Fredrik Lundh | 2000-07-02 | 1 | -0/+2 |
|
|
* | -- use charset bitmaps where appropriate. this gives a 5-10% | Fredrik Lundh | 2000-07-02 | 1 | -7/+20 |
|
|
* | today's SRE update: | Fredrik Lundh | 2000-07-01 | 1 | -1/+1 |
|
|
* | - fixed lookahead assertions (#10, #11, #12) | Fredrik Lundh | 2000-06-30 | 1 | -8/+24 |
|
|
* | - fixed another split problem | Fredrik Lundh | 2000-06-29 | 1 | -1/+0 |
|
|
* | - removed "alpha only" licensing restriction | Fredrik Lundh | 2000-06-29 | 1 | -3/+0 |
|
|
* | towards 1.6b1 | Fredrik Lundh | 2000-06-29 | 1 | -22/+50 |
|
|
* | Fredrik Lundh: here's the 96.6% version of SRE | Jeremy Hylton | 2000-06-01 | 1 | -27/+68 |
|
|
* | Fredrik Lundh: new snapshot. Mostly reindented. | Guido van Rossum | 2000-04-10 | 1 | -1/+1 |
|
|
* | This patch looks large, but it just deletes the ^M characters and | Andrew M. Kuchling | 2000-04-02 | 1 | -1/+1 |
|
|
* | Added Fredrik Lundh's sre module and its supporting cast. | Guido van Rossum | 2000-03-31 | 1 | -0/+131 |
|
|