1. 17 Dec, 2015 2 commits
    • Yury Selivanov's avatar
      Merge 3.4 · 12601d41
      Yury Selivanov authored
      12601d41
    • Yury Selivanov's avatar
      asyncio: Skip getaddrinfo if host is already resolved. · 03df54d5
      Yury Selivanov authored
      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.
      03df54d5
  2. 16 Dec, 2015 1 commit
  3. 15 Dec, 2015 3 commits
  4. 14 Dec, 2015 6 commits
  5. 13 Dec, 2015 9 commits
  6. 12 Dec, 2015 3 commits
  7. 11 Dec, 2015 7 commits
  8. 10 Dec, 2015 1 commit
  9. 09 Dec, 2015 3 commits
  10. 08 Dec, 2015 3 commits
  11. 07 Dec, 2015 2 commits