Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ;) | ||||
* | fix inconsistent use of tabs and spaces | Jeremy Hylton | 2000-07-07 | 1 | -10/+10 |
| | |||||
* | fixed indentation in several places | Skip Montanaro | 2000-07-06 | 1 | -19/+19 |
| | |||||
* | fix indentation in one docstring | Skip Montanaro | 2000-07-06 | 1 | -1/+1 |
| | |||||
* | fix indentation in three docstrings | Skip Montanaro | 2000-07-06 | 1 | -3/+3 |
| | |||||
* | Used original SAX handling form. | Paul Prescod | 2000-07-04 | 1 | -11/+10 |
| | |||||
* | Removed unncessary dependency. | Paul Prescod | 2000-07-01 | 1 | -1/+1 |
| | |||||
* | Tightened xml.sax.__init__.py | Paul Prescod | 2000-07-01 | 1 | -5/+5 |
| | |||||
* | Reference cycle fixes | Paul Prescod | 2000-07-01 | 1 | -0/+24 |
| | |||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-29 | 5 | -0/+960 |
| | | | | SAX interfaces for Python. | ||||
* | Package docstring and initialization. | Fred Drake | 2000-06-29 | 1 | -0/+25 |