| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Clarify docs too: events can be any sequence (not that the C code supports it) | Eli Bendersky | 2013-05-19 | 1 | -3/+3 |
|
|
* | | Add some documentation for IncrementalParesr | Eli Bendersky | 2013-04-20 | 1 | -2/+35 |
|
|
* | | Fix trailing whitespace | Eli Bendersky | 2013-04-20 | 1 | -1/+1 |
|
|
* | | Update ET documentation reprhasing the mention of the new IncrementalParser in | Eli Bendersky | 2013-04-20 | 1 | -4/+5 |
|
|
* | | Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n... | Antoine Pitrou | 2013-04-18 | 1 | -0/+45 |
|
|
* | | Merge with 3.3. | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Closes #4159: add LaTeX tabular column specifications to tables that otherwis... | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
|
|
* | | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 1 | -0/+7 |
| |\ |
|
| | * | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 1 | -0/+8 |
|
|
| | * | Issue #11367: fix documentation of some find* methods in ElementTree | Eli Bendersky | 2013-03-12 | 1 | -12/+3 |
|
|
| | * | Clarify ET.iterparse documentation - this function is not supported by the | Eli Bendersky | 2013-01-24 | 1 | -2/+3 |
|
|
* | | | Cleanup the docs ElementTree a bit. | Serhiy Storchaka | 2013-01-13 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Describe the default_namespace parameter of ElemetTree.write. | Serhiy Storchaka | 2013-01-13 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | Describe the default_namespace parameter of ElemetTree.write. | Serhiy Storchaka | 2013-01-13 | 1 | -7/+9 |
|
|
* | | | Cleanup the docs ElementTree a bit and describe the default_namespace paramet... | Eli Bendersky | 2013-01-13 | 1 | -5/+7 |
|
|
* | | | Close #14377: Add a new parameter to ElementTree.write and some module-level | Eli Bendersky | 2013-01-13 | 1 | -3/+20 |
|/ / |
|
* | | Issue #16082: clarify the documentation of tostring[list] saying that it may ... | Eli Bendersky | 2012-10-09 | 1 | -8/+8 |
|
|
* | | Issue #12322: clarify xpath reference for cases where the path reaches ancest... | Eli Bendersky | 2012-10-09 | 1 | -2/+4 |
|
|
* | | Issue #15586: fix prompts in some documentation examples | Eli Bendersky | 2012-08-18 | 1 | -2/+2 |
|
|
* | | Issue #15586: typo fix. This commit is accompanied by an apology for all Liec... | Eli Bendersky | 2012-08-15 | 1 | -5/+5 |
|
|
* | | Issue #15586: add some examples to ElementTree documentation. Patch by Daniel... | Eli Bendersky | 2012-08-14 | 1 | -11/+100 |
|
|
* | | Issue #9458: clarify the documentation of ElementTree.write with regards to t... | Eli Bendersky | 2012-07-15 | 1 | -7/+17 |
|
|
* | | Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Stor... | Eli Bendersky | 2012-07-15 | 1 | -1/+0 |
|
|
* | | fix trailing whitespace | Eli Bendersky | 2012-06-01 | 1 | -1/+1 |
|
|
* | | Issue #14007: make XMLParser a real subclassable type exported from _elementt... | Eli Bendersky | 2012-06-01 | 1 | -5/+5 |
|
|
* | | Issue #14007: implemented the 'element_factory' feature of TreeBuilder in | Eli Bendersky | 2012-05-30 | 1 | -3/+3 |
|
|
* | | Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. | Eli Bendersky | 2012-05-29 | 1 | -12/+17 |
|
|
* | | Issue #14006: improve the documentation of xml.etree.ElementTree | Eli Bendersky | 2012-03-30 | 1 | -53/+126 |
|
|
* | | Fix doc typo noticed by Amaury Forgeot d'Arc | Eli Bendersky | 2012-03-27 | 1 | -1/+1 |
|
|
* | | Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code | Eli Bendersky | 2012-03-26 | 1 | -30/+132 |
|
|
* | | Issue #13782: streamline argument type-checking in ET.Element | Eli Bendersky | 2012-03-23 | 1 | -5/+7 |
|
|
* | | Issue #9257: clarify the events iterparse accepts | Eli Bendersky | 2012-03-16 | 1 | -5/+8 |
|\ \
| |/ |
|
| * | Issue #9257: clarify the events iterparse accepts | Eli Bendersky | 2012-03-16 | 1 | -5/+8 |
|
|
* | | Issue #14207: the ParseError exception raised by _elementtree was made | Eli Bendersky | 2012-03-16 | 1 | -1/+18 |
|
|
* | | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ... | Florent Xicluna | 2012-02-13 | 1 | -4/+5 |
|/ |
|
* | #13138: add missing versionadded. | Ezio Melotti | 2011-10-09 | 1 | -0/+2 |
|
|
* | Add missing source links. | Raymond Hettinger | 2011-02-10 | 1 | -0/+3 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -5/+5 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -4/+4 |
|
|
* | Issue #8047: Fix the xml.etree serializer to return bytes by default. | Florent Xicluna | 2010-08-08 | 1 | -9/+13 |
|
|
* | Update versionadded/changed. | Ezio Melotti | 2010-03-21 | 1 | -9/+9 |
|
|
* | Merged revisions 78944 via svnmerge from | Florent Xicluna | 2010-03-14 | 1 | -11/+13 |
|
|
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from | Florent Xicluna | 2010-03-13 | 1 | -207/+315 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -19/+18 |
|
|
* | Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-... | Alexandre Vassalotti | 2009-07-29 | 1 | -3/+3 |
|
|
* | Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv... | Benjamin Peterson | 2009-02-26 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -8/+8 |
|
|
* | Merged revisions 68116-68119,68121,68123-68127 via svnmerge from | Benjamin Peterson | 2009-01-01 | 1 | -0/+10 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -52/+54 |
|
|