| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 1 | -4/+2 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -20/+45 |
|
|
* | #3231: re.compile fails with some bytes patterns | Antoine Pitrou | 2008-07-22 | 1 | -20/+23 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -0/+7 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Remove the sre module. | Brett Cannon | 2008-05-11 | 1 | -10/+0 |
|
|
* | Fix 're' to work on bytes. It could do with a few more tests, though. | Thomas Wouters | 2008-03-18 | 1 | -31/+19 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -0/+12 |
|
|
* | Fixed unichr() -> chr() | Christian Heimes | 2008-01-04 | 1 | -2/+2 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -0/+30 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 1 | -0/+8 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -3/+4 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -0/+28 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
|
|
* | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 1 | -2/+2 |
|
|
* | Getting rid of cPickle. Mmm, feels good! | Guido van Rossum | 2007-07-20 | 1 | -6/+0 |
|
|
* | There is no longer a 'c' array typecode. | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Make test_re pass. | Guido van Rossum | 2007-05-15 | 1 | -14/+2 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -18/+18 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+14 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -5/+5 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -14/+14 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 | 1 | -2/+6 |
|
|
* | Merge trunk up to 43069, putting re.py back and hopefully making the branch | Thomas Wouters | 2006-04-21 | 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 |
|
|
* | more tests from test_sre | Skip Montanaro | 2003-04-25 | 1 | -2/+44 |
|
|
* | copy a few tests from test_sre | Skip Montanaro | 2003-04-25 | 1 | -0/+15 |
|
|
* | Fix test_limitations(). The match there is *expected* to raise | Guido van Rossum | 2003-04-25 | 1 | -1/+6 |
|
|
* | first cut at unittest version of re tests | Skip Montanaro | 2003-04-24 | 1 | -374/+297 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|