Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
249cbe794e048d7c6c34169d4b59529f1c0baedb
/
Lib
/
glob.py
237458b
Revert rev. 54198, it's not really backwards compatible.
by Georg Brandl
· 18 years ago
84a0b8d
Patch #1001604: glob.glob() now returns unicode filenames if it was
by Georg Brandl
· 18 years ago
a31bf18
glob('anything*/') would fail because isdir is in os.path, not os.
by Neal Norwitz
· 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