Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecated panelparser for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -61/+61 |
| | |||||
* | 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. | ||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -6/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+128 |