aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/xml/etree/ElementPath.py
Commit message (Expand)AuthorAge
* gh-91447: Fix findtext to only give an empty string on None (GH-91486)Eugene Triguba2022-08-01
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-30
* Remove effbot urls (GH-26308)E-Paine2021-05-22
* bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)Ammar Askar2020-11-09
* bpo-36831: Do not apply default namespace to unprefixed attributes in Element...Stefan Behnel2019-05-09
* bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...Stefan Behnel2019-05-03
* bpo-30485: Change the prefix for defining the default namespace in ElementPat...Stefan Behnel2019-04-18
* bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...Stefan Behnel2019-04-14
* bpo-30485: support a default prefix mapping in ElementPath by passing None as...Stefan Behnel2019-04-14
* bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)Pablo Galindo2017-10-16
* bpo-31648: Improve ElementPath (#3835)scoder2017-09-30
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* Minor code cleanup.Raymond Hettinger2014-11-28
* PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...Raymond Hettinger2014-11-22
* Merge fix for Issue #17011 from 3.3Eli Bendersky2013-08-03
|\
| * Issue #17011: Fix caching of xpath path when namespaces are present.Eli Bendersky2013-08-03
* | Issue #12323: Strengthen error checking of the position XPath selectorsEli Bendersky2013-01-24
* | more yield fromPhilip Jenvey2012-10-01
|/
* Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-13
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-14
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-12