1. 97e8b1e bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147) by Ammar Askar · 4 years, 10 months ago
  2. 88db8bd bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201) by Stefan Behnel · 6 years ago
  3. 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
  4. 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
  5. 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
  6. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 6 years ago
  7. 0df1905 bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978) by Pablo Galindo · 8 years ago
  8. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 8 years ago
  9. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 8 years ago
  10. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  11. 0badfd5 Minor code cleanup. by Raymond Hettinger · 11 years ago
  12. 828d932 PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator. by Raymond Hettinger · 11 years ago
  13. b9b6ce6 Merge fix for Issue #17011 from 3.3 by Eli Bendersky · 12 years ago
  14. 2acc525 Issue #17011: Fix caching of xpath path when namespaces are present. by Eli Bendersky · 12 years ago
  15. 5c6198b Issue #12323: Strengthen error checking of the position XPath selectors by Eli Bendersky · 13 years ago
  16. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 13 years ago
  17. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 16 years ago
  18. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago[Renamed from Lib/xmlcore/etree/ElementPath.py]
  19. 536cf99 Whitespace normalization. by Tim Peters · 20 years ago
  20. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 20 years ago
  21. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 20 years ago
  22. 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]
  23. 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 20 years ago