index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
xml.etree.elementtree.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Issue #18760: Improved cross-references in the xml package.
Serhiy Storchaka
2013-08-29
1
-2/+3
|
\
\
|
|
/
|
*
Issue #18760: Improved cross-references in the xml package.
Serhiy Storchaka
2013-08-29
1
-2/+3
*
|
Merge doc fix from 3.3
Eli Bendersky
2013-08-25
1
-8/+8
|
\
\
|
|
/
|
*
Update XMLParser.close documentation and fix formatting.
Eli Bendersky
2013-08-25
1
-7/+9
*
|
Fix markup in elementtree docs.
Ezio Melotti
2013-08-25
1
-2/+2
*
|
Clarify the documentation of XMLParser.close
Eli Bendersky
2013-08-24
1
-1/+3
*
|
Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser
Eli Bendersky
2013-08-04
1
-2/+3
|
\
\
|
|
/
|
*
Issue #17902: Clarify doc of ElementTree.iterparse
Eli Bendersky
2013-08-04
1
-1/+2
*
|
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
[next]