| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -7/+7 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -4/+0 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -5/+8 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+21 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+3 |
|
|
* | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -7/+7 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -93/+98 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -1/+1 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -41/+21 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+4 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -204/+203 |
|
|
* | Merge trunk up to 43069, putting re.py back and hopefully making the branch | Thomas Wouters | 2006-04-21 | 1 | -2/+4 |
|
|
* | Remove staticforward and statichere | Neal Norwitz | 2006-03-22 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | - 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 |
|
|