| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 1 | -16/+58 |
|
|
* | SF patch 404928: Support for next Cygwin gcc (2.95.2-8) | Tim Peters | 2001-02-28 | 1 | -4/+1 |
|
|
* | bumped SRE version number to 2.1. cleaned up and added 1.5.2 | Fredrik Lundh | 2001-01-16 | 1 | -25/+41 |
|
|
* | fixed a memory leak in pattern cleanup (patch #103248 by cgw) | Fredrik Lundh | 2001-01-16 | 1 | -2/+6 |
|
|
* | added "magic" number to the _sre module, to avoid weird errors caused | Fredrik Lundh | 2001-01-15 | 1 | -1/+9 |
|
|
* | -- don't use recursion for unbounded non-greedy repeat | Fredrik Lundh | 2001-01-14 | 1 | -2/+13 |
|
|
* | SRE fixes for 2.1 alpha: | Fredrik Lundh | 2001-01-14 | 1 | -23/+33 |
|
|
* | Fix bug 126587: matchobject.groupdict() leaks memory because of a missing | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+1 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 1 | -15/+18 |
|
|
* | Accept keyword arguments for (most) pattern and match object | Fredrik Lundh | 2000-10-03 | 1 | -31/+45 |
|
|
* | Fixed negative lookahead/lookbehind. Closes bug #115618. | Fredrik Lundh | 2000-10-03 | 1 | -4/+1 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -6/+0 |
|
|
* | - fixed yet another gcc -pedantic warning | Fredrik Lundh | 2000-09-21 | 1 | -16/+47 |
|
|
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 1 | -16/+4 |
|
|
* | oops. accidentally reintroduced a memory leak. put the bugfix back. | Fredrik Lundh | 2000-08-27 | 1 | -3/+4 |
|
|
* | don't mistake memory errors (including reaching the recursion limit) | Fredrik Lundh | 2000-08-27 | 1 | -18/+24 |
|
|
* | pattern_findall(): Plug small memory leak discovered by Insure. | Barry Warsaw | 2000-08-18 | 1 | -3/+3 |
|
|
* | 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 |
|
|