| Commit message (Expand) | Author | Age | Files | Lines |
* | allow longs as indexes to group() (closes #22530) | Benjamin Peterson | 2014-10-01 | 1 | -1/+1 |
|
|
* | Issue #20283: RE pattern methods now accept the string keyword parameters | Serhiy Storchaka | 2014-03-06 | 1 | -16/+81 |
|
|
* | Issue #19405: Fixed outdated comments in the _sre module. | Serhiy Storchaka | 2013-10-27 | 1 | -2/+1 |
|
|
* | Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in | Serhiy Storchaka | 2013-09-05 | 1 | -14/+22 |
|
|
* | Issue #17998: Fix an internal error in regular expression engine. | Serhiy Storchaka | 2013-08-03 | 1 | -6/+6 |
|
|
* | Issue #17016: Get rid of possible pointer wraparounds and integer overflows | Serhiy Storchaka | 2013-04-13 | 1 | -11/+11 |
|
|
* | Issue #9669: Protect re against infinite loops on zero-width matching in | Serhiy Storchaka | 2013-02-16 | 1 | -2/+7 |
|
|
* | Issue #13169: The maximal repetition number in a regular expression has been | Serhiy Storchaka | 2013-02-16 | 1 | -6/+12 |
|
|
* | use PyInt_FromSsize_t instead of PyLong_FromSsize_t (#10182) | Benjamin Peterson | 2013-01-10 | 1 | -4/+4 |
|
|
* | rename MathcObject to match object in doctrings for re module (#16760) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 1 | -9/+49 |
|
|
* | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
|
|
* | Issue #10182: The re module doesn't truncate indices to 32 bits anymore. | Antoine Pitrou | 2012-12-02 | 1 | -5/+5 |
|
|
* | Issue #1160: Fix compiling large regular expressions on UCS2 builds. | Antoine Pitrou | 2012-11-20 | 1 | -4/+7 |
|
|
* | Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
|
|
* | stop using the old brain-dead interface for providing attributes/methods | Benjamin Peterson | 2011-05-17 | 1 | -120/+118 |
|
|
* | Remove unused variables and a variable initialization. | Brett Cannon | 2010-05-03 | 1 | -6/+6 |
|
|
* | ready _sre types | Benjamin Peterson | 2010-04-06 | 1 | -2/+3 |
|
|
* | Issue #3299: Fix possible crash in the _sre module when given bad | Antoine Pitrou | 2010-01-14 | 1 | -3/+8 |
|
|
* | Issue #6561: '\d' regular expression should not match characters of | Mark Dickinson | 2009-07-28 | 1 | -1/+1 |
|
|
* | - Issue #3629: Fix sre "bytecode" validator for an end case. | Guido van Rossum | 2008-09-10 | 1 | -3/+4 |
|
|
* | Tracker issue 3487: sre "bytecode" verifier. | Guido van Rossum | 2008-08-05 | 1 | -0/+474 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -3/+3 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
|
|
* | Silence Coverity false alerts with CIDs #172, #183, #184 | Christian Heimes | 2008-01-18 | 1 | -1/+2 |
|
|
* | Issue 846388. Adds a call to PyErr_CheckSignals to | Facundo Batista | 2008-01-08 | 1 | -0/+8 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Patch # 1140 (my code, approved by Effbot). | Guido van Rossum | 2007-09-10 | 1 | -17/+8 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
|
|
* | Cause a PyObject_Malloc() failure to trigger a MemoryError, and then | Andrew M. Kuchling | 2006-10-04 | 1 | -2/+21 |
|
|
* | Try to handle a malloc failure. I'm not entirely sure this is correct. | Neal Norwitz | 2006-08-12 | 1 | -0/+3 |
|
|
* | Impl ssize_t | Neal Norwitz | 2006-06-12 | 1 | -93/+98 |
|
|
* | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -3/+3 |
|
|
* | METH_NOARGS functions do get called with two args. | Georg Brandl | 2006-05-28 | 1 | -5/+5 |
|
|
* | Fix C function calling conventions in _sre module. | Georg Brandl | 2006-05-28 | 1 | -38/+18 |
|
|
* | needforspeed: use PyObject_MALLOC instead of system malloc for small | Jack Diederich | 2006-05-27 | 1 | -4/+4 |
|
|
* | C++ compiler cleanup: proper casts | Skip Montanaro | 2006-04-18 | 1 | -2/+2 |
|
|
* | Move constructors, add some casts to make C++ compiler happy. Still a problem | Anthony Baxter | 2006-04-12 | 1 | -202/+201 |
|
|
* | Rename sre.py -> re.py | Neal Norwitz | 2006-03-16 | 1 | -2/+4 |
|
|
* | Thanks to Coverity, these were all reported by their Prevent tool. | Neal Norwitz | 2006-03-07 | 1 | -1/+1 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -8/+8 |
|
|
* | _compile(): raise an exception if downcasting to SRE_CODE | Tim Peters | 2006-01-21 | 1 | -37/+40 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -8/+8 |
|
|
* | 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 |
|
|