Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add magic to replace the xml package with _xmlplus at import time. | Fred Drake | 2000-08-01 | 1 | -1/+11 |
| | | | | Update docstring to reflect change of name for the parsers subpackage. | ||||
* | Rename the "parser" package to "parsers" to be compatible with the PyXML | Fred Drake | 2000-07-31 | 1 | -0/+0 |
| | | | | project. | ||||
* | Added a few docstrings | Paul Prescod | 2000-07-21 | 1 | -0/+7 |
| | |||||
* | 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 | 3 | -15/+14 |
| | |||||
* | Typo (mine): Garsholm --> Garshol | Fred Drake | 2000-07-02 | 1 | -1/+1 |
| | | | | Noted by Rob Hooft <rob@hooft.net>. | ||||
* | Misc fixes and improvements. | Paul Prescod | 2000-07-01 | 1 | -4/+16 |
| | |||||
* | 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 | 4 | -144/+144 |
| | |||||
* | Typo. | Fred Drake | 2000-06-29 | 1 | -1/+1 |
| | |||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-29 | 2 | -0/+652 |
| | | | | W3C DOM implementation for Python. | ||||
* | Package docstring. | Fred Drake | 2000-06-29 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Package docstring. | Fred Drake | 2000-06-29 | 2 | -0/+23 |