cpython/Lib/xml
Serhiy Storchaka 9ec5e25f26 Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.
ElementTree.XMLParser._setevents now accepts any objects with the append
method, not just a list.
2015-12-07 02:31:11 +02:00
..
dom Issue #10131: Fixed deep copying of minidom documents. Based on patch 2015-11-26 23:50:54 +02:00
etree Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster. 2015-12-07 02:31:11 +02:00
parsers
sax Issue #24125: Saved error's line and column numbers when an error is occured 2015-05-06 09:38:22 +03:00
__init__.py