index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
sre_compile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2
/
+2
*
[Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...
Andrew M. Kuchling
2005-06-02
1
-1
/
+1
*
Complete the previous effort to factor out constant expressions
Raymond Hettinger
2005-02-28
1
-4
/
+15
*
make sure to check for this limit even if we're running with -O
Fredrik Lundh
2004-10-15
1
-2
/
+4
*
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
Martin v. Löwis
2004-05-07
1
-3
/
+5
*
Revert 1.51 booleans so that sre will still run on old pythons.
Raymond Hettinger
2004-03-27
1
-6
/
+6
*
Remove unnecessary test. (Thanks Skip)
Raymond Hettinger
2004-03-26
1
-6
/
+0
*
Simple optimizations:
Raymond Hettinger
2004-03-26
1
-47
/
+69
*
Use True/False instead of 0/1 for character classes.
Martin v. Löwis
2004-03-25
1
-6
/
+6
*
Implemented non-recursive SRE matching.
Gustavo Niemeyer
2003-10-17
1
-0
/
+13
*
Addendum to #764548: restore 2.1 compatibility.
Just van Rossum
2003-07-02
1
-2
/
+8
*
Fix and test for bug #764548:
Just van Rossum
2003-07-02
1
-5
/
+5
*
Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.
Martin v. Löwis
2003-04-19
1
-23
/
+46
*
SF patch #720991 by Gary Herron:
Guido van Rossum
2003-04-14
1
-2
/
+5
*
Fix from SF patch #633359 by Greg Chapman for SF bug #610299:
Guido van Rossum
2003-02-24
1
-1
/
+1
*
Disable big charsets in UCS-4 builds. Works around #599377.
Martin v. Löwis
2002-09-26
1
-0
/
+3
*
made the code match the comments (1.5.2 compatibility)
Fredrik Lundh
2002-06-27
1
-3
/
+3
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-02
1
-1
/
+1
*
Added docstrings by Neal Norwitz. This closes SF bug #450980.
Fred Drake
2001-09-04
1
-0
/
+2
*
Whitespace normalization, plus:
Tim Peters
2001-07-21
1
-1
/
+1
*
Patch #442512: put block indices in the right byte order on bigendian systems.
Martin v. Löwis
2001-07-19
1
-2
/
+5
*
added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x
Fredrik Lundh
2001-07-02
1
-10
/
+71
*
sre 2.1b2 update:
Fredrik Lundh
2001-03-22
1
-7
/
+9
*
- restored 1.5.2 compatibility (sorry, eric)
Fredrik Lundh
2001-02-18
1
-2
/
+0
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0
/
+2
*
from the really-stupid-bug department: uppercase literals should match
Fredrik Lundh
2001-01-15
1
-1
/
+2
*
added "magic" number to the _sre module, to avoid weird errors caused
Fredrik Lundh
2001-01-15
1
-0
/
+2
*
SRE fixes for 2.1 alpha:
Fredrik Lundh
2001-01-14
1
-3
/
+3
*
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
Fredrik Lundh
2000-10-07
1
-1
/
+1
*
-- reset marks if repeat_one tail doesn't match
Fredrik Lundh
2000-08-07
1
-103
/
+153
*
final 0.9.8 updates:
Fredrik Lundh
2000-08-01
1
-25
/
+26
*
-- fixed width calculations for alternations
Fredrik Lundh
2000-08-01
1
-2
/
+3
*
SRE 0.9.8: passes the entire test suite
Fredrik Lundh
2000-08-01
1
-35
/
+29
*
-- SRE 0.9.6 sync. this includes:
Fredrik Lundh
2000-07-23
1
-2
/
+12
*
maintenance release:
Fredrik Lundh
2000-07-05
1
-1
/
+3
*
- fixed grouping error bug
Fredrik Lundh
2000-07-03
1
-6
/
+13
*
- added lookbehind support (?<=pattern), (?<!pattern).
Fredrik Lundh
2000-07-03
1
-12
/
+17
*
- experimental: added two new attributes to the match object:
Fredrik Lundh
2000-07-02
1
-1
/
+7
*
- actually enabled charset anchors in the engine (still not
Fredrik Lundh
2000-07-02
1
-1
/
+1
*
-- use charset bitmaps where appropriate. this gives a 5-10%
Fredrik Lundh
2000-07-02
1
-17
/
+93
*
today's SRE update:
Fredrik Lundh
2000-07-01
1
-1
/
+1
*
- fixed code generation error in multiline mode
Fredrik Lundh
2000-06-30
1
-2
/
+2
*
- reverted to "\x is binary byte"
Fredrik Lundh
2000-06-30
1
-1
/
+1
*
the mad patcher strikes again:
Fredrik Lundh
2000-06-30
1
-4
/
+4
*
- fixed lookahead assertions (#10, #11, #12)
Fredrik Lundh
2000-06-30
1
-50
/
+50
*
- pedantic: make sure "python -t" doesn't complain...
Fredrik Lundh
2000-06-30
1
-153
/
+153
*
- fixed split behaviour on empty matches
Fredrik Lundh
2000-06-30
1
-4
/
+4
*
still trying to figure out how to fix the remaining
Fredrik Lundh
2000-06-29
1
-1
/
+56
*
- fixed another split problem
Fredrik Lundh
2000-06-29
1
-1
/
+0
*
- fixed split
Fredrik Lundh
2000-06-29
1
-93
/
+66
[next]