1. 3ae4155 Issue #27998: Removed workarounds for supporting bytes paths on Windows in by Serhiy Storchaka · 8 years ago
  2. c98b26a Issue #25596: Falls back to listdir in glob for bytes paths on Windows. by Serhiy Storchaka · 8 years ago
  3. 28ab634 Issue #25596: Optimized glob() and iglob() functions in the by Serhiy Storchaka · 8 years ago
  4. 04b5700 Issue #25584: Added "escape" to the __all__ list in the glob module. by Serhiy Storchaka · 9 years ago
  5. 735b790 Issue #25584: Fixed recursive glob() with patterns starting with '**'. by Serhiy Storchaka · 9 years ago
  6. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  7. 6f20170 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 10 years ago
  8. fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 11 years ago
  9. 914ec6f Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 11 years ago
  10. ee4a20b Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 11 years ago
  11. 6e5c8f9 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 11 years ago
  12. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 11 years ago
  13. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 11 years ago
  14. feb318a Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 11 years ago
  15. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 11 years ago
  16. 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 · 11 years ago
  17. 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 · 11 years ago
  18. 9b3fb0c Backed out changeset dafca4714298 by Tim Golden · 12 years ago
  19. 8f323d9 issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon by Tim Golden · 12 years ago
  20. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  21. 7079240 Fix closes issue12432 - remove the unused sys from glob.py by Senthil Kumaran · 13 years ago
  22. 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
  23. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  24. 06b1ab8ed Fix build error. by Alexandre Vassalotti · 16 years ago
  25. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  26. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  27. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  28. 836f543 Patch #943206: by Johannes Gijsbers · 19 years ago
  29. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  30. b5d4d2a Patch #409973: Speedup glob.glob, add fnmatch.filter. by Martin v. Löwis · 23 years ago
  31. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  32. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  33. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  34. ab096c9 New doc strings. by Guido van Rossum · 27 years ago
  35. c2ef5c2 Never return a non-existing pathname. by Guido van Rossum · 32 years ago
  36. bba77af Use module 'os' by Guido van Rossum · 32 years ago
  37. bdfcfcc New == syntax by Guido van Rossum · 32 years ago
  38. 784ca6c path.cat --> join by Guido van Rossum · 33 years ago
  39. 65a9620 Initial revision by Guido van Rossum · 33 years ago