index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
glob.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...
Benjamin Peterson
2009-04-05
*
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Guido van Rossum
2008-10-02
*
Fix build error.
Alexandre Vassalotti
2008-01-27
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Patch #943206:
Johannes Gijsbers
2005-01-08
*
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...
Johannes Gijsbers
2004-08-30
*
Patch #409973: Speedup glob.glob, add fnmatch.filter.
Martin v. Löwis
2001-06-06
*
more __all__ updates
Skip Montanaro
2001-01-20
*
Whitespace normalization.
Tim Peters
2001-01-14
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
*
New doc strings.
Guido van Rossum
1997-04-02
*
Never return a non-existing pathname.
Guido van Rossum
1992-01-12
*
Use module 'os'
Guido van Rossum
1992-01-12
*
New == syntax
Guido van Rossum
1992-01-01
*
path.cat --> join
Guido van Rossum
1991-08-16
*
Initial revision
Guido van Rossum
1991-01-01