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
/
Modules
/
_sre.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The sre test suite currently overruns the stack on Win64, Linux64, and Monterey
Trent Mick
2000-08-16
1
-2/+11
*
-- changed findall to return empty strings instead of None
Fredrik Lundh
2000-08-09
1
-11/+11
*
Added a missing } in the USE_STACKCHECK code.
Jack Jansen
2000-08-07
1
-0/+1
*
-- reset marks if repeat_one tail doesn't match
Fredrik Lundh
2000-08-07
1
-93/+128
*
+ if USE_STACKCHECK is defined, use PyOS_CheckStack to look
Fredrik Lundh
2000-08-07
1
-0/+7
*
-- added recursion limit (currently ~10,000 levels)
Fredrik Lundh
2000-08-03
1
-156/+172
*
final 0.9.8 updates:
Fredrik Lundh
2000-08-01
1
-15/+46
*
-- fixed width calculations for alternations
Fredrik Lundh
2000-08-01
1
-28/+189
*
SRE 0.9.8: passes the entire test suite
Fredrik Lundh
2000-08-01
1
-448/+295
*
-- SRE 0.9.6 sync. this includes:
Fredrik Lundh
2000-07-23
1
-1096/+1189
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1/+1
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
1
-1/+1
*
maintenance release:
Fredrik Lundh
2000-07-05
1
-32/+31
*
- fixed grouping error bug
Fredrik Lundh
2000-07-03
1
-16/+33
*
- added lookbehind support (?<=pattern), (?<!pattern).
Fredrik Lundh
2000-07-03
1
-55/+77
*
- experimental: added two new attributes to the match object:
Fredrik Lundh
2000-07-02
1
-12/+28
*
- actually enabled charset anchors in the engine (still not
Fredrik Lundh
2000-07-02
1
-4/+26
*
-- use charset bitmaps where appropriate. this gives a 5-10%
Fredrik Lundh
2000-07-02
1
-18/+45
*
- fixed "{ in any other context" bug
Fredrik Lundh
2000-07-01
1
-1/+4
*
today's SRE update:
Fredrik Lundh
2000-07-01
1
-4/+11
*
-- changed $ to match before a trailing newline, even
Fredrik Lundh
2000-06-30
1
-1/+3
*
the mad patcher strikes again:
Fredrik Lundh
2000-06-30
1
-25/+24
*
- fixed lookahead assertions (#10, #11, #12)
Fredrik Lundh
2000-06-30
1
-7/+18
*
- fixed default value handling in group/groupdict
Fredrik Lundh
2000-06-30
1
-18/+23
*
- fixed split behaviour on empty matches
Fredrik Lundh
2000-06-30
1
-3/+3
*
still trying to figure out how to fix the remaining
Fredrik Lundh
2000-06-29
1
-12/+78
*
- fixed another split problem
Fredrik Lundh
2000-06-29
1
-6/+17
*
- fixed split
Fredrik Lundh
2000-06-29
1
-26/+32
*
- renamed "tolower" hook (it happened to work with
Fredrik Lundh
2000-06-29
1
-19/+19
*
- last patch broke parse_template; fixed by changing some
Fredrik Lundh
2000-06-29
1
-87/+141
*
- removed "alpha only" licensing restriction
Fredrik Lundh
2000-06-29
1
-10/+1
*
towards 1.6b1
Fredrik Lundh
2000-06-29
1
-248/+386
*
Fredrik Lundh: here's the 96.6% version of SRE
Jeremy Hylton
2000-06-01
1
-188/+448
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-4/+4
*
Remove CRLF line endings.
Guido van Rossum
2000-04-10
1
-2/+2
*
Adding Fredrik Lundh's _sre.c module and its header files.
Guido van Rossum
2000-03-31
1
-0/+1453
[prev]