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