- 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
- 48f224c Fix bug 126587: matchobject.groupdict() leaks memory because of a missing by Andrew M. Kuchling · 24 years ago
- ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
- 562586e Accept keyword arguments for (most) pattern and match object by Fredrik Lundh · 24 years ago
- 65d4bc6 Fixed negative lookahead/lookbehind. Closes bug #115618. by Fredrik Lundh · 24 years ago
- d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
- 5644b7f - fixed yet another gcc -pedantic warning by Fredrik Lundh · 24 years ago
- 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 24 years ago
- e67d8e5 oops. accidentally reintroduced a memory leak. put the bugfix back. by Fredrik Lundh · 24 years ago
- 33accc1 don't mistake memory errors (including reaching the recursion limit) by Fredrik Lundh · 24 years ago
- 152fbe8 pattern_findall(): Plug small memory leak discovered by Insure. by Barry Warsaw · 24 years ago
- 239548f The sre test suite currently overruns the stack on Win64, Linux64, and Monterey by Trent Mick · 24 years ago
- 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
- 0d15908 Added a missing } in the USE_STACKCHECK code. by Jack Jansen · 24 years ago
- 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
- 18c2aa2 + if USE_STACKCHECK is defined, use PyOS_CheckStack to look by Fredrik Lundh · 24 years ago
- 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
- e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
- 2f2c67d -- fixed width calculations for alternations by Fredrik Lundh · 24 years ago
- 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
- 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
- 2855290 maintenance release: by Fredrik Lundh · 24 years ago
- 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
- 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
- c230173 - experimental: added two new attributes to the match object: by Fredrik Lundh · 24 years ago
- 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
- 3562f11 -- use charset bitmaps where appropriate. this gives a 5-10% by Fredrik Lundh · 24 years ago
- c13222c - fixed "{ in any other context" bug by Fredrik Lundh · 24 years ago
- 22d2546 today's SRE update: by Fredrik Lundh · 24 years ago
- ef34bd2 -- changed $ to match before a trailing newline, even by Fredrik Lundh · 24 years ago
- 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
- 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
- df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago
- 01016fe - fixed split behaviour on empty matches by Fredrik Lundh · 24 years ago
- 29c08be still trying to figure out how to fix the remaining by Fredrik Lundh · 24 years ago
- 8094611 - fixed another split problem (those semantics are weird...) by Fredrik Lundh · 24 years ago
- be2211e - fixed split by Fredrik Lundh · 24 years ago
- b389df3 - renamed "tolower" hook (it happened to work with by Fredrik Lundh · 24 years ago
- 75f2d67 - last patch broke parse_template; fixed by changing some by Fredrik Lundh · 24 years ago
- 6c68dc7 - removed "alpha only" licensing restriction by Fredrik Lundh · 24 years ago
- 436c3d5 towards 1.6b1 by Fredrik Lundh · 24 years ago
- b1aa195 Fredrik Lundh: here's the 96.6% version of SRE by Jeremy Hylton · 24 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 2953088 Remove CRLF line endings. by Guido van Rossum · 25 years ago
- b700df9 Adding Fredrik Lundh's _sre.c module and its header files. by Guido van Rossum · 25 years ago