COMMITS
/ Lib/test/test_filecmp.py July 30, 2024
B
gh-122400: Handle ValueError in filecmp (GH-122401)
Bénédikt Tran committed
July 14, 2024
J
gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)
Jelle Zijlstra committed
March 4, 2024
T
gh-57141: Add dircmp shallow option (GH-109499)
Tobias Rautenkranz committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
April 5, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)
Inada Naoki committed
November 23, 2020
N
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Nick Crews committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
Hai Shi committed
August 14, 2014
B
Issue #21445: Pass exception messages correctly to assertTrue in
Berker Peksag committed
May 4, 2014
B
use with blocks to make sure files are closed
Benjamin Peterson committed
B
improve test coverage of filecmp (closes #21357)
Benjamin Peterson committed
June 14, 2013
N
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Ned Deily committed
January 12, 2013
August 15, 2012
R
#15269: document dircmp.left and right, and add tests for them.
R David Murray committed
March 14, 2010
G
Merged revisions 78093 via svnmerge from
Georg Brandl committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
July 11, 2007
G
Patch by Christian Heimes to change self.assert_(x == y) into
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
September 2, 2003
R
Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py
Raymond Hettinger committed
R
SF bug #453515: filecmp.dircmp case sensitivity bug
Raymond Hettinger committed
May 1, 2003
W
Combine the functionality of test_support.run_unittest()
Walter Dörwald committed
February 6, 2003
A
Add test suite for filecmp.py, after some discussion on bug #680494.
Andrew M. Kuchling committed