Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
686f9c344cfa68c04be9f0894fa89cf7937775c6
/
Lib
/
xml
/
dom
/
pulldom.py
6526bf8
When creating an attribute node using createAttribute() or
by Fred Drake
· 24 years ago
126f2f6
Patch #407965: Improve Level 2 conformance of minidom
by Martin v. Löwis
· 24 years ago
b417be2
Do not allow empty qualifiedName in createDocument.
by Martin v. Löwis
· 24 years ago
795ad56
Don't get fooled by an empty prefix with a valid namespaceURI -- in
by Guido van Rossum
· 24 years ago
52ce0d0
Re-indent.
by Martin v. Löwis
· 24 years ago
e3fc722
Synchronize with 1.10 of PyXML: Close parser when done.
by Martin v. Löwis
· 24 years ago
04a1a54
Patch #103052: Restore non-cyclic operation of pulldom.PullDOM
by Martin v. Löwis
· 24 years ago
011ea47
Merge with 1.8 of pulldom.py: Use types.UnicodeType if available, not type(u"").
by Martin v. Löwis
· 24 years ago
04a45e9
Patch #102492, fixing bug #116677:
by Andrew M. Kuchling
· 24 years ago
c16adce
Adjust PullDOM to use a DOMImplementation instance to create new Document
by Fred Drake
· 24 years ago
16f6329
Make reindent.py happy (lots of trailing whitespace removed).
by Fred Drake
· 25 years ago
ec964d5
Moved appendChild calls back to DOMEventStream. Added SAX2DOM class.
by Lars Gustäbel
· 25 years ago
d178ba6
Added non-ns start and end element methods.
by Lars Gustäbel
· 25 years ago
2c8a89c
minidom: access attribute value before printing it
by Martin v. Löwis
· 25 years ago
a13a9dc
Use SAX2 namespace support.
by Martin v. Löwis
· 25 years ago
e84bf75
Updated to new SAX method signatures (*NS, patch 101573).
by Lars Gustäbel
· 25 years ago
1f54902
Conform to the Python style guide.
by Fred Drake
· 25 years ago
b798c01
Now uses make_parser to create its parser (patch 101573).
by Lars Gustäbel
· 25 years ago
6c4753f
Used original SAX handling form.
by Paul Prescod
· 25 years ago
73678da
Reference cycle fixes
by Paul Prescod
· 25 years ago
55c3819
Paul Prescod <paul@prescod.net>: W3C DOM implementation for Python.
by Fred Drake
· 25 years ago