- b92ed7c #6509: fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou. by Ezio Melotti · 15 years ago
- 6c940d6 Merged revisions 66894 via svnmerge from by Benjamin Peterson · 16 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
- 22628c4 #3231: re.compile fails with some bytes patterns by Antoine Pitrou · 16 years ago
- 40a088d Fix 're' to work on bytes. It could do with a few more tests, though. by Thomas Wouters · 17 years ago
- a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
- d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
- ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
- 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
- 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 19 years ago
- 049ade2 Complete the previous effort to factor out constant expressions by Raymond Hettinger · 20 years ago
- f5a1599 Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman. by Gustavo Niemeyer · 20 years ago
- a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 20 years ago
- 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
- 968c56a Simple Optimizations: by Raymond Hettinger · 21 years ago
- 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
- ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
- 53d93ad Patch #681152: Support escaped Unicode characters in classes. Fixes #612074. by Martin v. Löwis · 22 years ago
- 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 22 years ago
- f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
- 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
- 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
- f7fdedc SF #515022 remove unused variable by Neal Norwitz · 23 years ago
- 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
- 7533587 Improved error msg when a symbolic group name is redefined. Added docs by Tim Peters · 23 years ago
- 8a0232d SF bug #476912: flag repeated use of the same groupname as by Fredrik Lundh · 23 years ago
- 59b6865 fixed #449964: sre.sub raises an exception if the template contains a by Fredrik Lundh · 23 years ago
- b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
- b25e1ad sre 2.1b2 update: by Fredrik Lundh · 24 years ago
- c0c7ee3 detect attempts to repeat anchors (fixes bug #130748) by Fredrik Lundh · 24 years ago
- f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 24 years ago
- 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
- fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
- 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
- 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
- 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
- ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
- 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
- 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 24 years ago
- d11b5e5 Recompile pattern if (?x) flag was found inside the pattern during the by Fredrik Lundh · 24 years ago
- 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
- 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
- 1728942 SourceForge patch 101396, by an anonymous friend. by Tim Peters · 24 years ago
- 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
- 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
- e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
- 2f2c67d -- fixed width calculations for alternations by Fredrik Lundh · 24 years ago
- 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
- 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
- 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
- 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
- c230173 - experimental: added two new attributes to the match object: by Fredrik Lundh · 24 years ago
- 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
- 3562f11 -- use charset bitmaps where appropriate. this gives a 5-10% by Fredrik Lundh · 24 years ago
- c13222c - fixed "{ in any other context" bug by Fredrik Lundh · 24 years ago
- 22d2546 today's SRE update: by Fredrik Lundh · 24 years ago
- 55a4f4a - fixed code generation error in multiline mode by Fredrik Lundh · 24 years ago
- 4ccea94 - reverted to "\x is binary byte" by Fredrik Lundh · 24 years ago
- 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
- 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
- b71624e - added support for (?P=name) (closes #3 and #7 from the status report) by Fredrik Lundh · 24 years ago
- 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
- 01016fe - fixed split behaviour on empty matches by Fredrik Lundh · 24 years ago
- 8094611 - fixed another split problem (those semantics are weird...) by Fredrik Lundh · 24 years ago
- 4781b07 - make sure group names are valid identifiers by Fredrik Lundh · 24 years ago
- 75f2d67 - last patch broke parse_template; fixed by changing some by Fredrik Lundh · 24 years ago
- 6c68dc7 - removed "alpha only" licensing restriction by Fredrik Lundh · 24 years ago
- 436c3d58 towards 1.6b1 by Fredrik Lundh · 24 years ago
- 815d5b9 Patch from /F: this patch brings the CVS version of SRE in sync with the by Andrew M. Kuchling · 24 years ago
- b81e70e Fredrik Lundh: new snapshot. Mostly reindented. by Guido van Rossum · 25 years ago
- e3ba931 This patch looks large, but it just deletes the ^M characters and by Andrew M. Kuchling · 25 years ago
- 7627c0d Added Fredrik Lundh's sre module and its supporting cast. by Guido van Rossum · 25 years ago