summaryrefslogtreecommitdiff
path: root/Doc/library/xml.etree.elementtree.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)Miss Islington (bot)2018-02-101-1/+1
* [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)Serhiy Storchaka2017-05-171-1/+1
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-3/+3
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-11/+12
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-4/+4
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* Issue #24079: Improve description of the text and tail attributes forNed Deily2015-08-171-11/+19
* Issue #23729: Improve docs for ElementTree namespace parsingRaymond Hettinger2015-03-301-8/+11
* Issue 23729: Document ElementTree namespace handling and fix an omission in ...Raymond Hettinger2015-03-221-0/+68
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-1/+1
* Minor readability improvement.Raymond Hettinger2014-03-291-1/+1
* Fix: Element.text is an attribute, not a method (report by Cameron Laird on d...Georg Brandl2013-10-061-1/+1
* Issue #18760: Improved cross-references in the xml package.Serhiy Storchaka2013-08-291-2/+3
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+2
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
| * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+7
| |\
| | * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+8
| | * Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-12/+3
| | * Clarify ET.iterparse documentation - this function is not supported by theEli Bendersky2013-01-241-2/+3
| * | Describe the default_namespace parameter of ElemetTree.write.Serhiy Storchaka2013-01-131-1/+2
| |\ \ | | |/
| | * Describe the default_namespace parameter of ElemetTree.write.Serhiy Storchaka2013-01-131-7/+9
| * | Issue #16082: clarify the documentation of tostring[list] saying that it may ...Eli Bendersky2012-10-091-8/+8
| * | Issue #12322: clarify xpath reference for cases where the path reaches ancest...Eli Bendersky2012-10-091-2/+4
| * | Issue #15586: fix prompts in some documentation examplesEli Bendersky2012-08-181-2/+2
| * | Issue #15586: typo fix. This commit is accompanied by an apology for all Liec...Eli Bendersky2012-08-151-5/+5
| * | Issue #15586: add some examples to ElementTree documentation. Patch by Daniel...Eli Bendersky2012-08-141-11/+100
| * | Issue #9458: clarify the documentation of ElementTree.write with regards to t...Eli Bendersky2012-07-151-7/+17
| * | Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Stor...Eli Bendersky2012-07-151-1/+0
| * | fix trailing whitespaceEli Bendersky2012-06-011-1/+1
| * | Issue #14007: make XMLParser a real subclassable type exported from _elementt...Eli Bendersky2012-06-011-5/+5
| * | Issue #14007: implemented the 'element_factory' feature of TreeBuilder inEli Bendersky2012-05-301-3/+3
| * | Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.Eli Bendersky2012-05-291-12/+17
| * | Issue #14006: improve the documentation of xml.etree.ElementTreeEli Bendersky2012-03-301-53/+126
| * | Fix doc typo noticed by Amaury Forgeot d'ArcEli Bendersky2012-03-271-1/+1
| * | Issue #6488: Explain the XPath support of xml.etree.ElementTree, with codeEli Bendersky2012-03-261-30/+132
| * | Issue #13782: streamline argument type-checking in ET.ElementEli Bendersky2012-03-231-5/+7
| * | Issue #9257: clarify the events iterparse acceptsEli Bendersky2012-03-161-5/+8
| |\ \ | | |/
| | * Issue #9257: clarify the events iterparse acceptsEli Bendersky2012-03-161-5/+8
| * | Issue #14207: the ParseError exception raised by _elementtree was madeEli Bendersky2012-03-161-1/+18
| * | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-131-4/+5
| |/
| * #13138: add missing versionadded.Ezio Melotti2011-10-101-0/+2
| * Add missing source links.Raymond Hettinger2011-02-101-0/+3
| * Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-5/+5
| * Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-4/+4
| * Issue #8047: Fix the xml.etree serializer to return bytes by default.Florent Xicluna2010-08-081-9/+13
| * Update versionadded/changed.Ezio Melotti2010-03-211-9/+9
| * Merged revisions 78944 via svnmerge fromFlorent Xicluna2010-03-141-11/+13
| * Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-207/+315