summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/flp.py
Commit message (Collapse)AuthorAgeFilesLines
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-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 Rossum1992-08-251-3/+4
|
* posix -> osGuido van Rossum1992-03-311-5/+5
|
* Commented out debug print statements; be a little more cleverGuido van Rossum1992-03-251-4/+10
| | | | about strings containing backslashes.
* Added a cache so that the slow parser isn't such a problem in practice.Guido van Rossum1992-02-191-8/+125
|
* New == syntaxGuido van Rossum1992-01-011-29/+29
|
* Get rid of BCOMPAT.Guido van Rossum1991-12-261-7/+1
| | | | New class syntax.
* Attempt at speeding up.Guido van Rossum1991-12-161-14/+16
|
* Initial revisionGuido van Rossum1991-12-111-0/+318