1. 01 Nis, 2016 2 kayıt (commit)
  2. 22 Mar, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Add a source parameter to warnings.warn() · e19558af
      Victor Stinner yazdı
      Issue #26604:
      
      * Add a new optional source parameter to _warnings.warn() and warnings.warn()
      * Modify asyncore, asyncio and _pyio modules to set the source parameter when
        logging a ResourceWarning warning
      e19558af
  3. 02 Mar, 2016 3 kayıt (commit)
  4. 10 Şub, 2016 1 kayıt (commit)
  5. 01 Şub, 2016 1 kayıt (commit)
  6. 11 Ock, 2016 3 kayıt (commit)
  7. 17 Ara, 2015 1 kayıt (commit)
    • Yury Selivanov's avatar
      asyncio: Skip getaddrinfo if host is already resolved. · d5c2a621
      Yury Selivanov yazdı
      getaddrinfo takes an exclusive lock on some platforms, causing clients to queue
      up waiting for the lock if many names are being resolved concurrently. Users
      may want to handle name resolution in their own code, for the sake of caching,
      using an alternate resolver, or to measure DNS duration separately from
      connection duration. Skip getaddrinfo if the "host" passed into
      create_connection is already resolved.
      
      See https://github.com/python/asyncio/pull/302 for details.
      
      Patch by A. Jesse Jiryu Davis.
      d5c2a621
  8. 11 Ara, 2015 2 kayıt (commit)
  9. 20 Kas, 2015 2 kayıt (commit)
  10. 19 Kas, 2015 1 kayıt (commit)
  11. 18 Kas, 2015 1 kayıt (commit)
  12. 17 Kas, 2015 2 kayıt (commit)
  13. 16 Kas, 2015 2 kayıt (commit)
  14. 05 Kas, 2015 1 kayıt (commit)
  15. 02 Kas, 2015 2 kayıt (commit)
  16. 19 Eki, 2015 1 kayıt (commit)
  17. 05 Eki, 2015 2 kayıt (commit)
  18. 03 Eki, 2015 1 kayıt (commit)
  19. 02 Eki, 2015 1 kayıt (commit)
  20. 29 Eyl, 2015 2 kayıt (commit)
  21. 28 Eyl, 2015 1 kayıt (commit)
  22. 21 Eyl, 2015 2 kayıt (commit)
  23. 17 Agu, 2015 1 kayıt (commit)
  24. 14 Agu, 2015 1 kayıt (commit)
  25. 06 Agu, 2015 1 kayıt (commit)
  26. 05 Agu, 2015 2 kayıt (commit)