Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 1 | -3/+3 |
| | | | | | | | | * 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! | ||||
* | Changed to use regex directly instead of regexp. | Guido van Rossum | 1992-08-25 | 1 | -3/+4 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -5/+5 |
| | |||||
* | Commented out debug print statements; be a little more clever | Guido van Rossum | 1992-03-25 | 1 | -4/+10 |
| | | | | about strings containing backslashes. | ||||
* | Added a cache so that the slow parser isn't such a problem in practice. | Guido van Rossum | 1992-02-19 | 1 | -8/+125 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -29/+29 |
| | |||||
* | Get rid of BCOMPAT. | Guido van Rossum | 1991-12-26 | 1 | -7/+1 |
| | | | | New class syntax. | ||||
* | Attempt at speeding up. | Guido van Rossum | 1991-12-16 | 1 | -14/+16 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-12-11 | 1 | -0/+318 |