1. 237458b Revert rev. 54198, it's not really backwards compatible. by Georg Brandl · 18 years ago
  2. 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  3. a31bf18 glob('anything*/') would fail because isdir is in os.path, not os. by Neal Norwitz · 19 years ago
  4. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  5. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  6. b5d4d2a Patch #409973: Speedup glob.glob, add fnmatch.filter. by Martin v. Löwis · 23 years ago
  7. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  8. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  9. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  10. ab096c9 New doc strings. by Guido van Rossum · 28 years ago
  11. c2ef5c2 Never return a non-existing pathname. by Guido van Rossum · 33 years ago
  12. bba77af Use module 'os' by Guido van Rossum · 33 years ago
  13. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  14. 784ca6c path.cat --> join by Guido van Rossum · 33 years ago
  15. 65a9620 Initial revision by Guido van Rossum · 34 years ago