- 19 Şub, 2014 7 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
of BaseEventLoop
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Thanks to Vajrasky Kok for discovering some of them.
-
Victor Stinner yazdı
sockname, as _basetest_create_ssl_connection().
-
Victor Stinner yazdı
DeprecationWarning warnings. create_unix_server() closes the socket on any error, not only on OSError.
-
Victor Stinner yazdı
Mention if the error was caused by a read or a write, and be more specific on the object (ex: "pipe transport" instead of "transport").
-
- 18 Şub, 2014 13 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
Ethan Furman yazdı
-
Guido van Rossum yazdı
-
Yury Selivanov yazdı
-
Zachary Ware yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
OpenBSD older than 5.5
-
- 17 Şub, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
Vajrasky Kok.
-
Victor Stinner yazdı
also typo. Patch written by Vajrasky Kok.
-
- 16 Şub, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 14 Şub, 2014 2 kayıt (commit)
-
-
Nick Coghlan yazdı
- now also allows POSIX installation with SSL/TLS missing - a goal for pip 1.6 is to allow local use without SSL/TLS
-
Benjamin Peterson yazdı
-
- 13 Şub, 2014 4 kayıt (commit)
-
-
Victor Stinner yazdı
regression: don't clear anymore the state of Python threads early during the Python shutdown.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families.
-
Guido van Rossum yazdı
-
- 12 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 11 Şub, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
FreeBSD 8
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
the list of futures is not a list but a Future, Task or coroutine object
-
Victor Stinner yazdı
parameters
-
Victor Stinner yazdı
call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function.
-
Victor Stinner yazdı
should be printed
-
Victor Stinner yazdı
than timeout
-