- 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
- b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
- 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
- 4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
- c9a5a19 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 10 years ago
- 2baaba8 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
- 510a6e9 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
- 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
- 3708349 Minor readability improvement. by Raymond Hettinger · 11 years ago
- 5e7f16e Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 12 years ago
- 7653e26 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 12 years ago
- 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
- 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
- 23790b4 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
- 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
- 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
- 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
- 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
- f1b045f Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
- 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
- 831893a Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding. by Eli Bendersky · 13 years ago
- 323a43a Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches. by Eli Bendersky · 13 years ago
- a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 13 years ago
- 3115f0d Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. by Eli Bendersky · 13 years ago
- 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 13 years ago
- f96cf91 Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding by Eli Bendersky · 13 years ago
- 00f402b Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me by Eli Bendersky · 13 years ago
- 48c50bf Clarify ET.iterparse documentation - this function is not supported by the by Eli Bendersky · 13 years ago
- f4fbf24 Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument by Eli Bendersky · 13 years ago
- 3d4a02a Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
- 6ee2187 Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis by Eli Bendersky · 13 years ago
- 1bf2394 fix trailing whitespace by Eli Bendersky · 13 years ago
- 52467b1 Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups by Eli Bendersky · 13 years ago
- 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 13 years ago
- 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 13 years ago
- c1d9869 Issue #14006: improve the documentation of xml.etree.ElementTree by Eli Bendersky · 13 years ago
- ede001a Fix doc typo noticed by Amaury Forgeot d'Arc by Eli Bendersky · 13 years ago
- 3a4875e Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code by Eli Bendersky · 13 years ago
- 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 13 years ago
- 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
- 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
- 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
- a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 13 years ago
- 138fc89 #13138: add missing versionadded. by Ezio Melotti · 14 years ago
- c54d97b #13138: add missing versionadded. Patch by Andreas Stührk. by Ezio Melotti · 14 years ago
- 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
- 3029aff Add missing source links. by Raymond Hettinger · 14 years ago
- 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 15 years ago
- 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
- c17f172 Issue #8047: Fix the xml.etree serializer to return bytes by default. by Florent Xicluna · 15 years ago
- f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
- dddd5e9 Merged revisions 78944 via svnmerge from by Florent Xicluna · 15 years ago
- 88db6f4 Minor documentation updates for xml.etree. by Florent Xicluna · 15 years ago
- f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 15 years ago
- a231e45 Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions. by Florent Xicluna · 15 years ago
- 583302c Update some parts of the xml.etree documentation. 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
- 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 16 years ago
- 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 16 years ago
- 3bb4747 #6489: fix an ambiguity in getiterator() documentation. by Georg Brandl · 16 years ago
- ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 16 years ago
- 8b8c2df Fix punctuation. by Georg Brandl · 16 years ago
- 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
- c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
- 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 17 years ago
- fb22263 #4100: note that element children are not necessarily present on "start" events. by Georg Brandl · 17 years ago
- e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 17 years ago
- c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
- b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 17 years ago
- 43da35d Added a footnote to each pointing out that for XML output if an encoding by Mark Summerfield · 17 years ago
- c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 17 years ago
- 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
- f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
- d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
- 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 18 years ago
- 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 18 years ago
- e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
- c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 18 years ago
- 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
- 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago
- 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago