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-06-07 03:51:54 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d991963a9d7d2cab962bd5fe7bdf6eeff903ed8a
cpython
/
Lib
/
xml
/
dom
T
History
Serhiy Storchaka
15f070f845
Issue
#10131
: Fixed deep copying of minidom documents. Based on patch
...
by Marian Ganisin.
2015-11-26 23:50:54 +02: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
#12220
: improve minidom error when URI contains spaces.
2014-04-20 00:46:05 -04:00
minicompat.py
Issue
#10131
: Fixed deep copying of minidom documents. Based on patch
2015-11-26 23:49:42 +02:00
minidom.py
Issue
#23326
: Removed __ne__ implementations. Since fixing default __ne__
2015-01-31 12:05:05 +02:00
NodeFilter.py
…
pulldom.py
…
xmlbuilder.py
PEP 0492 -- Coroutines with async and await syntax. Issue
#24017
.
2015-05-11 22:57:16 -04:00