| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 #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 |
|\ \
| |/ |
|
| * | Issue #13169: The maximal repetition number in a regular expression has been | Serhiy Storchaka | 2013-02-16 | 1 | -6/+12 |
|
|
* | | Issue #16688: Fix backreferences did make case-insensitive regex fail on non-... | Serhiy Storchaka | 2012-12-29 | 1 | -5/+6 |
|
|
* | | rename MathcObject to match object in doctrings for re module (#16760) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 | -15/+55 |
|\ \
| |/ |
|
| * | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 1 | -15/+55 |
|
|
* | | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | 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 #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 |
|
|
* | | closes #14259 re.finditer() now takes keyword arguments: pos, endpos. | Sean Reifschneider | 2012-03-13 | 1 | -7/+9 |
|
|
* | | merge 3.2 (#14212) | Benjamin Peterson | 2012-03-07 | 1 | -25/+40 |
|\ \
| |/ |
|
| * | keep the buffer object around while we're using it (closes #14212) | Benjamin Peterson | 2012-03-07 | 1 | -33/+47 |
|
|
* | | Issue #10951: Fix compiler warnings in _sre.c | Ross Lagerwall | 2012-03-06 | 1 | -5/+5 |
|
|
* | | Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide | Victor Stinner | 2011-11-22 | 1 | -8/+4 |
|
|
* | | default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTR... | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro i... | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
|
|
* | | Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. | Martin v. Löwis | 2011-10-07 | 1 | -1/+1 |
|
|
* | | _sre: don't use Py_UNICODE anymore | Victor Stinner | 2011-09-29 | 1 | -9/+7 |
|
|
* | | Fix whitespace. | Ezio Melotti | 2011-09-28 | 1 | -1/+1 |
|
|
* | | Clean up a few tabs that went in with PEP393. | Ezio Melotti | 2011-09-28 | 1 | -113/+113 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -205/+173 |
|/ |
|
* | Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other... | Daniel Stutzbach | 2010-08-31 | 1 | -3/+0 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -6/+3 |
|
|
* | Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix a | Victor Stinner | 2010-03-04 | 1 | -1/+1 |
|
|
* | Merged revisions 77499 via svnmerge from | Antoine Pitrou | 2010-01-14 | 1 | -3/+8 |
|
|
* | Issue #6561: '\d' in a regular expression should match only Unicode | Mark Dickinson | 2009-07-28 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Merged revisions 66364 via svnmerge from | Guido van Rossum | 2008-09-10 | 1 | -3/+4 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -3/+24 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -1/+1 |
|
|
* | Merged revisions 65544 via svnmerge from | Guido van Rossum | 2008-08-06 | 1 | -0/+474 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -118/+115 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+19 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 1 | -1/+2 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 1 | -0/+8 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -7/+7 |
|
|
* | Remove the buffer API from PyUnicode as specified by PEP 3137. Also, | Alexandre Vassalotti | 2007-10-14 | 1 | -0/+9 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 1 | -1/+1 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -17/+8 |
|
|
* | Remove checking redundantly for checks of PyInt and PyLong. | Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -2/+2 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -25/+19 |
|
|