- 21 Feb, 2014 3 commits
-
-
Yury Selivanov authored
-
Donald Stufft authored
-
Yury Selivanov authored
-
- 20 Feb, 2014 19 commits
-
-
Victor Stinner authored
Use the same default timeout than test.bat: 1 hour (3600 seconds).
-
Zachary Ware authored
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Yury Selivanov authored
-
Victor Stinner authored
env var), document the default debug mode
-
- 19 Feb, 2014 18 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
-
Yury Selivanov authored
Initial patch by Nick Coghlan.
-
Serhiy Storchaka authored
-
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.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
Zachary Ware authored
exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Tkinter widgets to work in wantobjects=True mode.
-
Serhiy Storchaka authored
Tkinter widgets to work in wantobjects=True mode.
-
Yury Selivanov authored
-
Victor Stinner authored
of BaseEventLoop
-