- 19 Feb, 2014 6 commits
-
-
Victor Stinner authored
of BaseEventLoop
-
Yury Selivanov authored
-
Yury Selivanov authored
Thanks to Vajrasky Kok for discovering some of them.
-
Victor Stinner authored
sockname, as _basetest_create_ssl_connection().
-
Victor Stinner authored
DeprecationWarning warnings. create_unix_server() closes the socket on any error, not only on OSError.
-
Victor Stinner authored
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 Feb, 2014 13 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
-
Ethan Furman authored
-
Guido van Rossum authored
-
Yury Selivanov authored
-
Zachary Ware authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
OpenBSD older than 5.5
-
- 17 Feb, 2014 2 commits
-
-
Victor Stinner authored
Vajrasky Kok.
-
Victor Stinner authored
also typo. Patch written by Vajrasky Kok.
-
- 16 Feb, 2014 3 commits
-
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 14 Feb, 2014 2 commits
-
-
Nick Coghlan authored
- 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 authored
-
- 13 Feb, 2014 4 commits
-
-
Victor Stinner authored
regression: don't clear anymore the state of Python threads early during the Python shutdown.
-
Victor Stinner authored
-
Victor Stinner authored
the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families.
-
Guido van Rossum authored
-
- 12 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 11 Feb, 2014 9 commits
-
-
Victor Stinner authored
FreeBSD 8
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Victor Stinner authored
the list of futures is not a list but a Future, Task or coroutine object
-
Victor Stinner authored
parameters
-
Victor Stinner authored
call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function.
-
Victor Stinner authored
should be printed
-
Victor Stinner authored
than timeout
-
Victor Stinner authored
-