COMMITS
/ Lib/re.py April 21, 2021
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman committed
April 20, 2021
E
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman committed
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman committed
March 31, 2021
E
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman committed
January 25, 2021
E
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman committed
March 25, 2020
R
bpo-40016: re docstring: Clarify relationship of inline and argument flags (#19078)
Ram Rachum committed
May 31, 2019
S
bpo-36548: Improve the repr of re flags. (GH-12715)
Serhiy Storchaka committed
September 18, 2018
S
bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310)
Serhiy Storchaka committed
March 11, 2018
S
bpo-32338: OrderedDict import is no longer needed in re. (#4891)
Serhiy Storchaka committed
November 16, 2017
S
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka committed
October 5, 2017
I
bpo-31671: re: Convert RegexFlag to int before compile (GH-3862)
INADA Naoki committed
October 4, 2017
S
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka committed
September 27, 2017
B
Trivial readability improvement (#3791)
Barry Warsaw committed
September 26, 2017
S
bpo-28293: Don't completely dump the regex cache when full. (#3768)
Serhiy Storchaka committed
May 5, 2017
S
bpo-30215: Make re.compile() locale agnostic. (#1361)
Serhiy Storchaka committed
April 13, 2017
S
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka committed
November 14, 2016
V
Issue #28637: Reapply changeset 223731925d06
Victor Stinner committed
November 7, 2016
V
Issue #28637: Revert issue #28082, don't import enum in re
Victor Stinner committed
September 19, 2016
R
Issue #28193: Use lru_cache in the re module.
Raymond Hettinger committed
September 11, 2016
E
issue28082: better name for Flag
Ethan Furman committed
E
issue28082: use IntFlag for re constants
Ethan Furman committed
September 9, 2016
S
Issue #433028: Added support of modifier spans in regular expressions.
Serhiy Storchaka committed
April 24, 2016
S
Removed unused imports.
Serhiy Storchaka committed
March 25, 2015
S
Issue #22364: Improved some re error messages using regex for hints.
Serhiy Storchaka committed
February 21, 2015
S
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka committed
November 30, 2014
B
merge 3.4 (#9179)
Benjamin Peterson committed
B
backout 9fcf4008b626 (#9179) for further consideration
Benjamin Peterson committed
November 11, 2014
S
Minor code clean up and improvements in the re module.
Serhiy Storchaka committed
November 7, 2014
S
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka committed
S
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka committed
October 30, 2014
S
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka committed
S
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka committed
S
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka committed
S
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka committed
September 29, 2014
S
Issue #22510: Get rid of little overhead of testing re.DEBUG flag.
Serhiy Storchaka committed
September 28, 2014
S
Removed a code for suport Python version <2.2.
Serhiy Storchaka committed
February 3, 2014
A
November 23, 2013
S
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka committed
October 13, 2013
G
Back out accidentally pushed changeset b51218966201.
Georg Brandl committed
G
Add re.fullmatch() function and regex.fullmatch() method, which anchor the
Georg Brandl committed
C
Remove import functools from re module. The re module imports functools but never uses it.
Christian Heimes committed
March 16, 2013
S
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka committed
S
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka committed
February 17, 2013
R
Set cache sizes to a power-of-two
Raymond Hettinger committed
April 29, 2012
E
#14236: merge with 3.2.
Ezio Melotti committed
E
#14236: fix docs for \S.
Ezio Melotti committed
E
#14236: merge with 3.2.
Ezio Melotti committed
E
#14236: mention Unicode whitespace in \s documentation.
Ezio Melotti committed
March 10, 2012
G
Merge with 3.2.
Georg Brandl committed