summaryrefslogtreecommitdiffstats
path: root/Lib/lib-old/Para.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-328/+328
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-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 eitherThomas Wouters2000-07-161-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 Rossum2000-05-081-66/+0
|
* no real change -- testing syncmailJeremy Hylton2000-02-151-1/+1
|
* Changes to always call list.append with a single argument.Guido van Rossum1996-10-081-3/+3
|
* added note about obsolescenceGuido van Rossum1995-08-101-0/+1
|
* added html parser and supporting castGuido van Rossum1995-02-271-0/+408