- 2d0a69a Fix Windows build breakage from checkins on Issues #20148 and #20168. by Larry Hastings · 10 years ago
- a860aea Issue #20148: Converted the _sre module to Argument Clinic. by Serhiy Storchaka · 10 years ago
- 07360df Issue #14260: The groupindex attribute of regular expression pattern object by Serhiy Storchaka · 10 years ago
- 632a77e Issue #22364: Improved some re error messages using regex for hints. by Serhiy Storchaka · 10 years ago
- 83e8027 Issue #22818: Splitting on a pattern that could match an empty string now by Serhiy Storchaka · 10 years ago
- 4b8f894 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
- 5aa4744 Issue #22584: Got rid of character tables in _sre.c and use standard macros by Serhiy Storchaka · 10 years ago
- 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
- 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
- 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
- a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
- ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
- 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
- 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
- c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 11 years ago
- 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
- df7c22b Issue #19723: Missed one conversion to the new Argument Clinic syntax. by Larry Hastings · 11 years ago
- 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
- 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
- 5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. by Serhiy Storchaka · 11 years ago
- f558778 Fix compiler warning (especially on Windows 64-bit): don't truncate Py_ssize_t by Victor Stinner · 11 years ago
- efa5a39 Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
- 1985f7b Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
- 8444ebb Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. by Serhiy Storchaka · 11 years ago
- 9eabac6 Issue #18685: Restore re performance to pre-PEP 393 levels. by Serhiy Storchaka · 11 years ago
- 8b150ec Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
- be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
- 36af10c Issue #17087: Improved the repr for regular expression match objects. by Serhiy Storchaka · 11 years ago
- baced56 Fix a refleak in _sre by Brett Cannon · 11 years ago
- 2532497 Issue #18468: The re.split, re.findall, and re.sub functions and the group() by Serhiy Storchaka · 11 years ago
- daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
- 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago
- a83a022 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
- 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
- 1fa174a Get rid of signed/unsigned comparaison in _sre.c by Victor Stinner · 11 years ago
- 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
- b94f61b Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
- 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
- 6d80046 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
- 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
- e924ddb Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
- b0c75a7 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
- fa46816 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
- 165ee96 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
- a0eb809 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
- 70ca021 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
- ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
- c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
- 6d469eb rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
- 41dc9f3 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
- 0b64c14 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
- 7737757 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
- 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
- 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
- 60112ae 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
- c0dd80e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
- 90555d0 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
- d8d1a0a Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
- 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
- 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
- 39bdad8 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 12 years ago
- 7a6d7cf Issue #9566: Use the right type to fix a compiler warnings on Win64 by Victor Stinner · 12 years ago
- 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 13 years ago
- 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 13 years ago
- e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
- 88748d7 Issue #10951: Fix compiler warnings in _sre.c by Ross Lagerwall · 13 years ago
- 63ab875 Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide by Victor Stinner · 13 years ago
- c6b4ef1 default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
- 202a3c4 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
- c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
- 0058b86 _sre: don't use Py_UNICODE anymore by Victor Stinner · 13 years ago
- 7c8c1ea Fix whitespace. by Ezio Melotti · 13 years ago
- 2aa2b3b Clean up a few tabs that went in with PEP393. by Ezio Melotti · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- 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 · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 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