COMMITS
/ Lib/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
June 19, 2022
L
gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)
Lei Zhang committed
August 4, 2021
A
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
andrei kulakov committed
November 23, 2020
N
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Nick Crews committed
April 10, 2020
E
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith committed
November 19, 2019
April 26, 2014
B
shallow defaults to 'True' not '1' (closes #21355)
Benjamin Peterson committed
February 2, 2014
R
whatsnew: filecmp.clear_cache, and reword description of cache in docs.
R David Murray committed
June 14, 2013
N
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Ned Deily committed
January 12, 2013
December 14, 2012
A
Cleanup filecmp: starting from 3.3 os.error is alias for OSError
Andrew Svetlov committed
June 25, 2011
R
Issue 11802: filecmp cache was growing without bound.
Raymond Hettinger committed
June 4, 2009
R
Use new form of with-statement instead of contextlib.nested().
Raymond Hettinger committed
May 17, 2009
G
Use PEP 8 and true booleans.
Georg Brandl committed
March 21, 2009
August 17, 2008
B
Merged revisions 65787 via svnmerge from
Brett Cannon committed
March 13, 2008
R
Move itertools izip() code to builtins as zip(). Complete the renaming.
Raymond Hettinger committed
R
Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().
Raymond Hettinger committed
R
Issues 2186 and 2187. Move map() from itertools to builtins.
Raymond Hettinger committed
R
Issue 2186 and 2187. Move filter from itertools to builtins.
Raymond Hettinger committed
January 6, 2008
G
Fix more exception slicing.
Georg Brandl committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed
February 11, 2007
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 19, 2006
G
Only three failing tests left: dbm, gdbm, tcl!
Guido van Rossum committed
December 5, 2004
R
Removed deprecated use_statcache argument.
Raymond Hettinger committed
September 2, 2003
R
SF bug #453515: filecmp.dircmp case sensitivity bug
Raymond Hettinger committed
February 27, 2003
R
Module review:
Raymond Hettinger committed
February 6, 2003
A
Add DeprecationWarning when use_statcache argument is supplied
Andrew M. Kuchling committed
A
[Bug #680494] filecmp.py uses obsolete statcache module.
Andrew M. Kuchling committed
June 2, 2002
R
Replaced .keys() with dictionary iterators
Raymond Hettinger committed
June 1, 2002
R
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger committed
April 4, 2002
T
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters committed
January 20, 2001
S
more __all__ updates
Skip Montanaro committed
January 14, 2001
T
Whitespace normalization.
Tim Peters committed
December 12, 2000
F
Update the code to better reflect recommended style:
Fred Drake committed
December 3, 2000
M
Call of _cmp had wrong number of paramereters.
Moshe Zadka committed
July 3, 2000
F
cmpfiles(): Added shallow and use_statcache parameters, with same meanings
Fred Drake committed
June 29, 2000
G
Whoops! We just discovered that Gordon's revamp of this module was
Guido van Rossum committed
March 28, 2000
G
Fredrik Lundh:
Guido van Rossum committed
February 4, 2000
G
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum committed
February 3, 2000
G
# module filecmp
Guido van Rossum committed
October 26, 1999
G
New module by Moshe Zadka (submitted on Sept. 25). This unifies the
Guido van Rossum committed