summaryrefslogtreecommitdiff
path: root/Lib/sre_compile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19329: Optimized compiling charsets in regular expressions.Serhiy Storchaka2013-10-271-135/+99
* Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-5/+5
|\
| * Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-5/+5
* | Issue #19387: explain and test the sre overlap tableAntoine Pitrou2013-10-251-6/+22
* | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-1/+1
|\ \ | |/
| * Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-1/+1
| * Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0Serhiy Storchaka2013-09-201-1/+0
* | Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-191-2/+0
|\ \ | |/
| * Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-191-2/+0
* | Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...Serhiy Storchaka2013-08-031-2/+2
|\ \ | |/
| * Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...Serhiy Storchaka2013-08-031-2/+2
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | Issue #17516: remove dead codeVictor Stinner2013-03-261-7/+0
|/
* Issue #13169: The maximal repetition number in a regular expression has beenSerhiy Storchaka2013-02-161-1/+3
|\
| * #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-041-1/+3
* | Issue #13169: The maximal repetition number in a regular expression has beenSerhiy Storchaka2013-02-161-0/+1
|/
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-1/+1
* Merged revisions 66894 via svnmerge fromBenjamin Peterson2008-10-141-6/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-2/+1
* Fix 're' to work on bytes. It could do with a few more tests, though.Thomas Wouters2008-03-181-1/+1
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-5/+5
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-1/+1
* Creating an array with a bytes object as initializerGuido van Rossum2007-07-031-0/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-11/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...Andrew M. Kuchling2005-06-021-1/+1
* Complete the previous effort to factor out constant expressionsRaymond Hettinger2005-02-281-4/+15
* make sure to check for this limit even if we're running with -OFredrik Lundh2004-10-151-2/+4
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-071-3/+5
* Revert 1.51 booleans so that sre will still run on old pythons.Raymond Hettinger2004-03-271-6/+6
* Remove unnecessary test. (Thanks Skip)Raymond Hettinger2004-03-261-6/+0
* Simple optimizations:Raymond Hettinger2004-03-261-47/+69
* Use True/False instead of 0/1 for character classes.Martin v. Löwis2004-03-251-6/+6
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-0/+13
* Addendum to #764548: restore 2.1 compatibility.Just van Rossum2003-07-021-2/+8
* Fix and test for bug #764548:Just van Rossum2003-07-021-5/+5
* Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.Martin v. Löwis2003-04-191-23/+46
* SF patch #720991 by Gary Herron:Guido van Rossum2003-04-141-2/+5
* Fix from SF patch #633359 by Greg Chapman for SF bug #610299:Guido van Rossum2003-02-241-1/+1
* Disable big charsets in UCS-4 builds. Works around #599377.Martin v. Löwis2002-09-261-0/+3
* made the code match the comments (1.5.2 compatibility)Fredrik Lundh2002-06-271-3/+3
* Replace boolean test with is None.Raymond Hettinger2002-06-021-1/+1
* Added docstrings by Neal Norwitz. This closes SF bug #450980.Fred Drake2001-09-041-0/+2
* Whitespace normalization, plus:Tim Peters2001-07-211-1/+1
* Patch #442512: put block indices in the right byte order on bigendian systems.Martin v. Löwis2001-07-191-2/+5
* added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2xFredrik Lundh2001-07-021-10/+71