COMMITS
/ Doc/library/glob.rst October 19, 2025
N
docs: be clearer that glob results are unordered (#140184)
Ned Batchelder committed
May 3, 2025
S
gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338)
Serhiy Storchaka committed
March 1, 2025
February 28, 2025
B
GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#116392)
Barney Gale committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 11, 2024
March 17, 2024
B
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale committed
January 26, 2024
B
GH-73435: Add `pathlib.PurePath.full_match()` (#114350)
Barney Gale committed
November 13, 2023
B
GH-110417: Fix `glob` docs ordering (#110418)
Barney Gale committed
B
GH-72904: Add `glob.translate()` function (#106703)
Barney Gale committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 13, 2022
G
Fix small typo (#92721)
Gabi Nagy committed
May 2, 2022
December 18, 2021
A
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
andrei kulakov committed
April 21, 2021
S
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
Saiyang Gou committed
September 4, 2020
S
bpo-40486: Specify what happens if directory content change diring iteration (GH-22025)
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
September 11, 2019
M
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
November 4, 2018
E
Explain that the orderness of the result of glob is system-dependant (GH-6587)
Elena Oat committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
February 17, 2018
Z
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
Zackery Spytz committed
September 6, 2016
S
Issue #25596: Optimized glob() and iglob() functions in the
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
November 17, 2015
M
Issue #25615: Merge glob doc from 3.4 into 3.5
Martin Panter committed
November 16, 2015
M
Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones
Martin Panter committed
November 2, 2015
S
Issue #25523: Further a-to-an corrections new in 3.5.
Serhiy Storchaka committed
September 11, 2014
S
Issue #13968: The glob module now supports recursive search in
Serhiy Storchaka committed
November 22, 2013
A
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
Antoine Pitrou 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
November 17, 2012
E
#16420: document a way to escape metacharacters in glob/fnmatch.
Ezio Melotti committed
January 10, 2011
R
Separate source link from main text.
Raymond Hettinger committed
R
Move source links to consistent location and remove wordy, big yellow boxes.
Raymond Hettinger committed
January 7, 2011
A
Put those "seealso"s together
Antoine Pitrou committed
November 16, 2010
É
Provide links to Python source where the code is short, readable and
Éric Araujo committed
May 17, 2009
G
More conversion to new-style optional args.
Georg Brandl committed
November 1, 2007
G
#1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.
Georg Brandl committed
September 1, 2007
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed