summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6/flp.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-15/+15
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* String method conversion.Eric S. Raymond2001-02-091-5/+4
|
* 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