COMMITS
/ Lib/glob.py December 18, 2021
A
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
andrei kulakov committed
June 23, 2021
S
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843)
Serhiy Storchaka committed
April 21, 2021
S
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
Saiyang Gou committed
October 20, 2020
S
bpo-38144: Re-add accidentally removed audition for glob. (GH-22805)
Serhiy Storchaka committed
June 18, 2020
S
bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
Serhiy Storchaka committed
February 6, 2020
S
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
Serhiy Storchaka committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
October 5, 2016
S
Issue #27998: Removed workarounds for supporting bytes paths on Windows in
Serhiy Storchaka committed
September 7, 2016
S
Issue #25596: Falls back to listdir in glob for bytes paths on Windows.
Serhiy Storchaka committed
September 6, 2016
S
Issue #25596: Optimized glob() and iglob() functions in the
Serhiy Storchaka committed
November 9, 2015
S
Issue #25584: Added "escape" to the __all__ list in the glob module.
Serhiy Storchaka committed
S
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
Serhiy Storchaka committed
September 11, 2014
S
Issue #13968: The glob module now supports recursive search in
Serhiy Storchaka committed
August 12, 2014
S
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
Serhiy Storchaka committed
November 18, 2013
S
Issue #8402: Added the escape() function to the glob module.
Serhiy Storchaka committed
February 23, 2013
P
Issue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen committed
P
Issue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen committed
December 27, 2012
H
#16618: Make glob.glob match consistently across strings and bytes
Hynek Schlawack committed
H
#16618: Make glob.glob match consistently across strings and bytes
Hynek Schlawack committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
December 16, 2012
A
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou committed
A
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou committed
A
November 6, 2012
T
Backed out changeset dafca4714298
Tim Golden committed
T
issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon
Tim Golden committed
October 1, 2012
P
utilize yield from
Philip Jenvey committed
July 4, 2011
S
Fix closes issue12432 - remove the unused sys from glob.py
Senthil Kumaran committed
April 5, 2009
October 2, 2008
G
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Guido van Rossum committed
January 27, 2008
A
Fix build error.
Alexandre Vassalotti committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
January 8, 2005
J
Patch #943206:
Johannes Gijsbers committed
August 30, 2004
J
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
Johannes Gijsbers committed
June 6, 2001
M
Patch #409973: Speedup glob.glob, add fnmatch.filter.
Martin v. Löwis committed
January 20, 2001
S
more __all__ updates
Skip Montanaro committed
January 14, 2001
T
Whitespace normalization.
Tim Peters committed
October 22, 1997
G
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum committed
April 2, 1997
G
New doc strings.
Guido van Rossum committed
January 12, 1992
G
Never return a non-existing pathname.
Guido van Rossum committed
G
Use module 'os'
Guido van Rossum committed
January 1, 1992
G
New == syntax
Guido van Rossum committed
August 16, 1991
G
path.cat --> join
Guido van Rossum committed
January 1, 1991
G
Initial revision
Guido van Rossum committed