- 20 Şub, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
test_sock_connect_address()
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The "exc" variable was not defined, pass a BrokenPipeError exception instead.
-
Victor Stinner yazdı
Use self._loop instead of self._transport._loop, because transport._loop is set to None at process exit.
-
Benjamin Peterson yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
env var), document the default debug mode
-
- 19 Şub, 2014 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
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 yazdı
Initial patch by Nick Coghlan.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 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ı
-