index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_xml_etree.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
Eli Bendersky
2013-01-10
1
-20/+61
*
The get() and iter() are now able to accept keyword arguments.
Eli Bendersky
2013-01-05
1
-0/+10
*
Skip a test correctly for the C-version. The decorator doesn't really work
Eli Bendersky
2012-12-30
1
-1/+4
*
For Issue #16076: make sure that pickling of Element objects is tested, and do
Eli Bendersky
2012-12-30
1
-0/+15
*
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...
Antoine Pitrou
2012-10-04
1
-2/+42
*
#15970: merge with 3.2.
Ezio Melotti
2012-09-19
1
-0/+12
|
\
|
*
#15970: xml.etree.ElementTree now serializes correctly the empty HTML element...
Ezio Melotti
2012-09-19
1
-0/+20
*
|
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add...
Eli Bendersky
2012-07-17
1
-0/+9
*
|
Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Stor...
Eli Bendersky
2012-07-15
1
-65/+175
*
|
Make the test more resilient to test-run order (closes #15075)
Eli Bendersky
2012-06-16
1
-8/+20
*
|
Skip XincludeTest entirely instead of just ignoring failures, because it may ...
Eli Bendersky
2012-06-15
1
-1/+1
*
|
Removed _SimpleElementPath and its flaky test. The test monkey-patches the mo...
Eli Bendersky
2012-06-15
1
-23/+0
*
|
mark problematic test as expected failure - investigating
Eli Bendersky
2012-06-15
1
-2/+6
*
|
Replace the iter/itertext methods of Element in _elementtree with true C impl...
Eli Bendersky
2012-06-15
1
-108/+139
*
|
Issue #14007: implement doctype() method calling in XMLParser of _elementtree.
Eli Bendersky
2012-06-01
1
-1/+18
*
|
Issue #14007: make XMLParser a real subclassable type exported from _elementt...
Eli Bendersky
2012-06-01
1
-0/+29
*
|
Issue #14007: implemented the 'element_factory' feature of TreeBuilder in
Eli Bendersky
2012-05-30
1
-4/+14
*
|
Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...
Eli Bendersky
2012-05-29
1
-0/+14
*
|
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Eli Bendersky
2012-05-29
1
-1/+65
*
|
Issue #14849: setup Element data members to be assignable in subclasses
Eli Bendersky
2012-05-20
1
-0/+4
*
|
Fixes and enhancements to _elementtree:
Eli Bendersky
2012-04-03
1
-0/+35
*
|
Removing the test of Element that causes ref-leak in GC (issue #14464).
Eli Bendersky
2012-04-01
1
-10/+0
*
|
Fix the tests of GC collection in ET.Element according to Benjamin's recommen...
Eli Bendersky
2012-03-31
1
-23/+21
*
|
Issue #14065: Added cyclic GC support to ET.Element
Eli Bendersky
2012-03-30
1
-1/+26
*
|
Issue #13782: streamline argument type-checking in ET.Element
Eli Bendersky
2012-03-23
1
-3/+9
*
|
fix trailing whitespace
Eli Bendersky
2012-03-16
1
-1/+1
*
|
Add a test that makes sure TreeBuilder can be passed element_factory in the
Eli Bendersky
2012-03-16
1
-0/+5
*
|
Issue #14207: the ParseError exception raised by _elementtree was made
Eli Bendersky
2012-03-16
1
-20/+22
*
|
Closes Issue #14246: _elementtree parser will now handle io.StringIO
Eli Bendersky
2012-03-16
1
-0/+14
*
|
Issue #14178: Problem deleting slices with steps != +1 in the _elementtree mo...
Eli Bendersky
2012-03-09
1
-5/+86
*
|
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/c...
Florent Xicluna
2012-03-05
1
-46/+103
*
|
Issue #14128: Exposing Element as an actual type from _elementtree, rather th...
Eli Bendersky
2012-03-04
1
-2/+37
*
|
fix the _namespace_map cleanup for cElementTree tests.
Florent Xicluna
2012-02-16
1
-6/+1
*
|
The C accelerator was not always imported for cElementTree's tests. (there's ...
Florent Xicluna
2012-02-16
1
-1/+0
*
|
make TestAccelerator[Not]Imported for ElementTree more robust
Eli Bendersky
2012-02-16
1
-3/+1
*
|
in the tests of ElementTree, verify that the C accelerator is imported or not...
Eli Bendersky
2012-02-16
1
-0/+10
*
|
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...
Florent Xicluna
2012-02-13
1
-23/+26
*
|
Merge 3.2: issue #2892
Florent Xicluna
2011-11-01
1
-0/+1
|
\
\
|
|
/
|
*
Closes #2892: preserve iterparse events in case of SyntaxError.
Florent Xicluna
2011-11-01
1
-0/+1
*
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-4/+4
*
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-3/+3
|
/
*
#10777: fix iteration over dict keys while mutating the dict.
Georg Brandl
2010-12-28
1
-0/+9
*
Fix Issue10205 - XML QName error when different tags have same QName.
Senthil Kumaran
2010-11-09
1
-0/+5
*
#2830: add html.escape() helper and move cgi.escape() uses in the standard li...
Georg Brandl
2010-10-15
1
-2/+2
*
Explicitly close some files (from issue #10093)
Antoine Pitrou
2010-10-14
1
-7/+16
*
#9964: fix running test_xml_etree under -OO.
Georg Brandl
2010-10-14
1
-0/+4
*
Fix xml.etree.ElementInclude to include the tail of the current node. Issue ...
Florent Xicluna
2010-08-08
1
-0/+18
*
Fix BytesWarning in test_xml_etree, introduced with r83851.
Florent Xicluna
2010-08-08
1
-2/+2
*
Issue #8047: Fix the xml.etree serializer to return bytes by default.
Florent Xicluna
2010-08-08
1
-23/+23
*
Issue #9425: skip tests if a filename is not encodable
Victor Stinner
2010-08-07
1
-0/+5
[prev]
[next]