summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/panelparser.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.)Neal Norwitz2007-04-171-128/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-61/+61
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* New == syntaxGuido van Rossum1992-01-011-6/+6
|
* Initial revisionGuido van Rossum1990-10-131-0/+128