- a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
- 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 15 years ago
- 5abeafb Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix a by Victor Stinner · 15 years ago
- 82feb1f Merged revisions 77499 via svnmerge from by Antoine Pitrou · 15 years ago
- 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
- 92f8f3e Merged revisions 66364 via svnmerge from by Guido van Rossum · 16 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
- 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
- 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 16 years ago
- e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 17 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
- 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 70a2371 Remove the buffer API from PyUnicode as specified by PEP 3137. Also, by Alexandre Vassalotti · 17 years ago
- 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
- 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
- fe53713 Use unicode by Neal Norwitz · 17 years ago
- b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
- 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 18 years ago
- ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 9ada3d6 Merge trunk up to 43069, putting re.py back and hopefully making the branch by Thomas Wouters · 19 years ago
- 57c179c Remove staticforward and statichere by Neal Norwitz · 19 years ago
- 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
- 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
- 3d56350 _compile(): raise an exception if downcasting to SRE_CODE loses information: by Tim Peters · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
- 166878f Fixing bug #1072259 in SRE. by Gustavo Niemeyer · 20 years ago
- 9447874 Add docstrings for regular expression objects and methods. by Raymond Hettinger · 20 years ago
- 0506c64 Fixing bug #817234, which made SRE get into an infinite loop on by Gustavo Niemeyer · 20 years ago
- 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
- 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 21 years ago
- 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
- 601b963 - Fixing annoying warnings. by Gustavo Niemeyer · 21 years ago
- 2cbdc2a Cleaning up recursive pieces left in the reorganization. by Gustavo Niemeyer · 21 years ago
- 0f0c06a Removing dead code. by Gustavo Niemeyer · 21 years ago
- ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
- 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
- 28b5bb3 Fixing bug described in patch #756032, where SRE reads invalid data by Gustavo Niemeyer · 22 years ago
- 1a44448 Changes to sre.c after the application of patch #726869 have increased by Andrew MacIntyre · 22 years ago
- c24fe36 Allow _sre.c to compile with Python 2.2 by Andrew M. Kuchling · 22 years ago
- caf1c9d - Included detailed documentation in _sre.c explaining how, when, and why by Gustavo Niemeyer · 22 years ago
- 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 22 years ago
- c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 22 years ago
- c23fb77 Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the by Gustavo Niemeyer · 22 years ago
- 3c9068b Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, by Gustavo Niemeyer · 22 years ago
- be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 22 years ago
- 1aca359 - Fixed bug #672491. This change restores the behavior of lastindex/lastgroup by Gustavo Niemeyer · 22 years ago
- 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 22 years ago
- 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 22 years ago
- 09705f0 fix for SF #635398 (don't "downcast" return strings from unicode to ascii) by Fredrik Lundh · 22 years ago
- addfe0c Make private functions static so we don't pollute the namespace by Neal Norwitz · 22 years ago
- c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
- 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
- b6a4505 Cray fixup as seen in bug #558153. by Michael W. Hudson · 22 years ago
- 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
- 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
- 35fc760 SF #561244 Micro optimizations by Neal Norwitz · 23 years ago
- bb2769f Revert use of METH_OLDARGS (use 0) to support 1.5.2 by Neal Norwitz · 23 years ago
- b049325 Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags by Neal Norwitz · 23 years ago
- 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- 4e17384 Fix for #489672 (Neil Norwitz): memory leak in test_sre. by Guido van Rossum · 23 years ago
- 703ce81 (experimental) "finditer" method/function. this works pretty much by Fredrik Lundh · 23 years ago
- 6de22ef another major speedup: let sre.sub/subn check for escapes in the by Fredrik Lundh · 23 years ago
- f864aa8 sre.split should return the last segment, even if empty (sorry, barry) by Fredrik Lundh · 23 years ago
- dac5849 fixed character set description in docstring (SRE uses Python by Fredrik Lundh · 23 years ago
- 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
- bec95b9 rewrote the pattern.sub and pattern.subn methods in C by Fredrik Lundh · 23 years ago
- 971e78b rewrote the pattern.split method in C by Fredrik Lundh · 23 years ago
- 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
- 59b6865 fixed #449964: sre.sub raises an exception if the template contains a by Fredrik Lundh · 23 years ago
- 21009b9 an SRE bugfix a day keeps Guido away... by Fredrik Lundh · 23 years ago
- 89dfe9e Removed unreachable return to silence SGI compiler. by Sjoerd Mullender · 23 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
- 214a0b13 init_sre(): Plug a little leak reported by Insure. by Barry Warsaw · 23 years ago
- 2d96f11 map re.sub() to string.replace(), when possible by Fredrik Lundh · 24 years ago
- d89a2e7 bug #416670 by Fredrik Lundh · 24 years ago
- df781e6 reapplied darryl gallion's minimizing repeat fix. I'm still not 100% by Fredrik Lundh · 24 years ago
- f71ae46 pythonware repository roundtrip (untabification) by Fredrik Lundh · 24 years ago
- 19af43d added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x by Fredrik Lundh · 24 years ago
- b0f05bd merged with pythonware's SRE 2.1.1 codebase by Fredrik Lundh · 24 years ago
- 9c7eab8 SRE: made "copyright" string static, to avoid potential linking conflicts. by Fredrik Lundh · 24 years ago
- b25e1ad sre 2.1b2 update: by Fredrik Lundh · 24 years ago
- 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 24 years ago
- 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago