- 19 Feb, 2014 7 commits
-
-
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 6 commits
-
-
Victor Stinner authored
Vajrasky Kok.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method.
-
Victor Stinner authored
also typo. Patch written by Vajrasky Kok.
-
- 16 Feb, 2014 4 commits
-
-
Victor Stinner authored
aways from zero, instead of rounding towards zero. It should make test_asyncio more reliable, especially test_timeout_rounding() test.
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-