- 01 Ock, 2016 8 kayıt (commit)
-
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 21 Ara, 2015 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 20 Ara, 2015 3 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 18 Ara, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 13 Ara, 2015 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 12 Ara, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 17 Ara, 2015 7 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
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.
-
- 14 Ara, 2015 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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 yazdı
due to test_hash_randomization expecting a different seed per process.
-
Gregory P. Smith yazdı
-
- 13 Ara, 2015 2 kayıt (commit)
-
-
R David Murray yazdı
-
Vinay Sajip yazdı
-
- 11 Ara, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/303 for details
-
Yury Selivanov yazdı
-
- 07 Ara, 2015 3 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 06 Ara, 2015 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in ElementTree.iterparse().
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Ned Deily yazdı
and link with OpenSSL 1.0.2e.
-
- 05 Ara, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
The OS X buildbots were failing at the second setrlimit() call with EPERM, as if they were trying to raise the hard limit. The call should be keeping the hard limit the same and raising the soft limit back to its original value, so I don't understand the failure.
-