- 18 Feb, 2014 22 commits
-
-
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 12 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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-