aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/filecmp.py
Commit message (Expand)AuthorAge
* Use new form of with-statement instead of contextlib.nested().Raymond Hettinger2009-06-04
* Use PEP 8 and true booleans.Georg Brandl2009-05-17
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-21
* Merged revisions 65787 via svnmerge fromBrett Cannon2008-08-17
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-13
* Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().Raymond Hettinger2008-03-13
* Issues 2186 and 2187. Move map() from itertools to builtins.Raymond Hettinger2008-03-13
* Issue 2186 and 2187. Move filter from itertools to builtins.Raymond Hettinger2008-03-13
* Fix more exception slicing.Georg Brandl2008-01-06
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Only three failing tests left: dbm, gdbm, tcl!Guido van Rossum2006-08-19
* Removed deprecated use_statcache argument.Raymond Hettinger2004-12-05
* SF bug #453515: filecmp.dircmp case sensitivity bugRaymond Hettinger2003-09-02
* Module review:Raymond Hettinger2003-02-27
* Add DeprecationWarning when use_statcache argument is suppliedAndrew M. Kuchling2003-02-06
* [Bug #680494] filecmp.py uses obsolete statcache module.Andrew M. Kuchling2003-02-06
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-02
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-01
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-04
* more __all__ updatesSkip Montanaro2001-01-20
* Whitespace normalization.Tim Peters2001-01-14
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Call of _cmp had wrong number of paramereters.Moshe Zadka2000-12-03
* cmpfiles(): Added shallow and use_statcache parameters, with same meaningsFred Drake2000-07-03
* Whoops! We just discovered that Gordon's revamp of this module wasGuido van Rossum2000-06-29
* Fredrik Lundh:Guido van Rossum2000-03-28
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* # module filecmpGuido van Rossum2000-02-03
* New module by Moshe Zadka (submitted on Sept. 25). This unifies theGuido van Rossum1999-10-26