summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/flp.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-8/+8
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-1/+2
|
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-140/+140
|
* Get rid of the Emacs cruft now that Python-mode guess the desired settings!Guido van Rossum1998-03-261-4/+0
|
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-8/+7
|
* exec() -> execGuido van Rossum1995-08-281-3/+3
|
* * Lib/sgi/flp.py: fix caching bug (always write the whole file toGuido van Rossum1994-08-231-14/+4
| | | | the cache!)
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+4
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-5/+3
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-8/+37
| | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found
* * 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