Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The panel module for IRIX has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -172/+172 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -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 Hooft | Jeremy Hylton | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | new exec syntax | Guido van Rossum | 1995-09-18 | 1 | -3/+3 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -17/+17 |
| | |||||
* | The parser module is now called paenlparser. | Guido van Rossum | 1991-01-23 | 1 | -5/+5 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+281 |