summaryrefslogtreecommitdiff
path: root/Doc/library/xml.etree.elementtree.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+5
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-13/+13
* 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
* Closes #26444: typo fixes.Georg Brandl2016-02-261-7/+7
* 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/+10
* 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
* Issue #20375: Clarify ET's parsing of comments and processing instructions.Eli Bendersky2014-04-031-0/+22
* Minor readability improvement.Raymond Hettinger2014-03-291-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-1/+2
* Fix empty strings to empty bytes objects.Serhiy Storchaka2014-02-061-1/+1
|\
| * Fix empty strings to empty bytes objects.Serhiy Storchaka2014-02-061-1/+1
| * Issue #19452: Clarify the documentation of iterparse w.r.t. events argument.Eli Bendersky2013-10-311-1/+1
* | whatsnew: XMLPullParser, plus some doc updates.R David Murray2014-01-041-9/+14
* | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.R David Murray2013-12-251-2/+2
* | merge with 3.3Georg Brandl2013-10-061-25/+144
|\ \ | |/ |/|
| * Close #18990: remove root attribute from XMLPullParserNick Coghlan2013-09-281-3/+10
| * Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous".Eli Bendersky2013-08-311-17/+17
| * Issue #17741: Rename IncrementalParser and its methods.Eli Bendersky2013-08-301-90/+105
| * Issue #18760: Improved cross-references in the xml package.Serhiy Storchaka2013-08-291-5/+102
| |\
| | * Merge doc fix from 3.3Eli Bendersky2013-08-251-5/+102
| | |\
| | | * Fix markup in elementtree docs.Ezio Melotti2013-08-261-2/+2
| | | * Clarify the documentation of XMLParser.closeEli Bendersky2013-08-241-1/+3
| | | * Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParserEli Bendersky2013-08-031-2/+3
| | | |\
| | | * | 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
| | | |\ \
| | | * \ \ Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+7
| | | |\ \ \
| | | * \ \ \ Cleanup the docs ElementTree a bit.Serhiy Storchaka2013-01-131-6/+6
| | | |\ \ \ \
| | | * | | | | 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
* | | | | | | | 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
|/ / / / / /
* | | | | | Update XMLParser.close documentation and fix formatting.Eli Bendersky2013-08-251-7/+9
| |_|_|_|/ |/| | | |
* | | | | Issue #17902: Clarify doc of ElementTree.iterparseEli Bendersky2013-08-031-1/+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-88/+394
|\ \ \ | | |/ | |/|
| * | Describe the default_namespace parameter of ElemetTree.write.Serhiy Storchaka2013-01-131-98/+397
| |\ \ | | |/
| | * 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