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