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