summaryrefslogtreecommitdiffstats
path: root/Lib/dircmp.py
Commit message (Collapse)AuthorAgeFilesLines
* These modules are now declared obsolete.Fred Drake2000-02-031-201/+0
|
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-185/+183
| | | | | | | | | | | 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).
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-79/+79
| | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!
* posix -> osGuido van Rossum1992-03-311-13/+11
|
* New == syntaxGuido van Rossum1992-01-011-1/+1
|
* Use Attr*Error.Guido van Rossum1991-12-261-2/+2
| | | | New class syntax.
* path.cat --> joinGuido van Rossum1991-08-161-5/+5
|
* Use 'stat' module instead of hardcoding information from <sys/stat.h>.Guido van Rossum1990-10-211-15/+5
|
* Initial revisionGuido van Rossum1990-10-131-0/+215