| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-83122: Deprecate testing element truth values in `ElementTree` (#31149) | Jacob Walls | 2023-01-23 | 1 | -3/+6 |
|
|
* | gh-99087: Add missing newline for prompts in docs (GH-98993) | Stanley | 2022-12-09 | 1 | -0/+1 |
|
|
* | bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) | Martin Fischer | 2022-05-19 | 1 | -0/+2 |
|
|
* | Remove effbot urls (GH-26308) | E-Paine | 2021-05-22 | 1 | -7/+0 |
|
|
* | bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147) | Ammar Askar | 2020-11-09 | 1 | -0/+18 |
|
|
* | bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids ... | scoder | 2020-10-04 | 1 | -0/+6 |
|
|
* | bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-... | Serhiy Storchaka | 2020-06-10 | 1 | -0/+2 |
|
|
* | bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) | Shantanu | 2020-06-08 | 1 | -2/+11 |
|
|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -2/+2 |
|
|
* | bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) | Anjali Bansal | 2019-09-11 | 1 | -0/+89 |
|
|
* | bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) | Serhiy Storchaka | 2019-09-01 | 1 | -18/+0 |
|
|
* | bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ... | Stefan Behnel | 2019-08-23 | 1 | -0/+12 |
|
|
* | bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) | Stefan Behnel | 2019-07-24 | 1 | -2/+40 |
|
|
* | bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ... | Stefan Behnel | 2019-05-03 | 1 | -2/+15 |
|
|
* | bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) | Stefan Behnel | 2019-05-01 | 1 | -0/+60 |
|
|
* | bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target... | Stefan Behnel | 2019-05-01 | 1 | -2/+20 |
|
|
* | bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen... | Stefan Behnel | 2019-05-01 | 1 | -12/+53 |
|
|
* | bpo-30485: Change the prefix for defining the default namespace in ElementPat... | Stefan Behnel | 2019-04-18 | 1 | -3/+3 |
|
|
* | bpo-30485: support a default prefix mapping in ElementPath by passing None as... | Stefan Behnel | 2019-04-14 | 1 | -3/+6 |
|
|
* | bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum... | Bernt Røskar Brenna | 2019-04-14 | 1 | -6/+15 |
|
|
* | bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903) | Manjusaka | 2019-02-22 | 1 | -2/+4 |
|
|
* | bpo-34160: Preserve user specified order of Element attributes (GH-10163) | Raymond Hettinger | 2018-10-28 | 1 | -0/+8 |
|
|
* | bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) | Serhiy Storchaka | 2018-07-24 | 1 | -16/+9 |
|
|
* | bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) | sblondon | 2018-02-10 | 1 | -1/+1 |
|
|
* | bpo-31648: Improve ElementPath (#3835) | scoder | 2017-09-30 | 1 | -0/+5 |
|
|
* | bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) | Serhiy Storchaka | 2017-05-16 | 1 | -1/+1 |
|
|
* | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+5 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -13/+13 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -4/+4 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | Closes #26444: typo fixes. | Georg Brandl | 2016-02-26 | 1 | -7/+7 |
|
|
* | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|
|
* | Issue #24079: Improve description of the text and tail attributes for | Ned Deily | 2015-08-18 | 1 | -11/+19 |
|
|
* | Issue #23729: Improve docs for ElementTree namespace parsing | Raymond Hettinger | 2015-03-31 | 1 | -8/+10 |
|
|
* | Issue 23729: Document ElementTree namespace handling and fix an omission in ... | Raymond Hettinger | 2015-03-22 | 1 | -0/+68 |
|
|
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|
|
* | Issue #20375: Clarify ET's parsing of comments and processing instructions. | Eli Bendersky | 2014-04-03 | 1 | -0/+22 |
|
|
* | Minor readability improvement. | Raymond Hettinger | 2014-03-29 | 1 | -1/+1 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -1/+2 |
|
|
* | Fix empty strings to empty bytes objects. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
|\ |
|
| * | Fix empty strings to empty bytes objects. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
|
|
| * | Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. | Eli Bendersky | 2013-10-31 | 1 | -1/+1 |
|
|
* | | whatsnew: XMLPullParser, plus some doc updates. | R David Murray | 2014-01-05 | 1 | -9/+14 |
|
|
* | | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. | R David Murray | 2013-12-26 | 1 | -2/+2 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix: Element.text is an attribute, not a method (report by Cameron Laird on d... | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | | Close #18990: remove root attribute from XMLPullParser | Nick Coghlan | 2013-09-28 | 1 | -3/+10 |
|
|
* | | Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous". | Eli Bendersky | 2013-08-31 | 1 | -17/+17 |
|
|
* | | Issue #17741: Rename IncrementalParser and its methods. | Eli Bendersky | 2013-08-30 | 1 | -90/+105 |
|
|