1. 12 Jun, 2017 1 commit
  2. 11 Jun, 2017 2 commits
  3. 10 Jun, 2017 3 commits
  4. 08 Jun, 2017 2 commits
  5. 06 Jun, 2017 3 commits
  6. 05 Jun, 2017 2 commits
  7. 04 Jun, 2017 1 commit
  8. 03 Jun, 2017 1 commit
  9. 01 Jun, 2017 3 commits
  10. 31 May, 2017 2 commits
  11. 30 May, 2017 2 commits
  12. 27 May, 2017 1 commit
  13. 26 May, 2017 1 commit
  14. 25 May, 2017 2 commits
  15. 24 May, 2017 2 commits
  16. 23 May, 2017 2 commits
  17. 22 May, 2017 2 commits
  18. 21 May, 2017 2 commits
  19. 20 May, 2017 2 commits
  20. 19 May, 2017 1 commit
  21. 18 May, 2017 2 commits
  22. 17 May, 2017 1 commit
    • Serhiy Storchaka's avatar
      bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) · 09b52471
      Serhiy Storchaka authored
      Running Python with the -3 option now emits deprecation warnings for
      getchildren() and getiterator() methods of the Element class in the
      xml.etree.cElementTree module and when pass the html argument to
      xml.etree.ElementTree.XMLParser().
      
      Fixed a deprecation warning about the doctype() method of the
      xml.etree.ElementTree.XMLParser class.  Now it is emitted only when
      define the doctype() method in the subclass of XMLParser.
      
      Fixed a bug in the test_bug_200708_close test method.  An EchoTarget
      instance was incorrectly passed to XMLParser() as the html argument and
      silently ignored.
      
      Tests no longer failed when use the -m option for running only selected
      test methods. Checking warnings now is more specific, warnings are
      expected only when use deprecated features.
      09b52471