Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These modules are now declared obsolete. | Fred Drake | 2000-02-03 | 1 | -64/+0 |
| | |||||
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -52/+48 |
| | | | | | | | | | | | 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). | ||||
* | Mikael Lyngvig writes: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
| | | | | | I just noticed that the changes below also apply to cmpcache.py, which is virtually identical to cmp.py. | ||||
* | 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 |
| | |||||
* | Changed use of stat. | Guido van Rossum | 1990-10-24 | 1 | -3/+3 |
| | |||||
* | Use 'stat' module instead of hardcoding information from <sys/stat.h>. | Guido van Rossum | 1990-10-21 | 1 | -9/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+74 |