COMMITS
/ Doc/library/fnmatch.rst April 14, 2026
H
gh-86519: Update docs for `prefixmatch` (#148096)
Hugo van Kemenade committed
July 19, 2025
G
gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (#136781)
Gergely Elias committed
May 3, 2025
S
gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338)
Serhiy Storchaka committed
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
B
gh-74598: add `fnmatch.filterfalse` for excluding names matching a patern (#121185)
Bénédikt Tran committed
January 13, 2025
B
gh-123345: improve `fnmatch` docs (#123346)
Bénédikt Tran committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 16, 2024
E
gh-94220: Align fnmatch docs with the implementation and amend markup (#114152)
Erlend E. Aasland committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
November 28, 2022
M
`fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819)
Matthew Hughes committed
July 15, 2021
A
bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)
andrei kulakov committed
December 18, 2020
A
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
Andre Delfino committed
November 7, 2018
A
glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)
Andrés Delfino committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 4, 2017
S
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka committed
June 10, 2017
C
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535)
csabella committed
October 27, 2016
S
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
Serhiy Storchaka committed
S
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
Serhiy Storchaka committed
S
Issue #22493: Updated an example for fnmatch.translate().
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 2, 2015
R
#24108: Update fnmatch.translate example to show correct output.
R David Murray committed
November 23, 2013
E
#19639: update the repr of the match objects in the docs. Patch by Claudiu Popa.
Ezio Melotti 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
Group seealsos
Antoine Pitrou committed
November 16, 2010
É
Provide links to Python source where the code is short, readable and
Éric Araujo committed
August 13, 2010
A
Re-apply r83871.
Antoine Pitrou committed
August 9, 2010
A
Also temporarily revert r83871, to fix compilation on buildbots
Antoine Pitrou committed
R
Issue 7846: fnmatch cache can grow without bound
Raymond Hettinger committed
July 23, 2010
B
Mention in the fnmatch docs that meta-characters in translate cannot be quoted.
Brett Cannon committed
July 10, 2010
R
Fix 'refleak' introduced by fnmatch cache purge tests.
R. David Murray committed
September 23, 2009
E
Merged revisions 75039 via svnmerge from
Ezio Melotti committed
May 17, 2009
G
Remove surplus empty lines and convert more files to new optional arg style.
Georg Brandl committed
March 23, 2008
September 4, 2007
G
Convert all print statements in the docs.
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