Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
09b52471f39ba280d836b945d47719c697af0b45
/
Lib
/
xml
/
etree
09b5247
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
by Serhiy Storchaka
· 8 years ago
6a8163a
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
by Martin Panter
· 9 years ago
b3d8b59
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 10 years ago
1adbacf
Issue #20331: Fixed possible FD leaks in various modules:
by Serhiy Storchaka
· 12 years ago
20d4669
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
by Christian Heimes
· 12 years ago
981c3bd
Issue #11367: fix documentation of some find* methods in ElementTree
by Eli Bendersky
· 12 years ago
3d4a02a
Describe the default_namespace parameter of ElemetTree.write.
by Serhiy Storchaka
· 13 years ago
6d6fb3a
#15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
by Ezio Melotti
· 13 years ago
0965ee2
Issue #2892: preserve iterparse events in case of SyntaxError
by Florent Xicluna
· 14 years ago
67d5d0e
Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2).
by Florent Xicluna
· 14 years ago
8086038
Merged revisions 86348 via svnmerge from
by Senthil Kumaran
· 15 years ago
2f1b1ff
Merged revisions 83864 via svnmerge from
by Florent Xicluna
· 15 years ago
3e8c189
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
by Florent Xicluna
· 15 years ago
42fb6ab
Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")
by Antoine Pitrou
· 16 years ago
fbdeaad
expunge the xmlcore changes:
by Fred Drake
· 19 years ago
c6730e1
move the xml package implementation to xmlcore, and adjust the tests to
by Fred Drake
· 20 years ago
075854f
added ElementTree core components to xml.etree
by Fredrik Lundh
· 20 years ago