1. 3fdffc9 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 10 years ago
  2. 2342784 Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 12 years ago
  3. 124ee8b Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  4. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  5. 3ade761 #5655: fix docstring oversight. by Georg Brandl · 16 years ago
  6. b54a809 Fix for glob.py if filesystem encoding is None. by Georg Brandl · 18 years ago
  7. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  8. a31bf18 glob('anything*/') would fail because isdir is in os.path, not os. by Neal Norwitz · 19 years ago
  9. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  10. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  11. b5d4d2a Patch #409973: Speedup glob.glob, add fnmatch.filter. by Martin v. Löwis · 23 years ago
  12. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  13. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  14. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  15. ab096c9 New doc strings. by Guido van Rossum · 28 years ago
  16. c2ef5c2 Never return a non-existing pathname. by Guido van Rossum · 33 years ago
  17. bba77af Use module 'os' by Guido van Rossum · 33 years ago
  18. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  19. 784ca6c path.cat --> join by Guido van Rossum · 33 years ago
  20. 65a9620 Initial revision by Guido van Rossum · 34 years ago