Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24580: Symbolic group references to open group in re patterns now are | Serhiy Storchaka | 2015-07-18 | 1 | -0/+2 |
| | | | | explicitly forbidden as well as numeric group references. | ||||
* | Issue #14260: The groupindex attribute of regular expression pattern object | Serhiy Storchaka | 2015-03-29 | 1 | -0/+8 |
| | | | | now is non-modifiable mapping. | ||||
* | Issue #22364: Improved some re error messages using regex for hints. | Serhiy Storchaka | 2015-03-25 | 1 | -74/+179 |
| | |||||
* | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 | 1 | -13/+30 |
| | | | | | and ASCII letter now raise a deprecation warning and will be forbidden in Python 3.6. | ||||
* | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2015-02-21 | 1 | -1/+41 |
| | | | | work in lookbehind assertions in regular expressions. | ||||
* | Issue #22818: Splitting on a pattern that could match an empty string now | Serhiy Storchaka | 2015-02-03 | 1 | -9/+30 |
| | | | | | raises a warning. Patterns that can only match empty strings are now rejected. | ||||
* | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or | Serhiy Storchaka | 2014-12-01 | 1 | -16/+66 |
| | | | | re.ASCII. It was newer worked. | ||||
* | Issue #22838: All test_re tests now work with unittest test discovery. | Serhiy Storchaka | 2014-12-01 | 1 | -83/+63 |
|\ | |||||
| * | Issue #22838: All test_re tests now work with unittest test discovery. | Serhiy Storchaka | 2014-12-01 | 1 | -83/+63 |
| | | |||||
* | | merge 3.4 (#9179) | Benjamin Peterson | 2014-11-30 | 1 | -37/+1 |
|\ \ | |/ | |||||
| * | backout 9fcf4008b626 (#9179) for further consideration | Benjamin Peterson | 2014-11-30 | 1 | -37/+1 |
| | | |||||
* | | Minor code clean up and improvements in the re module. | Serhiy Storchaka | 2014-11-11 | 1 | -2/+2 |
| | | |||||
* | | Fixed AttributeError when the regular expression starts from illegal escape. | Serhiy Storchaka | 2014-11-10 | 1 | -0/+14 |
| | | |||||
* | | Issue #22578: Added attributes to the re.error class. | Serhiy Storchaka | 2014-11-10 | 1 | -0/+36 |
| | | |||||
* | | Issue #12728: Different Unicode characters having the same uppercase but | Serhiy Storchaka | 2014-11-10 | 1 | -0/+51 |
|\ \ | |/ | | | | | different lowercase are now matched in case-insensitive regular expressions. | ||||
| * | Issue #12728: Different Unicode characters having the same uppercase but | Serhiy Storchaka | 2014-11-10 | 1 | -0/+51 |
| | | | | | | | | different lowercase are now matched in case-insensitive regular expressions. | ||||
* | | Issue #22434: Constants in sre_constants are now named constants (enum-like). | Serhiy Storchaka | 2014-11-09 | 1 | -16/+16 |
| | | |||||
* | | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2014-11-07 | 1 | -1/+37 |
|\ \ | |/ | | | | | work in lookbehind assertions in regular expressions. | ||||
| * | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2014-11-07 | 1 | -1/+37 |
| | | | | | | | | work in lookbehind assertions in regular expressions. | ||||
| * | Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. | Serhiy Storchaka | 2014-10-31 | 1 | -0/+19 |
| | | |||||
* | | Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. | Serhiy Storchaka | 2014-10-31 | 1 | -0/+19 |
| | | | | | | | | Added new opcode RANGE_IGNORE. | ||||
* | | Issue #22410: Module level functions in the re module now cache compiled | Serhiy Storchaka | 2014-10-30 | 1 | -0/+37 |
|\ \ | |/ | | | | | locale-dependent regular expressions taking into account the locale. | ||||
| * | Issue #22410: Module level functions in the re module now cache compiled | Serhiy Storchaka | 2014-10-30 | 1 | -0/+37 |
| | | | | | | | | locale-dependent regular expressions taking into account the locale. | ||||
* | | Issue #11957: Explicit parameter name when calling re.split() and re.sub() | Victor Stinner | 2014-10-29 | 1 | -7/+7 |
| | | |||||
* | | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() | Serhiy Storchaka | 2014-10-10 | 1 | -2/+8 |
| | | | | | | | | and re.subn(). | ||||
* | | Issue #22437: Number of capturing groups in regular expression is no longer | Serhiy Storchaka | 2014-09-29 | 1 | -2/+16 |
| | | | | | | | | limited by 100. | ||||
* | | Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in | Serhiy Storchaka | 2014-09-23 | 1 | -5/+7 |
|/ | | | | regular expressions. | ||||
* | Fixed bytes literals in tests. | Serhiy Storchaka | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re | Serhiy Storchaka | 2014-09-21 | 1 | -6/+23 |
| | | | | module. | ||||
* | Restored re pickling test. | Serhiy Storchaka | 2014-09-15 | 1 | -5/+9 |
| | |||||
* | Use more appropriate asserts in re tests. | Serhiy Storchaka | 2014-09-14 | 1 | -115/+115 |
| | |||||
* | Fixed re tests incorrectly ported from 2.x to 3.x. | Serhiy Storchaka | 2014-09-14 | 1 | -22/+27 |
| | |||||
* | Issue #20998: Fixed re.fullmatch() of repeated single character pattern | Serhiy Storchaka | 2014-05-14 | 1 | -0/+5 |
| | | | | with ignore case. Original patch by Matthew Barnett. | ||||
* | Issue #20283: RE pattern methods now accept the string keyword parameters | Serhiy Storchaka | 2014-03-06 | 1 | -0/+18 |
|\ | | | | | | | | | as documented. The pattern and source keyword parameters are left as deprecated aliases. | ||||
| * | Issue #20283: RE pattern methods now accept the string keyword parameters | Serhiy Storchaka | 2014-03-06 | 1 | -0/+16 |
| | | | | | | | | | | as documented. The pattern and source keyword parameters are left as deprecated aliases. | ||||
* | | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the ↵ | Antoine Pitrou | 2014-02-03 | 1 | -1/+13 |
|\ \ | |/ | | | | | debug output every time it is called, regardless of the compilation cache. | ||||
| * | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the ↵ | Antoine Pitrou | 2014-02-03 | 1 | -1/+14 |
| | | | | | | | | debug output every time it is called, regardless of the compilation cache. | ||||
* | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -0/+30 |
| | | | | | | | | | | | | which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett. | ||||
* | | Issue #13592: Improved the repr for regular expression pattern objects. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+62 |
| | | | | | | | | Based on patch by Hugo Lopes Tavares. | ||||
* | | Issue #18685: Restore re performance to pre-PEP 393 levels. | Serhiy Storchaka | 2013-10-26 | 1 | -0/+23 |
| | | |||||
* | | Issue #19387: explain and test the sre overlap table | Antoine Pitrou | 2013-10-25 | 1 | -3/+19 |
| | | |||||
* | | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 1 | -0/+3 |
| | | |||||
* | | Issue #17087: Improved the repr for regular expression match objects. | Serhiy Storchaka | 2013-10-20 | 1 | -0/+22 |
| | | |||||
* | | Issue #18468: The re.split, re.findall, and re.sub functions and the group() | Serhiy Storchaka | 2013-10-16 | 1 | -14/+68 |
| | | | | | | | | | | and groups() methods of match object now always return a string or a bytes object. | ||||
* | | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 1 | -24/+0 |
| | | |||||
* | | Add re.fullmatch() function and regex.fullmatch() method, which anchor the | Georg Brandl | 2013-10-13 | 1 | -0/+24 |
|/ | | | | | | | pattern at both ends of the string to match. Patch by Matthew Barnett. Closes #16203. | ||||
* | Issue #2537: Remove breaked check which prevented valid regular expressions. | Serhiy Storchaka | 2013-08-19 | 1 | -0/+10 |
| | | | | | | Patch by Meador Inge. See also issue #18647. | ||||
* | Issue #17998: Fix an internal error in regular expression engine. | Serhiy Storchaka | 2013-08-03 | 1 | -0/+10 |
| | |||||
* | #17341: Include name in re error message about invalid group name. | R David Murray | 2013-04-14 | 1 | -0/+11 |
| | | | | Patch by Jason Michalski. |