summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/panel.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.)Neal Norwitz2007-04-171-281/+0
|
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-16/+16
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+3
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-172/+172
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* 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.
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
|
* new exec syntaxGuido van Rossum1995-09-181-3/+3
|
* New == syntaxGuido van Rossum1992-01-011-17/+17
|
* The parser module is now called paenlparser.Guido van Rossum1991-01-231-5/+5
|
* Initial revisionGuido van Rossum1990-10-131-0/+281