- 17 Ara, 2015 1 kayıt (commit)
-
-
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 8 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.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
R David Murray yazdı
Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver.
-
- 30 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Also fix handling of failure to release the import lock.
-
- 03 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with time.tzset().
-
- 02 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Ara, 2015 3 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
Zachary Ware yazdı
-
Steven D'Aprano yazdı
-
- 30 Kas, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 29 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Output raised exception at verbose level 2 (-vv).
-
- 26 Kas, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
by Marian Ganisin.
-
Martin Panter yazdı
Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné.
-
Martin Panter yazdı
-
- 25 Kas, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Christian Heimes.
-
Serhiy Storchaka yazdı
__getattr__. Original patch by Antoine Pitrou.
-