| Commit message (Expand) | Author | Age |
* | Use new form of with-statement instead of contextlib.nested(). | Raymond Hettinger | 2009-06-04 |
* | Use PEP 8 and true booleans. | Georg Brandl | 2009-05-17 |
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 |
* | Merged revisions 65787 via svnmerge from | Brett Cannon | 2008-08-17 |
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 |
* | Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest(). | Raymond Hettinger | 2008-03-13 |
* | Issues 2186 and 2187. Move map() from itertools to builtins. | Raymond Hettinger | 2008-03-13 |
* | Issue 2186 and 2187. Move filter from itertools to builtins. | Raymond Hettinger | 2008-03-13 |
* | Fix more exception slicing. | Georg Brandl | 2008-01-06 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Only three failing tests left: dbm, gdbm, tcl! | Guido van Rossum | 2006-08-19 |
* | Removed deprecated use_statcache argument. | Raymond Hettinger | 2004-12-05 |
* | SF bug #453515: filecmp.dircmp case sensitivity bug | Raymond Hettinger | 2003-09-02 |
* | Module review: | Raymond Hettinger | 2003-02-27 |
* | Add DeprecationWarning when use_statcache argument is supplied | Andrew M. Kuchling | 2003-02-06 |
* | [Bug #680494] filecmp.py uses obsolete statcache module. | Andrew M. Kuchling | 2003-02-06 |
* | Replaced .keys() with dictionary iterators | Raymond Hettinger | 2002-06-02 |
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 |
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 |
* | more __all__ updates | Skip Montanaro | 2001-01-20 |
* | Whitespace normalization. | Tim Peters | 2001-01-14 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 |
* | Call of _cmp had wrong number of paramereters. | Moshe Zadka | 2000-12-03 |
* | cmpfiles(): Added shallow and use_statcache parameters, with same meanings | Fred Drake | 2000-07-03 |
* | Whoops! We just discovered that Gordon's revamp of this module was | Guido van Rossum | 2000-06-29 |
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 |
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 |
* | # module filecmp | Guido van Rossum | 2000-02-03 |
* | New module by Moshe Zadka (submitted on Sept. 25). This unifies the | Guido van Rossum | 1999-10-26 |