summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.etree.elementtree.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | Clarify docs too: events can be any sequence (not that the C code supports it)Eli Bendersky2013-05-191-3/+3
* | Add some documentation for IncrementalParesrEli Bendersky2013-04-201-2/+35
* | Fix trailing whitespaceEli Bendersky2013-04-201-1/+1
* | Update ET documentation reprhasing the mention of the new IncrementalParser inEli Bendersky2013-04-201-4/+5
* | Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...Antoine Pitrou2013-04-181-0/+45
* | Merge with 3.3.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/+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
* | | Cleanup the docs ElementTree a bit.Serhiy Storchaka2013-01-131-6/+6
|\ \ \ | |/ /
| * | 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
* | | Cleanup the docs ElementTree a bit and describe the default_namespace paramet...Eli Bendersky2013-01-131-5/+7
* | | Close #14377: Add a new parameter to ElementTree.write and some module-levelEli Bendersky2013-01-131-3/+20
|/ /
* | 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-091-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
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-19/+18
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-3/+3
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv...Benjamin Peterson2009-02-261-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-8/+8
* Merged revisions 68116-68119,68121,68123-68127 via svnmerge fromBenjamin Peterson2009-01-011-0/+10
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-52/+54