index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_xml_etree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-up duplicated code in tests
Eli Bendersky
2013-05-25
1
-14
/
+190
|
\
|
*
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
1
-14
/
+190
|
|
\
|
|
*
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
1
-15
/
+30
|
|
|
\
|
|
*
|
Add some testing to verify which module was imported in ET tests.
Eli Bendersky
2013-05-19
1
-2
/
+6
|
|
*
|
Cleanup more old ET library leftovers
Eli Bendersky
2013-05-19
1
-11
/
+1
|
|
*
|
Issue #17988: remove unused alias for Element and rename the used one
Eli Bendersky
2013-05-19
1
-1
/
+1
|
|
*
|
_elementtree.XMLParser._setevents should support any sequence, not just tuples
Eli Bendersky
2013-05-19
1
-0
/
+35
|
|
*
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0
/
+147
|
|
|
\
\
|
|
|
*
|
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...
Antoine Pitrou
2013-04-18
1
-0
/
+130
|
|
|
*
|
Some cosmetic changes
Eli Bendersky
2013-02-26
1
-13
/
+9
|
|
|
|
\
\
|
|
|
*
\
\
Issue #15083: Convert ElementTree doctests to unittests.
Serhiy Storchaka
2013-02-25
1
-0
/
+17
|
|
|
|
\
\
\
|
|
|
|
*
\
\
Issue #9708: Fix support for iterparse(parser=...) argument per documentation.
Eli Bendersky
2013-01-24
1
-0
/
+17
|
|
|
|
|
\
\
\
|
|
|
|
|
*
|
|
Issue #12323: Strengthen error checking of the position XPath selectors
Eli Bendersky
2013-01-24
1
-0
/
+5
|
|
|
|
|
*
|
|
Add some tests for XPath numeric indexing
Eli Bendersky
2013-01-22
1
-0
/
+17
|
|
|
|
|
|
\
\
\
|
|
|
|
|
*
|
|
|
Close #14377: Add a new parameter to ElementTree.write and some module-level
Eli Bendersky
2013-01-13
1
-0
/
+12
*
|
|
|
|
|
|
|
|
Clean-up duplicated code in tests
Eli Bendersky
2013-05-25
1
-46
/
+0
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
1
-0
/
+92
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
1
-15
/
+30
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0
/
+6
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Some cosmetic changes
Eli Bendersky
2013-02-26
1
-13
/
+9
|
/
/
/
/
*
|
|
|
Issue #15083: Convert ElementTree doctests to unittests.
Serhiy Storchaka
2013-02-25
1
-1373
/
+1132
|
/
/
/
*
|
|
Issue #9708: Fix support for iterparse(parser=...) argument per documentation.
Eli Bendersky
2013-01-24
1
-0
/
+6
|
|
/
|
/
|
*
|
Add some tests for XPath numeric indexing
Eli Bendersky
2013-01-22
1
-0
/
+17
|
/
*
Issue #16922: fixed findtext() to return empty Unicode string instead of empt...
Eli Bendersky
2013-01-13
1
-0
/
+3
*
clean trailing whitespace
Eli Bendersky
2013-01-12
1
-2
/
+2
*
Issues #15083 and #16992: port find.* method tests to unittest
Eli Bendersky
2013-01-12
1
-134
/
+94
*
Issue #16913: Fix Element.itertext()'s handling of text with XML entities.
Eli Bendersky
2013-01-10
1
-0
/
+4
*
normalize whitespace
Eli Bendersky
2013-01-10
1
-1
/
+1
*
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
[next]