Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 82766 via svnmerge from | R. David Murray | 2010-07-10 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k Since 'purge' is an API change, modified it to be _purge for 2.x and deleted the doc update. ........ r82766 | r.david.murray | 2010-07-10 09:52:13 -0400 (Sat, 10 Jul 2010) | 5 lines Fix 'refleak' introduced by fnmatch cache purge tests. This introduces a 'purge' function for the fnmatch module analogous to the 'purge' function in the re module. ........ | ||||
* | Merged revisions 82730 via svnmerge from | R. David Murray | 2010-07-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k 'merge' in the sense that this is the same fix by the same author. ........ r82730 | r.david.murray | 2010-07-09 08:23:21 -0400 (Fri, 09 Jul 2010) | 4 lines 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. Patch by Andrew Clegg. ........ | ||||
* | Issue 6665: Fix fnmatch to properly match filenames with newlines in them. | Gregory P. Smith | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | SF patch #765238: fix fnmatch.__all__ | Raymond Hettinger | 2003-07-13 | 1 | -1/+1 |
| | | | | (Contributed by George Yoshida.) | ||||
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
| | |||||
* | Patch #409973: Speedup glob.glob, add fnmatch.filter. | Martin v. Löwis | 2001-06-06 | 1 | -0/+20 |
| | |||||
* | Donovan Baarda <abo@users.sourceforge.net>: | Fred Drake | 2001-03-21 | 1 | -9/+5 |
| | | | | | | Patch to make "\" in a character group work properly. This closes SF bug #409651. | ||||
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -68/+68 |
| | |||||
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
| | |||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -9/+6 |
| | |||||
* | changes for the Mac | Guido van Rossum | 1995-01-27 | 1 | -9/+45 |
| | |||||
* | Get rid of debug print statement. | Guido van Rossum | 1992-01-14 | 1 | -1/+0 |
| | |||||
* | Rewritten using regex. | Guido van Rossum | 1992-01-12 | 1 | -65/+45 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -18/+24 |
| | |||||
* | Support [...] ranges. Also [!...] for negated ranges, SYSV shell style. | Guido van Rossum | 1991-04-07 | 1 | -14/+50 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-01-01 | 1 | -0/+35 |