index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
glob.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8402: Added the escape() function to the glob module.
Serhiy Storchaka
2013-11-18
1
-2
/
+14
*
Issue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen
2013-02-23
1
-2
/
+8
|
\
|
*
Issue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen
2013-02-23
1
-2
/
+8
*
|
#16618: Make glob.glob match consistently across strings and bytes
Hynek Schlawack
2012-12-27
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-1
/
+1
|
*
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou
2012-12-16
1
-2
/
+1
|
|
\
|
|
*
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
1
-2
/
+1
|
|
|
\
|
|
|
*
Backed out changeset dafca4714298
Tim Golden
2012-11-06
1
-47
/
+18
|
|
|
*
issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon
Tim Golden
2012-11-06
1
-18
/
+47
|
|
|
*
utilize yield from
Philip Jenvey
2012-10-01
1
-2
/
+1
*
|
|
|
#16618: Make glob.glob match consistently across strings and bytes
Hynek Schlawack
2012-12-27
1
-2
/
+5
|
/
/
/
*
|
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou
2012-12-16
1
-1
/
+1
|
/
/
*
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
1
-1
/
+4
|
/
*
Fix closes issue12432 - remove the unused sys from glob.py
Senthil Kumaran
2011-07-03
1
-1
/
+0
*
Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...
Benjamin Peterson
2009-04-05
1
-1
/
+1
*
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Guido van Rossum
2008-10-02
1
-6
/
+11
*
Fix build error.
Alexandre Vassalotti
2008-01-27
1
-1
/
+1
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-2
/
+2
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-4
/
+8
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1
/
+1
*
Patch #943206:
Johannes Gijsbers
2005-01-08
1
-22
/
+40
*
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...
Johannes Gijsbers
2004-08-30
1
-2
/
+2
*
Patch #409973: Speedup glob.glob, add fnmatch.filter.
Martin v. Löwis
2001-06-06
1
-7
/
+6
*
more __all__ updates
Skip Montanaro
2001-01-20
1
-0
/
+1
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-41
/
+41
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
1
-3
/
+3
*
New doc strings.
Guido van Rossum
1997-04-02
1
-1
/
+6
*
Never return a non-existing pathname.
Guido van Rossum
1992-01-12
1
-4
/
+13
*
Use module 'os'
Guido van Rossum
1992-01-12
1
-13
/
+10
*
New == syntax
Guido van Rossum
1992-01-01
1
-2
/
+3
*
path.cat --> join
Guido van Rossum
1991-08-16
1
-2
/
+2
*
Initial revision
Guido van Rossum
1991-01-01
1
-0
/
+44