summaryrefslogtreecommitdiff
path: root/Lib/test/test_re.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-5/+2
|\
| * Remove unused imports.Serhiy Storchaka2016-12-161-3/+0
| * Issue #28765: _sre.compile() now checks the type of groupindex and indexgroupVictor Stinner2016-11-221-1/+1
* | Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+10
|\ \
| * | Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+10
* | | Issue #27030: Unknown escapes in re.sub() replacement template are allowedSerhiy Storchaka2016-12-061-1/+1
| |/ |/|
* | Issue #28727: Optimize pattern_richcompare() for a==aVictor Stinner2016-11-221-0/+4
* | Implement rich comparison for _sre.SRE_PatternVictor Stinner2016-11-211-2/+45
* | Issue #28082: Add basic unit tests on re enumsVictor Stinner2016-11-141-0/+6
* | Issue #25953: re.sub() now raises an error for invalid numerical groupSerhiy Storchaka2016-10-231-21/+22
* | Issue #11957: Restored re tests for passing count and maxsplit as positionalSerhiy Storchaka2016-09-251-0/+5
|\ \ | |/
| * Issue #11957: Restored re tests for passing count and maxsplit as positionalSerhiy Storchaka2016-09-251-0/+5
| * Backported tests for issue #28070.Serhiy Storchaka2016-09-111-0/+3
* | Issue #22493: Warning message emitted by using inline flags in the middle ofSerhiy Storchaka2016-09-171-2/+15
* | Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-0/+44
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-0/+3
* | Issue #28070: Fixed parsing inline verbose flag in regular expressions.Serhiy Storchaka2016-09-111-0/+3
* | Issue #433028: Added support of modifier spans in regular expressions.Serhiy Storchaka2016-09-101-4/+36
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-100/+100
* | Issue #27177: Match objects in the re module now support index-like objectsSerhiy Storchaka2016-06-181-7/+21
* | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-111-28/+13
|/
* Issue #24580: Symbolic group references to open group in re patterns now areSerhiy Storchaka2015-07-181-0/+2
* Issue #14260: The groupindex attribute of regular expression pattern objectSerhiy Storchaka2015-03-301-0/+8
* Issue #22364: Improved some re error messages using regex for hints.Serhiy Storchaka2015-03-251-74/+179
* Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``Serhiy Storchaka2015-03-241-13/+30
* Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2015-02-211-1/+41
* Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-031-9/+30
* Issue #21032: Deprecated the use of re.LOCALE flag with str patterns orSerhiy Storchaka2014-12-011-16/+66
* Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-83/+63
|\
| * Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-83/+63
* | merge 3.4 (#9179)Benjamin Peterson2014-11-301-34/+106
|\ \ | |/ |/|
| * Minor code clean up and improvements in the re module.Serhiy Storchaka2014-11-111-2/+2
| * Fixed AttributeError when the regular expression starts from illegal escape.Serhiy Storchaka2014-11-101-0/+14
| * Issue #22578: Added attributes to the re.error class.Serhiy Storchaka2014-11-101-0/+36
| * Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-101-32/+54
| |\
| | * Issue #22434: Constants in sre_constants are now named constants (enum-like).Serhiy Storchaka2014-11-091-16/+16
| | * Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2014-11-071-16/+38
| | |\
| | | * Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.Serhiy Storchaka2014-10-311-0/+19
| | | * Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-311-0/+37
| | | |\
| | | * | Issue #11957: Explicit parameter name when calling re.split() and re.sub()Victor Stinner2014-10-291-7/+7
| | | * | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-101-2/+8
| | | * | Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-291-2/+16
| | | * | Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 inSerhiy Storchaka2014-09-231-5/+7
* | | | | backout 9fcf4008b626 (#9179) for further considerationBenjamin Peterson2014-11-301-37/+1
|/ / / /
* | | | Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-101-0/+51
|/ / /
* | | Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2014-11-071-1/+37
* | | Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.Serhiy Storchaka2014-10-311-0/+19
| |/ |/|
* | Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-311-0/+37
|/
* Fixed bytes literals in tests.Serhiy Storchaka2014-09-231-2/+2
* Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-211-6/+23