summaryrefslogtreecommitdiffstats
path: root/Lib/dircmp.py
Commit message (Collapse)AuthorAgeFilesLines
* * 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