- 20 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
env var), document the default debug mode
-
- 19 Şub, 2014 23 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.
-
Serhiy Storchaka yazdı
Tkinter widgets to work in wantobjects=True mode.
-
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 16 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ignores OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited.
-
Victor Stinner yazdı
OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited.
-
Ethan Furman yazdı
-
Guido van Rossum yazdı
-
Yury Selivanov yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
and to modernize. Patch by Gareth Rees.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Cast from time_t (64 bit) to long (32 bit). It should fix a compiler warning.
-