summaryrefslogtreecommitdiffstats
path: root/Lib/filecmp.py
Commit message (Expand)AuthorAgeFilesLines
* 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