- 19 Feb, 2014 21 commits
-
-
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
-
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 19 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
-
Victor Stinner authored
ignores OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited.
-
Victor Stinner authored
OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited.
-
Ethan Furman authored
-
Guido van Rossum authored
-
Yury Selivanov authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Zachary Ware authored
-
Zachary Ware authored
and to modernize. Patch by Gareth Rees.
-
Victor Stinner authored
-
Victor Stinner authored
Cast from time_t (64 bit) to long (32 bit). It should fix a compiler warning.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-