aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_re.py
Commit message (Expand)AuthorAge
* #2650: Add tests with non-ascii chars for re.escape.Ezio Melotti2011-03-25
* #2650: Refactor the tests for re.escape.Ezio Melotti2011-03-25
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-15
* Merged revisions 78729 via svnmerge fromEzio Melotti2010-03-06
* Merged revisions 78664 via svnmerge fromVictor Stinner2010-03-04
* Merged revisions 77708 via svnmerge fromEzio Melotti2010-01-23
* Merged revisions 77501 via svnmerge fromAntoine Pitrou2010-01-14
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* Merged revisions 74118 via svnmerge fromR. David Murray2009-07-21
* Issue #3756: make re.escape() handle bytes as well as str.Guido van Rossum2008-09-10
* Merged revisions 66364 via svnmerge fromGuido van Rossum2008-09-10
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-09
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-25
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* #3231: re.compile fails with some bytes patternsAntoine Pitrou2008-07-22
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-02
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Remove the sre module.Brett Cannon2008-05-11
* Fix 're' to work on bytes. It could do with a few more tests, though.Thomas Wouters2008-03-18
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-11
* Fixed unichr() -> chr()Christian Heimes2008-01-04
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-03
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-24
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-19
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-16
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-20
* There is no longer a 'c' array typecode.Guido van Rossum2007-07-03
* Make test_re pass.Guido van Rossum2007-05-15
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-17
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-21
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-14
* M-x untabifyMichael W. Hudson2005-06-03
* [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first oneAndrew M. Kuchling2005-06-02
* Whitespace normalization.Tim Peters2004-09-12
* Fixing bug #817234, which made SRE get into an infinite loop onGustavo Niemeyer2004-09-03
* Applying modified version of patch #1018386, which fixesGustavo Niemeyer2004-09-03
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-31
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-07
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-20
* Whitespace normalization.Tim Peters2004-01-18
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-17
* Fix and test for bug #764548:Just van Rossum2003-07-02
* fixed typo in commentJust van Rossum2003-07-02