summaryrefslogtreecommitdiffstats
path: root/Lib/xml
Commit message (Collapse)AuthorAgeFilesLines
* Add magic to replace the xml package with _xmlplus at import time.Fred Drake2000-08-011-1/+11
| | | | Update docstring to reflect change of name for the parsers subpackage.
* Rename the "parser" package to "parsers" to be compatible with the PyXMLFred Drake2000-07-311-0/+0
| | | | project.
* Added a few docstringsPaul Prescod2000-07-211-0/+7
|
* 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 ;)
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-10/+10
|
* fixed indentation in several placesSkip Montanaro2000-07-061-19/+19
|
* fix indentation in one docstringSkip Montanaro2000-07-061-1/+1
|
* fix indentation in three docstringsSkip Montanaro2000-07-061-3/+3
|
* Used original SAX handling form.Paul Prescod2000-07-043-15/+14
|
* Typo (mine): Garsholm --> GarsholFred Drake2000-07-021-1/+1
| | | | Noted by Rob Hooft <rob@hooft.net>.
* Misc fixes and improvements.Paul Prescod2000-07-011-4/+16
|
* Removed unncessary dependency.Paul Prescod2000-07-011-1/+1
|
* Tightened xml.sax.__init__.pyPaul Prescod2000-07-011-5/+5
|
* Reference cycle fixesPaul Prescod2000-07-014-144/+144
|
* Typo.Fred Drake2000-06-291-1/+1
|
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-292-0/+652
| | | | W3C DOM implementation for Python.
* Package docstring.Fred Drake2000-06-291-0/+8
|
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-295-0/+960
| | | | SAX interfaces for Python.
* Package docstring and initialization.Fred Drake2000-06-291-0/+25
|
* Package docstring.Fred Drake2000-06-292-0/+23