Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -328/+328 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -18/+18 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;) | ||||
* | Deleted the stdwin-based test() function. | Guido van Rossum | 2000-05-08 | 1 | -66/+0 |
| | |||||
* | no real change -- testing syncmail | Jeremy Hylton | 2000-02-15 | 1 | -1/+1 |
| | |||||
* | Changes to always call list.append with a single argument. | Guido van Rossum | 1996-10-08 | 1 | -3/+3 |
| | |||||
* | added note about obsolescence | Guido van Rossum | 1995-08-10 | 1 | -0/+1 |
| | |||||
* | added html parser and supporting cast | Guido van Rossum | 1995-02-27 | 1 | -0/+408 |