Brett Cannon
|
7e37586c50
|
The panel module for IRIX has been deprecated for removal in 3.0.
|
2008-05-15 03:46:27 +00:00 |
Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Fred Drake
|
132dce2246
|
Update the code to better reflect recommended style:
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
|
2000-12-12 23:11:42 +00:00 |
Jeremy Hylton
|
a05e293a21
|
typos fixed by Rob Hooft
|
2000-06-28 14:48:01 +00:00 |
Guido van Rossum
|
dc3372e943
|
new exec syntax
|
1995-09-18 22:00:37 +00:00 |
Guido van Rossum
|
bdfcfccbe5
|
New == syntax
|
1992-01-01 19:35:13 +00:00 |
Guido van Rossum
|
220d9f1449
|
The parser module is now called paenlparser.
|
1991-01-23 13:45:17 +00:00 |
Guido van Rossum
|
c636014c43
|
Initial revision
|
1990-10-13 19:23:40 +00:00 |