- 21 Şub, 2014 6 kayıt (commit)
-
-
Donald Stufft yazdı
-
Victor Stinner yazdı
outsize range [1902; 2037].
-
Larry Hastings yazdı
for bound methods. Previous to this change, it displayed "self" for methods implemented in Python but not methods implemented in C; it is now both internally consistent and consistent with inspect.Signature.
-
Yury Selivanov yazdı
-
Donald Stufft yazdı
-
Yury Selivanov yazdı
-
- 20 Şub, 2014 19 kayıt (commit)
-
-
Victor Stinner yazdı
Use the same default timeout than test.bat: 1 hour (3600 seconds).
-
Zachary Ware yazdı
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Zachary Ware yazdı
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
scope_id: (host, port).
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
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ı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
env var), document the default debug mode
-
- 19 Şub, 2014 15 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ı
-
Yury Selivanov yazdı
Initial patch by Nick Coghlan.
-
Serhiy Storchaka yazdı
-
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.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Tkinter widgets to work in wantobjects=True mode.
-