| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16564: Fixed a performance regression relative to Python 3.1 in the | Serhiy Storchaka | 2013-03-16 | 1 | -9/+25 |
|
|
* | #14236: fix docs for \S. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 |
|
|
* | #14236: mention Unicode whitespace in \s documentation. | Ezio Melotti | 2012-04-29 | 1 | -1/+4 |
|
|
* | Closes #14244: add info about capturing groups and maxsplit to the docstring ... | Georg Brandl | 2012-03-10 | 1 | -3/+8 |
|
|
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|
|
* | #2650: Merge with 3.1. | Ezio Melotti | 2011-03-25 | 1 | -2/+1 |
|\ |
|
| * | #2650: Refactor re.escape to use enumerate(). | Ezio Melotti | 2011-03-25 | 1 | -2/+1 |
|
|
* | | Adopt more descriptive attribute names as suggested on python-dev. | Raymond Hettinger | 2010-09-04 | 1 | -2/+2 |
|
|
* | | Clean-up the cache patch for the re module. | Raymond Hettinger | 2010-08-14 | 1 | -48/+7 |
|
|
* | | Reapply r83877. | Antoine Pitrou | 2010-08-13 | 1 | -20/+12 |
|
|
* | | Revert r83877 in order to fix compilation | Antoine Pitrou | 2010-08-09 | 1 | -12/+20 |
|
|
* | | reapply the revert made in r83875 | Senthil Kumaran | 2010-08-09 | 1 | -20/+12 |
|
|
* | | Revert 83784 adding functools.lru_cache() to the re module. | Raymond Hettinger | 2010-08-09 | 1 | -12/+20 |
|
|
* | | Issue 9396. Apply functools.lru_cache in the place of the | Raymond Hettinger | 2010-08-09 | 1 | -20/+12 |
|
|
* | | The default size of the re module's compiled regular expression cache has | Gregory P. Smith | 2010-07-27 | 1 | -3/+36 |
|/ |
|
* | Merged revisions 70090 via svnmerge from | Gregory P. Smith | 2009-03-02 | 1 | -6/+6 |
|
|
* | Merged revisions 68116-68119,68121,68123-68127 via svnmerge from | Benjamin Peterson | 2009-01-01 | 1 | -2/+4 |
|
|
* | Issue #3756: make re.escape() handle bytes as well as str. | Guido van Rossum | 2008-09-10 | 1 | -15/+31 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -8/+23 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -1/+1 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -1/+6 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -3/+6 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 1 | -0/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -9/+3 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Merge trunk up to 43069, putting re.py back and hopefully making the branch | Thomas Wouters | 2006-04-21 | 1 | -0/+315 |
|
|
* | Merge trunk's 43068, deleting re.py. This leaves the branch in a broken | Thomas Wouters | 2006-04-21 | 1 | -6/+0 |
|
|
* | Give people who run "pydoc re" a clue. | Neil Schemenauer | 2003-01-31 | 1 | -1/+1 |
|
|
* | point people to the Python bug tracker, rather than to a mail | Fredrik Lundh | 2002-10-19 | 1 | -16/+0 |
|
|
* | Add 'engine' back. IDLE used this, others might have copied it from | Guido van Rossum | 2002-07-28 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -1/+0 |
|
|
* | Remove support for importing 'pre' module | Andrew M. Kuchling | 2002-04-10 | 1 | -14/+2 |
|
|
* | Added docstrings by Neal Norwitz. This closes SF bug #450980. | Fred Drake | 2001-09-04 | 1 | -3/+2 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+2 |
|
|
* | My fix to the URL accidentally also switched back to the "pre" module. | Guido van Rossum | 2000-08-01 | 1 | -2/+2 |
|
|
* | Replace the jitterbug page with the SF Bug Tracker page. | Guido van Rossum | 2000-08-01 | 1 | -3/+3 |
|
|
* | replaced <some suitable mail address> with something slightly | Fredrik Lundh | 2000-06-30 | 1 | -4/+25 |
|
|
* | Switch to sre for regular expression matching (the new mini-re module | Guido van Rossum | 2000-06-30 | 1 | -650/+9 |
|
|
* | Correct typo in module doc string doscovered by Jonathan Giddy. | Guido van Rossum | 1999-11-15 | 1 | -1/+1 |
|
|
* | Patch by Jeffrey Chang to add docstrings everywhere. | Guido van Rossum | 1999-07-09 | 1 | -31/+314 |
|
|
* | The .subn() method wasn't setting _num_regs, which is used by the .groups() | Andrew M. Kuchling | 1998-08-21 | 1 | -0/+1 |
|
|
* | Modest speed improvement to escape() by Piet van Oostrum. | Guido van Rossum | 1998-07-20 | 1 | -5/+5 |
|
|
* | Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by | Guido van Rossum | 1998-07-17 | 1 | -38/+71 |
|
|
* | Added findall() to RegexObject -- return a list of all matches in a | Guido van Rossum | 1998-06-29 | 1 | -16/+61 |
|
|
* | Remove Emacs and #! cruft. | Guido van Rossum | 1998-05-29 | 1 | -4/+0 |
|
|
* | AMK's latest | Guido van Rossum | 1998-04-03 | 1 | -6/+6 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -177/+177 |
|
|
* | Fix for literal null bytes -- these must be replaced by the four | Guido van Rossum | 1998-02-19 | 1 | -2/+3 |
|
|