summaryrefslogtreecommitdiffstats
path: root/Modules/_sre.c
Commit message (Expand)AuthorAgeFilesLines
* closes #14259 re.finditer() now takes keyword arguments: pos, endpos.Sean Reifschneider2012-03-131-7/+9
* merge 3.2 (#14212)Benjamin Peterson2012-03-071-25/+40
|\
| * keep the buffer object around while we're using it (closes #14212)Benjamin Peterson2012-03-071-33/+47
* | Issue #10951: Fix compiler warnings in _sre.cRoss Lagerwall2012-03-061-5/+5
* | Remove "#ifdef Py_UNICODE_WIDE": Python is now always wideVictor Stinner2011-11-221-8/+4
* | default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTR...Senthil Kumaran2011-10-191-1/+1
|\ \ | |/
| * 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro i...Senthil Kumaran2011-10-191-1/+1
* | Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.Martin v. Löwis2011-10-071-1/+1
* | _sre: don't use Py_UNICODE anymoreVictor Stinner2011-09-291-9/+7
* | Fix whitespace.Ezio Melotti2011-09-281-1/+1
* | Clean up a few tabs that went in with PEP393.Ezio Melotti2011-09-281-113/+113
* | Implement PEP 393.Martin v. Löwis2011-09-281-205/+173
|/
* Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other...Daniel Stutzbach2010-08-311-3/+0
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-6/+3
* Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix aVictor Stinner2010-03-041-1/+1
* Merged revisions 77499 via svnmerge fromAntoine Pitrou2010-01-141-3/+8
* Issue #6561: '\d' in a regular expression should match only UnicodeMark Dickinson2009-07-281-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-3/+3
* Merged revisions 66364 via svnmerge fromGuido van Rossum2008-09-101-3/+4
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-3/+24
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-1/+1
* Merged revisions 65544 via svnmerge fromGuido van Rossum2008-08-061-0/+474
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-118/+115
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-6/+19
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-191-1/+2
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-0/+8
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-7/+7
* Remove the buffer API from PyUnicode as specified by PEP 3137. Also,Alexandre Vassalotti2007-10-141-0/+9
* Change PyBuffer to Py_buffer to be consistent with other non-object structure...Travis E. Oliphant2007-09-231-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-17/+8
* Remove checking redundantly for checks of PyInt and PyLong.Neal Norwitz2007-08-311-1/+1
* Use unicodeNeal Norwitz2007-08-261-2/+2
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-25/+19
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-7/+7
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-4/+0
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-5/+8
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+21
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+3
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-171-7/+7
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-93/+98
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-1/+1
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-41/+21
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-204/+203
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-211-2/+4
* Remove staticforward and statichereNeal Norwitz2006-03-221-3/+3
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-071-1/+1
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-8/+8