| Commit message (Expand) | Author | Age |
* | #6509: fix re.sub to work properly when the pattern, the string, and the repl... | Ezio Melotti | 2010-03-06 |
* | Merged revisions 66894 via svnmerge from | Benjamin Peterson | 2008-10-14 |
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 |
* | #3231: re.compile fails with some bytes patterns | Antoine Pitrou | 2008-07-22 |
* | Fix 're' to work on bytes. It could do with a few more tests, though. | Thomas Wouters | 2008-03-18 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 |
* | Patch 1280, by Alexandre Vassalotti. | Guido van Rossum | 2007-10-19 |
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 |
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 |
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 |
* | Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than | Gustavo Niemeyer | 2005-09-14 |
* | Complete the previous effort to factor out constant expressions | Raymond Hettinger | 2005-02-28 |
* | Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman. | Gustavo Niemeyer | 2004-09-03 |
* | Applying modified version of patch #1018386, which fixes | Gustavo Niemeyer | 2004-09-03 |
* | PEP 292 classes Template and SafeTemplate are added to the string module. | Barry Warsaw | 2004-08-25 |
* | Simple Optimizations: | Raymond Hettinger | 2004-03-26 |
* | Whitespace normalization. | Tim Peters | 2004-01-18 |
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 |
* | Patch #681152: Support escaped Unicode characters in classes. Fixes #612074. | Martin v. Löwis | 2003-04-19 |
* | SF patch #720991 by Gary Herron: | Guido van Rossum | 2003-04-14 |
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-02 |
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 |
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 |
* | SF #515022 remove unused variable | Neal Norwitz | 2002-02-11 |
* | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 |
* | Improved error msg when a symbolic group name is redefined. Added docs | Tim Peters | 2001-11-03 |
* | SF bug #476912: flag repeated use of the same groupname as | Fredrik Lundh | 2001-11-02 |
* | fixed #449964: sre.sub raises an exception if the template contains a | Fredrik Lundh | 2001-09-18 |
* | Added docstrings by Neal Norwitz. This closes SF bug #450980. | Fred Drake | 2001-09-04 |
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 |
* | detect attempts to repeat anchors (fixes bug #130748) | Fredrik Lundh | 2001-02-18 |
* | - restored 1.5.2 compatibility (sorry, eric) | Fredrik Lundh | 2001-02-18 |
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 |
* | bumped SRE version number to 2.1. cleaned up and added 1.5.2 | Fredrik Lundh | 2001-01-16 |
* | SRE: stricter pattern syntax checking (covers parts of bug #115900) | Fredrik Lundh | 2001-01-14 |
* | SRE fixes for 2.1 alpha: | Fredrik Lundh | 2001-01-14 |
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 |
* | Fixed too ambitious "nothing to repeat" check. Closes bug #114033. | Fredrik Lundh | 2000-10-07 |
* | SRE didn't handle character category followed by hyphen inside a | Fredrik Lundh | 2000-10-07 |
* | Recompile pattern if (?x) flag was found inside the pattern during the | Fredrik Lundh | 2000-10-03 |
* | - don't hang if group id is followed by whitespace (closes bug #114660) | Fredrik Lundh | 2000-09-24 |
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 |
* | SourceForge patch 101396, by an anonymous friend. | Tim Peters | 2000-09-02 |
* | closes bug #112468 (and all the other bugs that surfaced when | Fredrik Lundh | 2000-08-31 |