Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These modules are now declared obsolete. | Fred Drake | 2000-02-03 | 1 | -201/+0 |
| | |||||
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -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 Rossum | 1992-12-14 | 1 | -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 -> os | Guido van Rossum | 1992-03-31 | 1 | -13/+11 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -1/+1 |
| | |||||
* | Use Attr*Error. | Guido van Rossum | 1991-12-26 | 1 | -2/+2 |
| | | | | New class syntax. | ||||
* | path.cat --> join | Guido van Rossum | 1991-08-16 | 1 | -5/+5 |
| | |||||
* | Use 'stat' module instead of hardcoding information from <sys/stat.h>. | Guido van Rossum | 1990-10-21 | 1 | -15/+5 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+215 |