| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9669: Protect re against infinite loops on zero-width matching in | Serhiy Storchaka | 2013-02-16 | 1 | -0/+9 |
|
|
* | Issue #13169: The maximal repetition number in a regular expression has been | Serhiy Storchaka | 2013-02-16 | 1 | -1/+32 |
|
|
* | #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used... | Ezio Melotti | 2013-01-11 | 1 | -0/+6 |
|
|
* | Fix test splitting in previous commit. | Antoine Pitrou | 2012-12-03 | 1 | -4/+2 |
|
|
* | Split the bigmem re test in two separate tests with different memory requirem... | Antoine Pitrou | 2012-12-03 | 1 | -2/+10 |
|
|
* | Issue #10182: The re module doesn't truncate indices to 32 bits anymore. | Antoine Pitrou | 2012-12-02 | 1 | -0/+16 |
|
|
* | Issue #1160: Fix compiling large regular expressions on UCS2 builds. | Antoine Pitrou | 2012-11-20 | 1 | -0/+6 |
|
|
* | #12759: sre_parse now raises a proper error when the name of the group is mis... | Ezio Melotti | 2012-11-03 | 1 | -0/+20 |
|
|
* | #14179: add tests for re.compile. Patch by Florian Mladitsch. | Ezio Melotti | 2012-03-12 | 1 | -0/+10 |
|
|
* | #10713: Improve documentation for \b and \B and add a few tests. Initial pat... | Ezio Melotti | 2012-02-29 | 1 | -0/+26 |
|
|
* | #2650: Refactor re.escape and its tests. | Ezio Melotti | 2011-03-25 | 1 | -11/+57 |
|
|
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
* | Replace catch_warnings with check_warnings when it makes sense. Use assertRa... | Florent Xicluna | 2010-03-31 | 1 | -6/+3 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -2/+2 |
|
|
* | Increased the overflow value on test_dealloc to make sure that it is big enou... | Ezio Melotti | 2010-01-23 | 1 | -1/+5 |
|
|
* | Issue #3299: Fix possible crash in the _sre module when given bad | Antoine Pitrou | 2010-01-14 | 1 | -0/+6 |
|
|
* | don't need to mess up sys.path | Benjamin Peterson | 2009-10-15 | 1 | -3/+0 |
|
|
* | Issue #6561: '\d' regular expression should not match characters of | Mark Dickinson | 2009-07-28 | 1 | -0/+21 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|
|
* | - Issue #3629: Fix sre "bytecode" validator for an end case. | Guido van Rossum | 2008-09-10 | 1 | -0/+4 |
|
|
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -2/+2 |
|
|
* | #3654: fix duplicate test method name. Review by Benjamin P. | Georg Brandl | 2008-08-24 | 1 | -4/+2 |
|
|
* | Closing issue1761. | Amaury Forgeot d'Arc | 2008-01-10 | 1 | -0/+12 |
|
|
* | Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: | Guido van Rossum | 2008-01-03 | 1 | -0/+30 |
|
|
* | Fix issue 1661: Flags argument silently ignored in re functions with compiled... | Raymond Hettinger | 2007-12-19 | 1 | -0/+8 |
|
|
* | Patch # 1140 (my code, approved by Effbot). | Guido van Rossum | 2007-09-10 | 1 | -0/+25 |
|
|
* | Remove test.test_support.guard_warnings_filter. | Brett Cannon | 2007-08-14 | 1 | -2/+2 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -1/+1 |
|
|
* | Array module's buffer interface can now handle empty arrays. | Raymond Hettinger | 2007-04-02 | 1 | -0/+7 |
|
|
* | Bug #1675967: re patterns pickled with older Python versions can | Žiga Seilnacht | 2007-03-21 | 1 | -1/+7 |
|
|
* | Rename sre.py -> re.py | Neal Norwitz | 2006-03-16 | 1 | -1/+1 |
|
|
* | Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than | Gustavo Niemeyer | 2005-09-14 | 1 | -0/+3 |
|
|
* | M-x untabify | Michael W. Hudson | 2005-06-03 | 1 | -9/+9 |
|
|
* | [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one | Andrew M. Kuchling | 2005-06-02 | 1 | -0/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-12 | 1 | -1/+1 |
|
|
* | Fixing bug #817234, which made SRE get into an infinite loop on | Gustavo Niemeyer | 2004-09-03 | 1 | -0/+16 |
|
|
* | Applying modified version of patch #1018386, which fixes | Gustavo Niemeyer | 2004-09-03 | 1 | -0/+53 |
|
|
* | Add weakref support to sockets and re pattern objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+8 |
|
|
* | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. | Martin v. Löwis | 2004-05-07 | 1 | -0/+9 |
|
|
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -0/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
|
|
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 | 1 | -7/+7 |
|
|
* | Fix and test for bug #764548: | Just van Rossum | 2003-07-02 | 1 | -0/+10 |
|
|
* | fixed typo in comment | Just van Rossum | 2003-07-02 | 1 | -1/+1 |
|
|
* | Many new tests, based on gcov's coverage information. | Gustavo Niemeyer | 2003-06-20 | 1 | -0/+172 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -4/+2 |
|
|
* | Fix for part of the problem mentioned in #725149 by Greg Chapman. | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+7 |
|
|
* | Applied patch #725106, by Greg Chapman, fixing capturing groups | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+19 |
|
|
* | final bit of tests converted from test_sre | Skip Montanaro | 2003-04-25 | 1 | -8/+25 |
|
|
* | more tests converted from test_sre | Skip Montanaro | 2003-04-25 | 1 | -14/+35 |
|
|