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-10 14:41:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe8440aec00af5bc2e995aaad205efa2e693a364
cpython
/
Lib
/
xml
/
dom
T
History
Florent Xicluna
8cf4b51fa4
xml.dom.minidom: add more __slots__ to limit resource usage.
2012-03-05 12:37:02 +01:00
..
__init__.py
xml.dom.minidom: add more __slots__ to limit resource usage.
2012-03-05 12:37:02 +01:00
domreg.py
xml.dom: fix typo, drop unused imports.
2012-03-05 12:35:15 +01:00
expatbuilder.py
xml.dom: fix typo, drop unused imports.
2012-03-05 12:35:15 +01:00
minicompat.py
#11565
: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-16 11:05:33 +02:00
minidom.py
xml.dom.minidom: add more __slots__ to limit resource usage.
2012-03-05 12:37:02 +01:00
NodeFilter.py
…
pulldom.py
Fix imports in xml.dom.
2011-12-10 21:14:53 +01:00
xmlbuilder.py
…