- 11 Ock, 2016 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 10 Ock, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Ock, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Upendra Kumar.
-
- 07 Ock, 2016 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
-
Senthil Kumaran yazdı
-
- 06 Ock, 2016 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 04 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Simplify str.find explaination as per Georg Brandl's suggestion.
-
- 03 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
values and meaning. Patch contributed by Andrew Scheller.
-
- 02 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 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 3 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.
-