- 22 Dec, 2015 2 commits
-
-
Serhiy Storchaka authored
Original patch by Samson Lee.
-
Serhiy Storchaka authored
-
- 21 Dec, 2015 5 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 20 Dec, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Added tests for dict views iterators.
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 19 Dec, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
This allows sys.getsize() to work correctly with their subclasses with __slots__ defined.
-
- 18 Dec, 2015 7 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
to ASCII replacements. Original patch by Chris Angelico.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Added test for return code for the last RegQueryValueExW.
-
- 17 Dec, 2015 17 commits
-
-
Yury Selivanov authored
Initial patch by SilentGhost
-
Martin Panter authored
-
Martin Panter authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
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.
-
- 16 Dec, 2015 1 commit
-
-
Martin Panter authored
In Python 2, these were duplicated; one for urllib.urlopen() and one for urllib2.urlopen(). The test_urllibnet version has a better precondition to avoid false failures with bad DNS, and the test_urllib2_localnet version had a more up-to-date comment and domain name.
-