1. fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 11 years ago
  2. 914ec6f Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 11 years ago
  3. ee4a20b Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 11 years ago
  4. 6e5c8f9 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  5. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  6. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  7. feb318a Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  8. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  9. 39a6ee2 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
  10. 3d068b2 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
  11. 9b3fb0c Backed out changeset dafca4714298 by Tim Golden · 12 years ago
  12. 8f323d9 issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon by Tim Golden · 12 years ago
  13. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  14. 7079240 Fix closes issue12432 - remove the unused sys from glob.py by Senthil Kumaran · 13 years ago
  15. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  16. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  17. 06b1ab8ed Fix build error. by Alexandre Vassalotti · 16 years ago
  18. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  19. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  20. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  21. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  22. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  23. b5d4d2a Patch #409973: Speedup glob.glob, add fnmatch.filter. by Martin v. Löwis · 23 years ago
  24. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  25. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  26. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  27. ab096c9 New doc strings. by Guido van Rossum · 27 years ago
  28. c2ef5c2 Never return a non-existing pathname. by Guido van Rossum · 33 years ago
  29. bba77af Use module 'os' by Guido van Rossum · 33 years ago
  30. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  31. 784ca6c path.cat --> join by Guido van Rossum · 33 years ago
  32. 65a9620 Initial revision by Guido van Rossum · 34 years ago