| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing bug #1072259 in SRE. | Gustavo Niemeyer | 2004-12-02 | 1 | -7/+10 |
|
|
* | Add docstrings for regular expression objects and methods. | Raymond Hettinger | 2004-09-24 | 1 | -8/+51 |
|
|
* | Fixing bug #817234, which made SRE get into an infinite loop on | Gustavo Niemeyer | 2004-09-03 | 1 | -5/+3 |
|
|
* | Moved SunPro warning suppression into pyport.h and out of individual | Nicholas Bastin | 2004-07-15 | 1 | -4/+0 |
|
|
* | Fixed end-of-loop code not reached warning when using SunPro C | Nicholas Bastin | 2004-06-17 | 1 | -0/+4 |
|
|
* | Add weakref support to sockets and re pattern objects. | Raymond Hettinger | 2004-05-31 | 1 | -1/+24 |
|
|
* | - Fixing annoying warnings. | Gustavo Niemeyer | 2004-02-14 | 1 | -7/+10 |
|
|
* | Cleaning up recursive pieces left in the reorganization. | Gustavo Niemeyer | 2003-12-13 | 1 | -119/+16 |
|
|
* | Removing dead code. | Gustavo Niemeyer | 2003-10-18 | 1 | -11/+0 |
|
|
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 | 1 | -439/+741 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -5/+5 |
|
|
* | Fixing bug described in patch #756032, where SRE reads invalid data | Gustavo Niemeyer | 2003-06-26 | 1 | -1/+1 |
|
|
* | Changes to sre.c after the application of patch #726869 have increased | Andrew MacIntyre | 2003-06-09 | 1 | -5/+11 |
|
|
* | Allow _sre.c to compile with Python 2.2 | Andrew M. Kuchling | 2003-04-30 | 1 | -0/+4 |
|
|
* | - Included detailed documentation in _sre.c explaining how, when, and why | Gustavo Niemeyer | 2003-04-27 | 1 | -17/+41 |
|
|
* | Fix for part of the problem mentioned in #725149 by Greg Chapman. | Gustavo Niemeyer | 2003-04-27 | 1 | -8/+10 |
|
|
* | Applied patch #725106, by Greg Chapman, fixing capturing groups | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+10 |
|
|
* | Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+9 |
|
|
* | Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, | Gustavo Niemeyer | 2003-04-22 | 1 | -4/+6 |
|
|
* | More work on bug #672491 and patch #712900. | Gustavo Niemeyer | 2003-04-20 | 1 | -23/+38 |
|
|
* | - Fixed bug #672491. This change restores the behavior of lastindex/lastgroup | Gustavo Niemeyer | 2003-04-20 | 1 | -5/+4 |
|
|
* | Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. | Martin v. Löwis | 2003-04-19 | 1 | -10/+42 |
|
|
* | SF patch #720991 by Gary Herron: | Guido van Rossum | 2003-04-14 | 1 | -0/+60 |
|
|
* | fix for SF #635398 (don't "downcast" return strings from unicode to ascii) | Fredrik Lundh | 2002-11-22 | 1 | -21/+4 |
|
|
* | Make private functions static so we don't pollute the namespace | Neal Norwitz | 2002-11-10 | 1 | -1/+2 |
|
|
* | Fixed sre bug "[#581080] Provoking infinite scanner loops". | Gustavo Niemeyer | 2002-11-07 | 1 | -4/+6 |
|
|
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 | 1 | -18/+19 |
|
|
* | 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 |
|
|