summaryrefslogtreecommitdiff
path: root/Lib/xml/etree/ElementPath.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)Pablo Galindo2017-10-161-1/+1
* bpo-31648: Improve ElementPath (#3835)scoder2017-09-301-7/+16
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-11/+11
* Minor code cleanup.Raymond Hettinger2014-11-281-4/+1
* PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...Raymond Hettinger2014-11-221-3/+12
* Merge fix for Issue #17011 from 3.3Eli Bendersky2013-08-031-2/+4
|\
| * Issue #17011: Fix caching of xpath path when namespaces are present.Eli Bendersky2013-08-031-2/+4
* | Issue #12323: Strengthen error checking of the position XPath selectorsEli Bendersky2013-01-241-2/+7
* | more yield fromPhilip Jenvey2012-10-011-4/+2
|/
* Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-123/+228
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+198
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-196/+0
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-121-0/+196