summaryrefslogtreecommitdiff
path: root/Lib/filecmp.py
Commit message (Expand)AuthorAgeFilesLines
* shallow defaults to 'True' not '1' (closes #21355)Benjamin Peterson2014-04-261-1/+1
* whatsnew: filecmp.clear_cache, and reword description of cache in docs.R David Murray2014-02-021-2/+2
* Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.Ned Deily2013-06-141-3/+8
* Close #15442: Expand the list of default directories ignored by filecmp.dircm...Eli Bendersky2013-01-121-3/+7
* Cleanup filecmp: starting from 3.3 os.error is alias for OSErrorAndrew Svetlov2012-12-141-3/+3
* Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-251-5/+6
* Use new form of with-statement instead of contextlib.nested().Raymond Hettinger2009-06-041-2/+1
* Use PEP 8 and true booleans.Georg Brandl2009-05-171-6/+6
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-9/+9
* Merged revisions 65787 via svnmerge fromBrett Cannon2008-08-171-1/+0
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-131-3/+3
* Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().Raymond Hettinger2008-03-131-4/+4
* Issues 2186 and 2187. Move map() from itertools to builtins.Raymond Hettinger2008-03-131-3/+3
* Issue 2186 and 2187. Move filter from itertools to builtins.Raymond Hettinger2008-03-131-2/+2
* Fix more exception slicing.Georg Brandl2008-01-061-2/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-3/+3
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-10/+10
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Only three failing tests left: dbm, gdbm, tcl!Guido van Rossum2006-08-191-3/+3
* Removed deprecated use_statcache argument.Raymond Hettinger2004-12-051-11/+2
* SF bug #453515: filecmp.dircmp case sensitivity bugRaymond Hettinger2003-09-021-6/+6
* Module review:Raymond Hettinger2003-02-271-47/+22
* Add DeprecationWarning when use_statcache argument is suppliedAndrew M. Kuchling2003-02-061-4/+12
* [Bug #680494] filecmp.py uses obsolete statcache module.Andrew M. Kuchling2003-02-061-17/+9
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-021-6/+6
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-5/+5
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-4/+4
* more __all__ updatesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-3/+3
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+3
* Call of _cmp had wrong number of paramereters.Moshe Zadka2000-12-031-2/+2
* cmpfiles(): Added shallow and use_statcache parameters, with same meaningsFred Drake2000-07-031-14/+13
* Whoops! We just discovered that Gordon's revamp of this module wasGuido van Rossum2000-06-291-49/+310
* Fredrik Lundh:Guido van Rossum2000-03-281-10/+21
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-299/+38
* # module filecmpGuido van Rossum2000-02-031-38/+299
* New module by Moshe Zadka (submitted on Sept. 25). This unifies theGuido van Rossum1999-10-261-0/+57