1. d4992dc shallow defaults to 'True' not '1' (closes #21355) by Benjamin Peterson · 10 years ago
  2. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 10 years ago
  3. 7bff3cb Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. by Ned Deily · 11 years ago
  4. eb2884a Close #15442: Expand the list of default directories ignored by filecmp.dircmp and expose it as a module attribute by Eli Bendersky · 11 years ago
  5. 22f36ee Cleanup filecmp: starting from 3.3 os.error is alias for OSError by Andrew Svetlov · 11 years ago
  6. 7079719 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 13 years ago
  7. 686057b Use new form of with-statement instead of contextlib.nested(). by Raymond Hettinger · 15 years ago
  8. 55689c9 Use PEP 8 and true booleans. by Georg Brandl · 15 years ago
  9. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  10. b5ebf27b Merged revisions 65787 via svnmerge from by Brett Cannon · 16 years ago
  11. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 16 years ago
  12. b0002d2 Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest(). by Raymond Hettinger · 16 years ago
  13. a6c6037 Issues 2186 and 2187. Move map() from itertools to builtins. by Raymond Hettinger · 16 years ago
  14. 17301e9 Issue 2186 and 2187. Move filter from itertools to builtins. by Raymond Hettinger · 16 years ago
  15. d11b68a Fix more exception slicing. by Georg Brandl · 16 years ago
  16. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  17. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  18. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  19. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  20. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  21. 6e23e37 Only three failing tests left: dbm, gdbm, tcl! by Guido van Rossum · 18 years ago
  22. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 19 years ago
  23. eeca37e SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 21 years ago
  24. 05595e9 Module review: by Raymond Hettinger · 21 years ago
  25. 83e879d Add DeprecationWarning when use_statcache argument is supplied by Andrew M. Kuchling · 21 years ago
  26. 8eb4044 [Bug #680494] filecmp.py uses obsolete statcache module. by Andrew M. Kuchling · 21 years ago
  27. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  28. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  29. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  30. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  31. 88869f9 Whitespace normalization. by Tim Peters · 23 years ago
  32. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  33. afb17fc Call of _cmp had wrong number of paramereters. Fixed definition of _cmp. by Moshe Zadka · 23 years ago
  34. 2b0d98b cmpfiles(): Added shallow and use_statcache parameters, with same meanings by Fred Drake · 24 years ago
  35. 63b08ac Whoops! We just discovered that Gordon's revamp of this module was by Guido van Rossum · 24 years ago
  36. 1916b35 Fredrik Lundh: by Guido van Rossum · 24 years ago
  37. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  38. 43265be # module filecmp by Guido van Rossum · 24 years ago
  39. 2d72687 New module by Moshe Zadka (submitted on Sept. 25). This unifies the by Guido van Rossum · 25 years ago