aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sre_compile.py
Commit message (Expand)AuthorAge
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-02
* bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)Serhiy Storchaka2022-03-21
* Simplify flags checks in sre_compile.py. (GH-9718)Serhiy Storchaka2018-10-05
* bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310)Serhiy Storchaka2018-09-18
* bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka2017-10-24
* bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491)Serhiy Storchaka2017-05-14
* bpo-30340: Enhanced regular expressions optimization. (#1542)Serhiy Storchaka2017-05-14
* bpo-30285: Optimize case-insensitive matching and searching (#1482)Serhiy Storchaka2017-05-09
* bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode...Serhiy Storchaka2017-05-05
* bpo-30215: Make re.compile() locale agnostic. (#1361)Serhiy Storchaka2017-05-05
* Issue #28765: _sre.compile() now checks the type of groupindex and indexgroupVictor Stinner2016-11-22
* Issue #433028: Added support of modifier spans in regular expressions.Serhiy Storchaka2016-09-10
* Issue #24426: Fast searching optimization in regular expressions now worksSerhiy Storchaka2015-06-21
* Issue #22364: Improved some re error messages using regex for hints.Serhiy Storchaka2015-03-25
* Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-03
* Minor code clean up and improvements in the re module.Serhiy Storchaka2014-11-11
* Got rid of the array module dependency in the re module.Serhiy Storchaka2014-11-10
|\
| * Got rid of the array module dependency in the re module.Serhiy Storchaka2014-11-10
* | Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-10
|\|
| * Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-10
| * Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.Serhiy Storchaka2014-10-31
* | Merge headsSerhiy Storchaka2014-11-10
|\ \
| * | Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-09
* | | Issue #22434: Constants in sre_constants are now named constants (enum-like).Serhiy Storchaka2014-11-09
|/ /
* | Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.Serhiy Storchaka2014-10-31
* | Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-29
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Issue #19329: Optimized compiling charsets in regular expressions.Serhiy Storchaka2013-10-27
* Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-27
|\
| * Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-27
* | Issue #19387: explain and test the sre overlap tableAntoine Pitrou2013-10-25
* | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-24
|\|
| * Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-24
| * Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0Serhiy Storchaka2013-09-20
* | Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-19
|\|
| * Issue #2537: Remove breaked check which prevented valid regular expressions.Serhiy Storchaka2013-08-19
* | Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...Serhiy Storchaka2013-08-03
|\|
| * Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...Serhiy Storchaka2013-08-03
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* | Issue #17516: remove dead codeVictor Stinner2013-03-26
|/
* Issue #13169: The maximal repetition number in a regular expression has beenSerhiy Storchaka2013-02-16
|\
| * Issue #13169: The maximal repetition number in a regular expression has beenSerhiy Storchaka2013-02-16
* | #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-04
|/
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-01
* Merged revisions 66894 via svnmerge fromBenjamin Peterson2008-10-14
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-09
* Fix 're' to work on bytes. It could do with a few more tests, though.Thomas Wouters2008-03-18
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-03
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16