| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Cray fixup as seen in bug #558153. | Michael W. Hudson | 2002-07-31 | 1 | -2/+2 | 
| *  | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -2/+1 | 
| *  | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -3/+3 | 
| *  | SF #561244 Micro optimizations | Neal Norwitz | 2002-06-13 | 1 | -4/+1 | 
| *  | Revert use of METH_OLDARGS (use 0) to support 1.5.2 | Neal Norwitz | 2002-03-31 | 1 | -2/+4 | 
| *  | Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags | Neal Norwitz | 2002-03-31 | 1 | -5/+5 | 
| *  | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 | 1 | -19/+11 | 
| *  | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -3/+3 | 
| *  | Fix for #489672 (Neil Norwitz): memory leak in test_sre. | Guido van Rossum | 2001-12-07 | 1 | -1/+4 | 
| *  | (experimental) "finditer" method/function.  this works pretty much | Fredrik Lundh | 2001-10-24 | 1 | -0/+28 | 
| *  | another major speedup: let sre.sub/subn check for escapes in the | Fredrik Lundh | 2001-10-22 | 1 | -30/+89 | 
| *  | sre.split should return the last segment, even if empty | Fredrik Lundh | 2001-10-22 | 1 | -11/+10 | 
| *  | fixed character set description in docstring (SRE uses Python | Fredrik Lundh | 2001-10-21 | 1 | -96/+41 | 
| *  | sre.Scanner fixes (from Greg Chapman).  also added a Scanner sanity | Fredrik Lundh | 2001-10-21 | 1 | -0/+17 | 
| *  | rewrote the pattern.sub and pattern.subn methods in C | Fredrik Lundh | 2001-10-21 | 1 | -113/+306 | 
| *  | rewrote the pattern.split method in C | Fredrik Lundh | 2001-10-20 | 1 | -12/+136 | 
| *  | SRE bug #441409: | Fredrik Lundh | 2001-10-18 | 1 | -1/+3 | 
| *  | fixed #449964: sre.sub raises an exception if the template contains a | Fredrik Lundh | 2001-09-18 | 1 | -12/+16 | 
| *  | an SRE bugfix a day keeps Guido away... | Fredrik Lundh | 2001-09-18 | 1 | -9/+14 | 
| *  | Removed unreachable return to silence SGI compiler. | Sjoerd Mullender | 2001-08-30 | 1 | -2/+1 | 
| *  | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -1/+1 | 
| *  | init_sre(): Plug a little leak reported by Insure. | Barry Warsaw | 2001-08-16 | 1 | -2/+5 | 
| *  | map re.sub() to string.replace(), when possible | Fredrik Lundh | 2001-07-08 | 1 | -0/+23 | 
| *  | bug #416670 | Fredrik Lundh | 2001-07-03 | 1 | -16/+87 | 
| *  | reapplied darryl gallion's minimizing repeat fix.  I'm still not 100% | Fredrik Lundh | 2001-07-02 | 1 | -1/+1 | 
| *  | pythonware repository roundtrip (untabification) | Fredrik Lundh | 2001-07-02 | 1 | -12/+13 | 
| *  | added martin's BIGCHARSET patch to SRE 2.1.1.  martin reports 2x | Fredrik Lundh | 2001-07-02 | 1 | -0/+13 | 
| *  | merged with pythonware's SRE 2.1.1 codebase | Fredrik Lundh | 2001-07-02 | 1 | -2/+92 | 
| *  | SRE: made "copyright" string static, to avoid potential linking | Fredrik Lundh | 2001-04-15 | 1 | -1/+8 | 
| *  | 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 |