Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
filecmp.py
3bca523
use multi-with syntax
by Benjamin Peterson
· 16 years ago
fcfa7ea
close files after comparing them
by Benjamin Peterson
· 16 years ago
25c9d6a
Remove imports of 'warnings' that are no longer needed in dummy_thread,
by Brett Cannon
· 17 years ago
c66b03a
Move filecmp from using dict.has_key() to dict.__contains__() to silence
by Brett Cannon
· 17 years ago
f3fa946
Removed deprecated use_statcache argument.
by Raymond Hettinger
· 20 years ago
eeca37e
SF bug #453515: filecmp.dircmp case sensitivity bug
by Raymond Hettinger
· 22 years ago
05595e9
Module review:
by Raymond Hettinger
· 22 years ago
83e879d
Add DeprecationWarning when use_statcache argument is supplied
by Andrew M. Kuchling
· 22 years ago
8eb4044
[Bug #680494] filecmp.py uses obsolete statcache module.
by Andrew M. Kuchling
· 22 years ago
e0d4972
Replaced .keys() with dictionary iterators
by Raymond Hettinger
· 23 years ago
32200ae
Replaced obsolete stat module constants with equivalent attributes
by Raymond Hettinger
· 23 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
eccd02a
more __all__ updates
by Skip Montanaro
· 24 years ago
88869f9
Whitespace normalization.
by Tim Peters
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
afb17fc
Call of _cmp had wrong number of paramereters. Fixed definition of _cmp.
by Moshe Zadka
· 24 years ago
2b0d98b
cmpfiles(): Added shallow and use_statcache parameters, with same meanings
by Fred Drake
· 25 years ago
63b08ac
Whoops! We just discovered that Gordon's revamp of this module was
by Guido van Rossum
· 25 years ago
1916b35
Fredrik Lundh:
by Guido van Rossum
· 25 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
43265be
# module filecmp
by Guido van Rossum
· 25 years ago
2d72687
New module by Moshe Zadka (submitted on Sept. 25). This unifies the
by Guido van Rossum
· 26 years ago