- 11 Jan, 2016 2 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
- 10 Jan, 2016 1 commit
-
-
Benjamin Peterson authored
-
- 08 Jan, 2016 1 commit
-
-
Benjamin Peterson authored
Patch from Upendra Kumar.
-
- 07 Jan, 2016 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
-
Senthil Kumaran authored
-
- 06 Jan, 2016 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 04 Jan, 2016 1 commit
-
-
Senthil Kumaran authored
Simplify str.find explaination as per Georg Brandl's suggestion.
-
- 03 Jan, 2016 1 commit
-
-
Senthil Kumaran authored
values and meaning. Patch contributed by Andrew Scheller.
-
- 02 Jan, 2016 1 commit
-
-
Senthil Kumaran authored
-
- 01 Jan, 2016 8 commits
-
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 21 Dec, 2015 2 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
- 20 Dec, 2015 3 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 18 Dec, 2015 1 commit
-
-
Terry Jan Reedy authored
-
- 13 Dec, 2015 1 commit
-
-
Vinay Sajip authored
-
- 12 Dec, 2015 1 commit
-
-
Martin Panter authored
-
- 17 Dec, 2015 7 commits
-
-
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.
-
- 14 Dec, 2015 2 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code.
-