index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
sre_parse.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-18/+12
*
bumped SRE version number to 2.1. cleaned up and added 1.5.2
Fredrik Lundh
2001-01-16
1
-11/+17
*
SRE: stricter pattern syntax checking (covers parts of bug #115900)
Fredrik Lundh
2001-01-14
1
-7/+17
*
SRE fixes for 2.1 alpha:
Fredrik Lundh
2001-01-14
1
-9/+9
*
-- properly reset groups in findall (bug #117612)
Fredrik Lundh
2000-10-28
1
-2/+12
*
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
Fredrik Lundh
2000-10-07
1
-2/+0
*
SRE didn't handle character category followed by hyphen inside a
Fredrik Lundh
2000-10-07
1
-0/+2
*
Recompile pattern if (?x) flag was found inside the pattern during the
Fredrik Lundh
2000-10-03
1
-0/+5
*
- don't hang if group id is followed by whitespace (closes bug #114660)
Fredrik Lundh
2000-09-24
1
-1/+1
*
-- tightened up parsing of octal numbers
Fredrik Lundh
2000-09-02
1
-8/+8
*
SourceForge patch 101396, by an anonymous friend.
Tim Peters
2000-09-02
1
-1/+1
*
closes bug #112468 (and all the other bugs that surfaced when
Fredrik Lundh
2000-08-31
1
-28/+47
*
-- reset marks if repeat_one tail doesn't match
Fredrik Lundh
2000-08-07
1
-4/+4
*
final 0.9.8 updates:
Fredrik Lundh
2000-08-01
1
-1/+1
*
-- fixed width calculations for alternations
Fredrik Lundh
2000-08-01
1
-5/+5
*
SRE 0.9.8: passes the entire test suite
Fredrik Lundh
2000-08-01
1
-5/+1
*
-- SRE 0.9.6 sync. this includes:
Fredrik Lundh
2000-07-23
1
-76/+79
*
- fixed grouping error bug
Fredrik Lundh
2000-07-03
1
-2/+2
*
- added lookbehind support (?<=pattern), (?<!pattern).
Fredrik Lundh
2000-07-03
1
-3/+9
*
- experimental: added two new attributes to the match object:
Fredrik Lundh
2000-07-02
1
-0/+2
*
- actually enabled charset anchors in the engine (still not
Fredrik Lundh
2000-07-02
1
-0/+17
*
-- use charset bitmaps where appropriate. this gives a 5-10%
Fredrik Lundh
2000-07-02
1
-4/+3
*
- fixed "{ in any other context" bug
Fredrik Lundh
2000-07-01
1
-12/+15
*
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
-5/+6
*
- reverted to "\x is binary byte"
Fredrik Lundh
2000-06-30
1
-4/+5
*
the mad patcher strikes again:
Fredrik Lundh
2000-06-30
1
-35/+31
*
- fixed lookahead assertions (#10, #11, #12)
Fredrik Lundh
2000-06-30
1
-0/+19
*
- added support for (?P=name)
Fredrik Lundh
2000-06-30
1
-4/+17
*
- pedantic: make sure "python -t" doesn't complain...
Fredrik Lundh
2000-06-30
1
-418/+418
*
- fixed split behaviour on empty matches
Fredrik Lundh
2000-06-30
1
-26/+42
*
- fixed another split problem
Fredrik Lundh
2000-06-29
1
-1/+0
*
- make sure group names are valid identifiers
Fredrik Lundh
2000-06-29
1
-5/+25
*
- last patch broke parse_template; fixed by changing some
Fredrik Lundh
2000-06-29
1
-10/+10
*
- removed "alpha only" licensing restriction
Fredrik Lundh
2000-06-29
1
-46/+13
*
towards 1.6b1
Fredrik Lundh
2000-06-29
1
-35/+78
*
Patch from /F: this patch brings the CVS version of SRE in sync with the
Andrew M. Kuchling
2000-06-09
1
-118/+178
*
Fredrik Lundh: new snapshot. Mostly reindented.
Guido van Rossum
2000-04-10
1
-359/+364
*
This patch looks large, but it just deletes the ^M characters and
Andrew M. Kuchling
2000-04-02
1
-357/+357
*
Added Fredrik Lundh's sre module and its supporting cast.
Guido van Rossum
2000-03-31
1
-0/+492
[prev]