summaryrefslogtreecommitdiffstats
path: root/Lib/xml
Commit message (Expand)AuthorAgeFilesLines
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-091-0/+7
* _exceptions: Format a missing system id as <unknown>.Martin v. Löwis2000-10-092-5/+7
* Don't use string methods to allow sharing this code with PyXML.Martin v. Löwis2000-10-071-1/+2
* Record bugs found when comparing the module with DOM Core Level 2.Martin v. Löwis2000-10-071-1/+4
* minidom: access attribute value before printing itMartin v. Löwis2000-10-062-12/+14
* In an incremental parser, close the parser after feeding everything.Martin v. Löwis2000-10-061-0/+1
* Don't use a file object as system id; try to propagate the file name toMartin v. Löwis2000-10-061-1/+3
* Don't report a final chunk for an external entity parser.Martin v. Löwis2000-10-061-1/+0
* Move translation from expat.error to SAXParseException into feed, so thatMartin v. Löwis2000-10-061-17/+19
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-063-3/+25
* Support non-namespace elements in *ElementNS of XMLGenerator.Martin v. Löwis2000-10-031-2/+10
* Use string functions instead of methods to allow sharing this module with PyXMLMartin v. Löwis2000-09-291-3/+5
* Remove dependency from saxutils when loading xmlreaderMartin v. Löwis2000-09-291-2/+1
* Fix handling of file inputs on Windows; passing them to urllib.urlopen()Fred Drake2000-09-261-3/+5
* Include the version-detecting code to allow PyXML to override the "standard"Fred Drake2000-09-251-2/+19
* Fix inconsistent use of space/tabs.Thomas Wouters2000-09-251-4/+4
* Use SAX2 namespace support.Martin v. Löwis2000-09-241-28/+39
* [Patch 101634]Martin v. Löwis2000-09-242-26/+11
* Find feature names in handler.Martin v. Löwis2000-09-241-3/+3
* Fixed another bug.Lars Gustäbel2000-09-241-1/+0
* Improvements to doco strings.Lars Gustäbel2000-09-244-14/+27
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-243-21/+54
* Added back the InputSource class (patch 101630).Lars Gustäbel2000-09-244-31/+138
* Updated to final Attributes interface (patch 101632).Lars Gustäbel2000-09-242-13/+72
* Updated to new SAX method signatures (*NS, patch 101573).Lars Gustäbel2000-09-241-6/+6
* Updated to new *NS signatures (patch 101573).Lars Gustäbel2000-09-241-25/+25
* Added back missing argument to ignorableWhitespace signature.Lars Gustäbel2000-09-241-1/+1
* Bug fix to namespace handling in XMLGenerator (now adds declarations).Lars Gustäbel2000-09-241-5/+13
* Conform to the Python style guide.Fred Drake2000-09-242-362/+367
* Conform more closely with the Python style guide.Fred Drake2000-09-231-11/+11
* Use the public name for the Expat parser; "pyexpat" is deprecated.Fred Drake2000-09-231-11/+7
* Add a wrapper around the pyexpat module, making the "public" name ofFred Drake2000-09-231-0/+4
* More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt!Guido van Rossum2000-09-221-15/+15
* White space cleanup, including one item that was an error under -tt.Fred Drake2000-09-221-5/+5
* Paul Prescod <paul@prescod.net>:Fred Drake2000-09-211-17/+27
* SAXException.__getitem__(): Raise AttributeError instead of NameError.Fred Drake2000-09-211-1/+1
* fix bogus references to imp; makes test_minidom succeedJeremy Hylton2000-09-211-2/+2
* Now uses make_parser to create its parser (patch 101573).Lars Gustäbel2000-09-211-2/+2
* Added the make_parser function (patch 101571).Lars Gustäbel2000-09-211-2/+67
* Updated XMLGenerator to new DocumentHandler interface (patch 101572).Lars Gustäbel2000-09-211-11/+30
* Updated to correct DocumentHandler signatures. (patch 101570)Lars Gustäbel2000-09-211-6/+23
* Reduce the number of imports needed.Fred Drake2000-09-181-20/+23
* Remove two unnecessary imports.Fred Drake2000-09-181-26/+26
* Once we're done with the sys module, remove it from the namespace soFred Drake2000-09-181-13/+11
* Fixed some typos. Removed one obsolete comment.Paul Prescod2000-09-151-3/+2
* Fixed bug that disallowed processing instructions before and afterPaul Prescod2000-09-151-4/+5
* Remove the outer test for __name__; not necessary.Fred Drake2000-08-041-8/+7
* Add magic to replace the xml package with _xmlplus at import time.Fred Drake2000-08-011-1/+11
* Rename the "parser" package to "parsers" to be compatible with the PyXMLFred Drake2000-07-311-0/+0
* Added a few docstringsPaul Prescod2000-07-211-0/+7