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