- 19 Feb, 2014 14 commits
-
-
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 23 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
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
-
Victor Stinner authored
-
Victor Stinner authored
OpenBSD older than 5.5
-
- 17 Feb, 2014 3 commits
-
-
Victor Stinner authored
Vajrasky Kok.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-