1. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  2. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  3. d0dbb20 Set cache sizes to a power-of-two by Raymond Hettinger · 11 years ago
  4. 682ca1e Fix BytesWarnings in fnmatch by Antoine Pitrou · 13 years ago
  5. ded203f Bytes are already distinct from text, so typed=True isn't necessary. by Raymond Hettinger · 13 years ago
  6. db84803 Simplify calls in fnmatch. by Raymond Hettinger · 13 years ago
  7. 6fdb74f Re-apply r83871. by Antoine Pitrou · 14 years ago
  8. f14c263 Also temporarily revert r83871, to fix compilation on buildbots by Antoine Pitrou · 14 years ago
  9. 5b0c1e0 Issue 7846: fnmatch cache can grow without bound by Raymond Hettinger · 14 years ago
  10. cc14320 Make fnmatch be more PEP 8 compliant. by Brett Cannon · 14 years ago
  11. 0425a8e Fix 'refleak' introduced by fnmatch cache purge tests. by R. David Murray · 14 years ago
  12. ea340a3 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. by R. David Murray · 14 years ago
  13. 0109970 Merged revisions 74475 via svnmerge from by Gregory P. Smith · 15 years ago
  14. 3f2291f Change fnmatch.py to use separate caches for str and bytes keys. by Guido van Rossum · 16 years ago
  15. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  16. 4a4296e SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  17. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  18. b5d4d2a Patch #409973: Speedup glob.glob, add fnmatch.filter. by Martin v. Löwis · 23 years ago
  19. 46d9fda Donovan Baarda <abo@users.sourceforge.net>: by Fred Drake · 23 years ago
  20. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  21. 88869f9 Whitespace normalization. by Tim Peters · 23 years ago
  22. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  23. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  24. 7e4b2de changes for the Mac by Guido van Rossum · 29 years ago
  25. 3ec6c1d Get rid of debug print statement. by Guido van Rossum · 32 years ago
  26. 05e5219 Rewritten using regex. by Guido van Rossum · 32 years ago
  27. bdfcfcc New == syntax by Guido van Rossum · 32 years ago
  28. fc61383 Support [...] ranges. Also [!...] for negated ranges, SYSV shell style. by Guido van Rossum · 33 years ago
  29. 762c39e Initial revision by Guido van Rossum · 33 years ago