COMMITS
/ Lib/test/test_fnmatch.py 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
B
gh-74598: add `fnmatch.filterfalse` for excluding names matching a patern (#121185)
Bénédikt Tran committed
November 27, 2024
B
gh-122288: Improve performances of `fnmatch.translate` (#122289)
Bénédikt Tran committed
June 5, 2022
S
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
Serhiy Storchaka committed
March 21, 2022
T
bpo-47080: Use atomic groups to simplify fnmatch (GH-32029)
Tim Peters committed
May 12, 2020
T
bpo-40480: restore ability to join fnmatch.translate() results (GH-20049)
Tim Peters committed
May 6, 2020
T
bpo-40480 "fnmatch" exponential execution time (GH-19908)
Tim Peters committed
February 9, 2018
S
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
Serhiy Storchaka committed
May 21, 2017
S
bpo-30415: Add new tests for the fnmatch module. (#1684)
Serhiy Storchaka committed
September 11, 2016
S
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware 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
Add tests for fnmatch.filter and translate.
Brett Cannon committed
July 10, 2010
R
Fix 'refleak' introduced by fnmatch cache purge tests.
R. David Murray committed
July 9, 2010
R
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
R. David Murray committed
March 14, 2010
G
Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from
Georg Brandl committed
August 16, 2009
G
Merged revisions 74475 via svnmerge from
Gregory P. Smith committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
October 2, 2008
G
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Guido van Rossum committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
July 23, 2002
B
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw committed
September 20, 2001
F
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake committed
May 22, 2001
F
Remove unused import.
Fred Drake committed
March 21, 2001
F
Add test cases for the fnmatch module.
Fred Drake committed