summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom
Commit message (Expand)AuthorAgeFilesLines
* Text.__init__(): Make sure the data parameter is a string (8-bit orFred Drake2001-01-081-0/+2
* Patch #102485 ] Check for legal children when adding children to a DOM nodeAndrew M. Kuchling2000-12-311-6/+30
* Merge with 1.8 of pulldom.py:Martin v. Löwis2000-12-281-1/+7
* Merge changes up to 1.10 from PyXML:Martin v. Löwis2000-12-281-1/+11
* Patch #102492, fixing bug #116677:Andrew M. Kuchling2000-12-202-10/+42
* Typo caught by /F -- thanks!Fred Drake2000-12-151-1/+1
* DOMException.__init__(): Remember to pass self to Exception.__init__().Fred Drake2000-12-151-1/+1
* Lots of small bug fixes and DOM API conformance improvements:Fred Drake2000-12-141-49/+145
* Adjust PullDOM to use a DOMImplementation instance to create new DocumentFred Drake2000-12-141-26/+37
* Add code to DOMException to ensure it cannot be instantiated directly,Fred Drake2000-12-131-1/+8
* Add standard DOM exception hierarchy.Martin v. Löwis2000-12-131-0/+68
* Update the docstring.Fred Drake2000-12-111-2/+31
* Reduce the visibility of imported modules for cleaner "from ... import *"Fred Drake2000-11-211-76/+181
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-232-21/+20
* Moved appendChild calls back to DOMEventStream.Lars Gustäbel2000-10-131-7/+27
* Clear siblings, now that they are being set.Paul Prescod2000-10-131-0/+2
* Added non-ns start and end element methods.Lars Gustäbel2000-10-111-16/+31
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-091-0/+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
* Use SAX2 namespace support.Martin v. Löwis2000-09-241-28/+39
* Updated to new SAX method signatures (*NS, patch 101573).Lars Gustäbel2000-09-241-6/+6
* Conform to the Python style guide.Fred Drake2000-09-242-362/+367
* Now uses make_parser to create its parser (patch 101573).Lars Gustäbel2000-09-211-2/+2
* Fixed bug that disallowed processing instructions before and afterPaul Prescod2000-09-151-4/+5
* Added a few docstringsPaul Prescod2000-07-211-0/+7
* Used original SAX handling form.Paul Prescod2000-07-042-4/+4
* Misc fixes and improvements.Paul Prescod2000-07-011-4/+16
* Reference cycle fixesPaul Prescod2000-07-012-142/+118
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-292-0/+652
* Package docstring.Fred Drake2000-06-291-0/+10