1. 08 Haz, 2017 1 kayıt (commit)
  2. 06 Haz, 2017 3 kayıt (commit)
  3. 05 Haz, 2017 2 kayıt (commit)
  4. 04 Haz, 2017 1 kayıt (commit)
  5. 03 Haz, 2017 1 kayıt (commit)
  6. 01 Haz, 2017 3 kayıt (commit)
  7. 31 May, 2017 2 kayıt (commit)
  8. 30 May, 2017 2 kayıt (commit)
  9. 27 May, 2017 1 kayıt (commit)
  10. 26 May, 2017 1 kayıt (commit)
  11. 25 May, 2017 2 kayıt (commit)
  12. 24 May, 2017 2 kayıt (commit)
  13. 23 May, 2017 2 kayıt (commit)
  14. 22 May, 2017 2 kayıt (commit)
  15. 21 May, 2017 2 kayıt (commit)
  16. 20 May, 2017 2 kayıt (commit)
  17. 19 May, 2017 1 kayıt (commit)
  18. 18 May, 2017 2 kayıt (commit)
  19. 17 May, 2017 2 kayıt (commit)
    • Serhiy Storchaka's avatar
      bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) · 09b52471
      Serhiy Storchaka yazdı
      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
    • Victor Stinner's avatar
      bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624) · 800e4b7a
      Victor Stinner yazdı
      Catch the Windows socket WSAEINVAL error (code 10022) in imaplib
      on shutdown(SHUT_RDWR): An invalid operation was attempted
      
      This error occurs sometimes on SSL connections.
      (cherry picked from commit 83a2c287)
      800e4b7a
  20. 16 May, 2017 2 kayıt (commit)
  21. 15 May, 2017 4 kayıt (commit)