index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
xml
/
etree
/
ElementPath.py
Commit message (
Expand
)
Author
Age
*
gh-91447: Fix findtext to only give an empty string on None (GH-91486)
Eugene Triguba
2022-08-01
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
*
bpo-36831: Do not apply default namespace to unprefixed attributes in Element...
Stefan Behnel
2019-05-09
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
*
bpo-30485: Change the prefix for defining the default namespace in ElementPat...
Stefan Behnel
2019-04-18
*
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...
Stefan Behnel
2019-04-14
*
bpo-30485: support a default prefix mapping in ElementPath by passing None as...
Stefan Behnel
2019-04-14
*
bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)
Pablo Galindo
2017-10-16
*
bpo-31648: Improve ElementPath (#3835)
scoder
2017-09-30
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
Minor code cleanup.
Raymond Hettinger
2014-11-28
*
PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...
Raymond Hettinger
2014-11-22
*
Merge fix for Issue #17011 from 3.3
Eli Bendersky
2013-08-03
|
\
|
*
Issue #17011: Fix caching of xpath path when namespaces are present.
Eli Bendersky
2013-08-03
*
|
Issue #12323: Strengthen error checking of the position XPath selectors
Eli Bendersky
2013-01-24
*
|
more yield from
Philip Jenvey
2012-10-01
|
/
*
Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from
Florent Xicluna
2010-03-13
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
*
added ElementTree core components to xml.etree
Fredrik Lundh
2005-12-12