aboutsummaryrefslogtreecommitdiff
path: root/Modules/_sre.c
AgeCommit message (Expand)Author
2018-01-04bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...Serhiy Storchaka
2017-12-04bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...Serhiy Storchaka
2017-10-24bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka
2017-10-04bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka
2017-05-09bpo-30285: Optimize case-insensitive matching and searching (#1482)Serhiy Storchaka
2017-05-05bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode...Serhiy Storchaka
2017-05-05bpo-30215: Make re.compile() locale agnostic. (#1361)Serhiy Storchaka
2017-04-20remove configure test for inline keyword (#1231)Benjamin Peterson
2017-04-16bpo-10076: Compiled regular expression and match objects now are copyable. (#...Serhiy Storchaka
2017-04-16bpo-28765: Use concrete types API in _sre.c. (#1009)Serhiy Storchaka
2017-03-30bpo-29878: Add global instances of int for 0 and 1. (#852)Serhiy Storchaka
2017-02-04Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka
2017-02-04Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka
2017-02-04Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka
2017-01-23Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka
2017-01-13Issue #29195: Removed support of deprecated undocumented keyword argumentsSerhiy Storchaka
2016-12-05Issue #28858: Remove _PyObject_CallArg1() macroVictor Stinner
2016-11-22Issue #28765: _sre.compile() now checks the type of groupindex and indexgroupVictor Stinner
2016-11-22Issue #28727: Optimize pattern_richcompare() for a==aVictor Stinner
2016-11-22Issue #28727: Fix typo in pattern_richcompare()Victor Stinner
2016-11-21Implement rich comparison for _sre.SRE_PatternVictor Stinner
2016-09-11Issue 24454: Removed unused match_getitem_doc.Eric V. Smith
2016-09-11Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Th...Eric V. Smith
2016-09-11Issue 24454: Improve the usability of the re match object named group APIEric V. Smith
2016-09-06replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson
2016-08-22Rename _PyObject_FastCall() to _PyObject_FastCallDict()Victor Stinner
2016-08-20pattern_subx() now uses fast callVictor Stinner
2016-08-15merge 3.5 (#27774)Benjamin Peterson
2016-08-15merge 3.4 (#27774)Benjamin Peterson
2016-08-15merge 3.3 (#27774)Benjamin Peterson
2016-08-15do not decref value borrowed from list (closes #27774)Benjamin Peterson
2016-07-07- Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2016-07-07Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2016-06-18Issue #27177: Match objects in the re module now support index-like objectsSerhiy Storchaka
2016-04-10Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka
2016-04-10Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka
2016-04-06Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka
2016-04-06Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka
2015-12-25Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka
2015-12-25Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka
2015-12-24Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka
2015-12-24Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka
2015-07-06Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka
2015-07-06Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka
2015-07-06Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka
2015-07-03Merge 3.5 (Issue #19235)Yury Selivanov
2015-07-03Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov
2015-06-21Issue #24426: Fast searching optimization in regular expressions now worksSerhiy Storchaka
2015-05-03Fix Windows build breakage from checkins on Issues #20148 and #20168.Larry Hastings
2015-05-03Issue #20148: Converted the _sre module to Argument Clinic.Serhiy Storchaka