summaryrefslogtreecommitdiffstats
path: root/Lib/cmp.py
Commit message (Collapse)AuthorAgeFilesLines
* These modules are now declared obsolete.Fred Drake2000-02-031-63/+0
|
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-53/+55
| | | | | | | | | | | 1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
* Patch by Mikael Lyngvig:Guido van Rossum1999-06-251-4/+4
| | | | | | | | | | 1. Fix incorrect file open mode on Win32 platforms (use "rb" instead of "r"). 2. Add shallow parameter to cmp.cmp(). If false, deep file comparisons are made. The module should be 100 percent backwards compatible.
* Use (f1, f2) as cache key instead of f1 + ' ' + f2.Guido van Rossum1998-10-211-1/+1
| | | | | Noted by Fredrik Lundh. (Note -- this module is pretty silly.)
* fix buffer sizeGuido van Rossum1994-10-091-1/+1
|
* posix -> osGuido van Rossum1992-03-311-2/+2
|
* New == syntaxGuido van Rossum1992-01-011-2/+2
|
* Use KeyError.Guido van Rossum1991-12-261-1/+1
|
* Initial revisionGuido van Rossum1990-10-131-0/+61