COMMITS
/ Lib/re.py 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
G
Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split().
Georg Brandl committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
October 20, 2011
R
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
Raymond Hettinger committed
April 10, 2011
E
#2650: re.escape() no longer escapes the "_".
Ezio Melotti committed
March 25, 2011
E
#2650: Merge with 3.1.
Ezio Melotti committed
E
#2650: Refactor re.escape to use enumerate().
Ezio Melotti committed
September 4, 2010
R
Adopt more descriptive attribute names as suggested on python-dev.
Raymond Hettinger committed
August 14, 2010
R
Clean-up the cache patch for the re module.
Raymond Hettinger committed
August 13, 2010
A
Reapply r83877.
Antoine Pitrou committed
August 9, 2010
A
Revert r83877 in order to fix compilation
Antoine Pitrou committed
S
reapply the revert made in r83875
Senthil Kumaran committed
R
Revert 83784 adding functools.lru_cache() to the re module.
Raymond Hettinger committed
R
Issue 9396. Apply functools.lru_cache in the place of the
Raymond Hettinger committed