Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
28cee96ee1106aa5597f7b51be1a8ba0d2bdfcb2
/
Lib
/
xml
/
dom
/
pulldom.py
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 18 years ago
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 18 years ago
3992db8
SF patch# 1759922 by Alexandre Vassalotti.
by Guido van Rossum
· 18 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
[Renamed (96%) from Lib/xmlcore/dom/pulldom.py]
c6730e1
move the xml package implementation to xmlcore, and adjust the tests to
by Fred Drake
· 19 years ago
[Renamed (96%) from Lib/xml/dom/pulldom.py]
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
0e2d881
Add xml namespace initially (PyXML 1.19).
by Martin v. Löwis
· 23 years ago
bdf1f19
[Apply patch #500457 from the PyXML tracker]
by Andrew M. Kuchling
· 23 years ago
7fd173b
Synchronize with pulldom from PyXML (revision 1.18).
by Fred Drake
· 23 years ago
984158d
Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix.
by Martin v. Löwis
· 24 years ago
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