This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-09 22:20:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0
cpython
/
Lib
/
xml
/
dom
T
History
Ezio Melotti
8008f2aba0
#4147
: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
2011-11-18 17:34:26 +02:00
..
__init__.py
…
domreg.py
…
expatbuilder.py
…
minicompat.py
#11565
: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-16 11:05:33 +02:00
minidom.py
#4147
: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
2011-11-18 17:34:26 +02:00
NodeFilter.py
…
pulldom.py
Issue
#12451
: xml.dom.pulldom: parse() now opens files in binary mode instead
2011-07-04 01:25:55 +02:00
xmlbuilder.py
…