This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v2.4.6
cpython
/
Lib
/
xml
/
dom
History
Andrew M. Kuchling
4af716958a
[Patch
#1094164
] replaceChild(x,x) ends up removing x from the tree. Add fix from Felix Rabe and a test case
2005-11-22 19:04:36 +00:00
..
__init__.py
Get rid of many apply() calls.
2003-02-27 20:14:51 +00:00
domreg.py
Replace backticks with repr() or "%r"
2004-02-12 17:35:32 +00:00
expatbuilder.py
Add missing self. before curNode. This may need to be committed
2003-06-29 04:50:34 +00:00
minicompat.py
Import expatbuilder, minicompat from PyXML.
2003-01-25 15:11:07 +00:00
minidom.py
[Patch
#1094164
] replaceChild(x,x) ends up removing x from the tree. Add fix from Felix Rabe and a test case
2005-11-22 19:04:36 +00:00
NodeFilter.py
Import NodeFilter from DOM2 Traversal/Range.
2003-01-25 17:07:03 +00:00
pulldom.py
Whitespace normalization.
2003-04-24 16:02:54 +00:00
xmlbuilder.py
Replace backticks with repr() or "%r"
2004-02-12 17:35:32 +00:00