Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |