summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/pulldom.py
Commit message (Expand)AuthorAgeFilesLines
* Fix imports in xml.dom.Florent Xicluna2011-12-101-5/+1
* Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode insteadVictor Stinner2011-07-031-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* SF patch# 1759922 by Alexandre Vassalotti.Guido van Rossum2007-07-271-6/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+351
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-351/+0
* Whitespace normalization.Tim Peters2003-04-241-1/+1
* Add xml namespace initially (PyXML 1.19).Martin v. Löwis2002-06-301-1/+2
* [Apply patch #500457 from the PyXML tracker]Andrew M. Kuchling2002-03-201-0/+9
* Synchronize with pulldom from PyXML (revision 1.18).Fred Drake2001-11-301-2/+24
* Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix.Martin v. Löwis2001-07-181-1/+18
* When creating an attribute node using createAttribute() orFred Drake2001-03-231-1/+2
* Patch #407965: Improve Level 2 conformance of minidomMartin v. Löwis2001-03-131-7/+29
* Do not allow empty qualifiedName in createDocument.Martin v. Löwis2001-02-061-8/+29
* Don't get fooled by an empty prefix with a valid namespaceURI -- inGuido van Rossum2001-02-051-2/+10
* Re-indent.Martin v. Löwis2001-01-271-1/+1
* Synchronize with 1.10 of PyXML: Close parser when done.Martin v. Löwis2001-01-271-2/+1
* Patch #103052: Restore non-cyclic operation of pulldom.PullDOMMartin v. Löwis2001-01-261-49/+38
* Merge with 1.8 of pulldom.py:Martin v. Löwis2000-12-281-1/+7
* Patch #102492, fixing bug #116677:Andrew M. Kuchling2000-12-201-10/+17
* Adjust PullDOM to use a DOMImplementation instance to create new DocumentFred Drake2000-12-141-26/+37
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-231-12/+12
* Moved appendChild calls back to DOMEventStream.Lars Gustäbel2000-10-131-7/+27
* Added non-ns start and end element methods.Lars Gustäbel2000-10-111-16/+31
* minidom: access attribute value before printing itMartin v. Löwis2000-10-061-10/+12
* 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-241-125/+121
* Now uses make_parser to create its parser (patch 101573).Lars Gustäbel2000-09-211-2/+2
* Used original SAX handling form.Paul Prescod2000-07-041-2/+2
* Reference cycle fixesPaul Prescod2000-07-011-75/+2
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+267