- 20 Feb, 2014 1 commit
-
-
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
-
- 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 2 commits
-
-
Victor Stinner authored
FreeBSD 8
-
Victor Stinner authored
-