summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25047: Merge Element Tree encoding from 3.4 into 3.5Martin Panter2015-09-231-7/+14
|\
| * Issue #25047: Respect case writing XML encoding declarationsMartin Panter2015-09-231-7/+14
* | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+41
|\ \ | |/
| * Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+41
* | Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-181-0/+122
|\ \ | |/
| * Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-181-0/+122
* | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-1/+1
* | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-1/+1
|/
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-27/+30
* Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
|\
| * Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
* | Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-231-3/+3
* | Close #18990: remove root attribute from XMLPullParserNick Coghlan2013-09-281-14/+5
* | Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle...Eli Bendersky2013-09-131-0/+12
|\ \ | |/
| * Issue #18997: fix ElementTree crash with using pickle and __getstate__.Eli Bendersky2013-09-131-0/+13
* | Issue #17741: Rename IncrementalParser and its methods.Eli Bendersky2013-08-301-26/+26
* | Merge fix for Issue #17011 from 3.3Eli Bendersky2013-08-041-0/+14
|\ \ | |/
| * Issue #17011: Fix caching of xpath path when namespaces are present.Eli Bendersky2013-08-041-0/+14
* | Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-0/+7
|\ \ | |/
| * Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-0/+7
* | Clean-up duplicated code in testsEli Bendersky2013-05-251-46/+0
|\ \ | |/
| * Clean-up duplicated code in testsEli Bendersky2013-05-251-46/+0
* | Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-251-0/+92
|\ \ | |/
| * Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-251-0/+92
* | Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
|\ \ | |/
| * Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
* | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-201-2/+6
* | Cleanup more old ET library leftoversEli Bendersky2013-05-191-11/+1
* | Issue #17988: remove unused alias for Element and rename the used oneEli Bendersky2013-05-191-1/+1
* | _elementtree.XMLParser._setevents should support any sequence, not just tuplesEli Bendersky2013-05-191-0/+35
* | Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
|\ \ | |/
| * Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
* | Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...Antoine Pitrou2013-04-181-0/+130
* | Some cosmetic changesEli Bendersky2013-02-261-13/+9
|\ \ | |/
| * Some cosmetic changesEli Bendersky2013-02-261-13/+9
* | Issue #15083: Convert ElementTree doctests to unittests.Serhiy Storchaka2013-02-251-1373/+1132
|\ \ | |/
| * Issue #15083: Convert ElementTree doctests to unittests.Serhiy Storchaka2013-02-251-1373/+1132
* | Issue #9708: Fix support for iterparse(parser=...) argument per documentation.Eli Bendersky2013-01-241-0/+6
|\ \ | |/
| * Issue #9708: Fix support for iterparse(parser=...) argument per documentation.Eli Bendersky2013-01-241-0/+6
* | Issue #12323: Strengthen error checking of the position XPath selectorsEli Bendersky2013-01-241-0/+5
* | Add some tests for XPath numeric indexingEli Bendersky2013-01-221-0/+17
|\ \ | |/
| * Add some tests for XPath numeric indexingEli Bendersky2013-01-221-0/+17
* | Close #14377: Add a new parameter to ElementTree.write and some module-levelEli Bendersky2013-01-131-0/+12
|/
* Issue #16922: fixed findtext() to return empty Unicode string instead of empt...Eli Bendersky2013-01-131-0/+3
* clean trailing whitespaceEli Bendersky2013-01-121-2/+2
* Issues #15083 and #16992: port find.* method tests to unittestEli Bendersky2013-01-121-134/+94
* Issue #16913: Fix Element.itertext()'s handling of text with XML entities.Eli Bendersky2013-01-101-0/+4
* normalize whitespaceEli Bendersky2013-01-101-1/+1
* Issue #16076: make _elementtree.Element pickle-able in a way that is compatibleEli Bendersky2013-01-101-20/+61
* The get() and iter() are now able to accept keyword arguments.Eli Bendersky2013-01-051-0/+10