Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These modules are now declared obsolete. | Fred Drake | 2000-02-03 | 1 | -63/+0 |
| | |||||
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -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 Rossum | 1999-06-25 | 1 | -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 Rossum | 1998-10-21 | 1 | -1/+1 |
| | | | | | Noted by Fredrik Lundh. (Note -- this module is pretty silly.) | ||||
* | fix buffer size | Guido van Rossum | 1994-10-09 | 1 | -1/+1 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -2/+2 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -2/+2 |
| | |||||
* | Use KeyError. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+61 |