- 21 Feb, 2014 2 commits
-
-
Donald Stufft authored
-
Yury Selivanov authored
-
- 20 Feb, 2014 13 commits
-
-
Zachary Ware authored
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Yury Selivanov authored
-
Victor Stinner authored
scope_id: (host, port).
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
test_sock_connect_address()
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The "exc" variable was not defined, pass a BrokenPipeError exception instead.
-
Victor Stinner authored
Use self._loop instead of self._transport._loop, because transport._loop is set to None at process exit.
-
Benjamin Peterson authored
-
Yury Selivanov authored
-
Victor Stinner authored
env var), document the default debug mode
-
- 19 Feb, 2014 12 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since Python startup, to be able to debug coroutines defined directly in the asyncio module.
-
Yury Selivanov authored
Initial patch by Nick Coghlan.
-
Victor Stinner authored
-
Victor Stinner authored
On Mac OS X Tiger (and older), getsockname() returns a zero-length address for UNIX socket, and so 'sockname' extra info is None.
-
Yury Selivanov authored
-
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
-