summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6/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
|
* Irix 6 specific files -- thanks Sjoerd!Guido van Rossum1997-01-151-0/+455