summaryrefslogtreecommitdiff
path: root/Lib/filecmp.py
Commit message (Expand)AuthorAgeFilesLines
* use multi-with syntaxBenjamin Peterson2009-06-111-2/+1
* close files after comparing themBenjamin Peterson2009-03-191-9/+9
* Remove imports of 'warnings' that are no longer needed in dummy_thread,Brett Cannon2008-08-171-1/+0
* Move filecmp from using dict.has_key() to dict.__contains__() to silenceBrett Cannon2008-08-031-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