- 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 4 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.
-
Gregory P. Smith authored
due to test_hash_randomization expecting a different seed per process.
-
Gregory P. Smith authored
-
- 13 Dec, 2015 2 commits
-
-
R David Murray authored
-
Vinay Sajip authored
-
- 11 Dec, 2015 2 commits
-
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/303 for details
-
Yury Selivanov authored
-
- 07 Dec, 2015 3 commits
-
-
doko@ubuntu.com authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 06 Dec, 2015 3 commits
-
-
Serhiy Storchaka authored
in ElementTree.iterparse().
-
Larry Hastings authored
-
Larry Hastings authored
-