Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 1 | -1/+1 |
| | | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. | ||||
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 1 | -1/+1 |
| | | | | | | | | * 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! | ||||
* | use os and os.path | Guido van Rossum | 1992-03-31 | 1 | -10/+3 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -1/+1 |
| | |||||
* | Use ImportError; New class syntax. | Guido van Rossum | 1991-12-26 | 1 | -6/+6 |
| | |||||
* | Renamed path.cat to path.join | Guido van Rossum | 1991-08-16 | 1 | -2/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-04-07 | 1 | -0/+63 |