Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
750c5abf43b7b1627ab59ead237bef4c2314d29e
/
Lib
/
xml
/
etree
/
ElementPath.py
97e8b1e
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
by Ammar Askar
· 4 years, 10 months ago
88db8bd
bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201)
by Stefan Behnel
· 6 years ago
4754168
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997)
by Stefan Behnel
· 6 years ago
e8113f5
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860)
by Stefan Behnel
· 6 years ago
3c5a858
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830)
by Stefan Behnel
· 6 years ago
e9927e1
bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823)
by Stefan Behnel
· 6 years ago
0df1905
bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)
by Pablo Galindo
· 8 years ago
101a5e8
bpo-31648: Improve ElementPath (#3835)
by scoder
· 8 years ago
5affd23
bpo-29762: More use "raise from None". (#569)
by Serhiy Storchaka
· 8 years ago
44b548d
#27364: fix "incorrect" uses of escape character in the stdlib.
by R David Murray
· 9 years ago
0badfd5
Minor code cleanup.
by Raymond Hettinger
· 11 years ago
828d932
PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator.
by Raymond Hettinger
· 11 years ago
b9b6ce6
Merge fix for Issue #17011 from 3.3
by Eli Bendersky
· 12 years ago
2acc525
Issue #17011: Fix caching of xpath path when namespaces are present.
by Eli Bendersky
· 12 years ago
5c6198b
Issue #12323: Strengthen error checking of the position XPath selectors
by Eli Bendersky
· 13 years ago
fd0d3e5
more yield from patch by Serhiy Storchaka
by Philip Jenvey
· 13 years ago
f15351d
Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from
by Florent Xicluna
· 16 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
[Renamed from Lib/xmlcore/etree/ElementPath.py]
536cf99
Whitespace normalization.
by Tim Peters
· 20 years ago
63168a5
added PSF licensing blurbs to relevant files
by Fredrik Lundh
· 20 years ago
9ed7306
Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native
by Armin Rigo
· 20 years ago
c6730e1
move the xml package implementation to xmlcore, and adjust the tests to
by Fred Drake
· 20 years ago
[Renamed from Lib/xml/etree/ElementPath.py]
075854f
added ElementTree core components to xml.etree
by Fredrik Lundh
· 20 years ago