- 19 Jun, 2014 9 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Zachary Ware authored
Patch by Ben Hoyt.
-
Victor Stinner authored
reads all available bytes from the "self pipe", not only a single byte. This change reduces the risk of having the pipe full and so getting the innocuous "BlockingIOError: [Errno 11] Resource temporarily unavailable" message.
-
Victor Stinner authored
available bytes from the "self pipe", not only a single byte. This change reduces the risk of having the pipe full and so getting the innocuous "BlockingIOError: [Errno 11] Resource temporarily unavailable" message.
-
Victor Stinner authored
parameters are bytes or character strings
-
Victor Stinner authored
bytes or character strings
-
Antoine Pitrou authored
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. Patch by Martin Dengler.
-
Antoine Pitrou authored
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. Patch by Martin Dengler.
-
- 18 Jun, 2014 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Victor Stinner authored
- Add a missing import - Remove an unused import - Remove unused variables
-
Victor Stinner authored
- Add a missing import - Remove an unused import - Remove unused variables
-
- 17 Jun, 2014 25 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
number of calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
-
Victor Stinner authored
calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
-
Victor Stinner authored
decorator on Python 3.5. - Drop __slots__ optimization of CoroWrapper to be able to set the __qualname__ attribute. - Add tests on __name__, __qualname__ and __module__ of a coroutine function and coroutine object. - Fix test_tasks when run in debug mode (PYTHONASYNCIODEBUG env var set) on Python 3.3 or 3.4
-
Victor Stinner authored
Python 3.5 - Drop __slots__ optimization of CoroWrapper to be able to set the __qualname__ attribute. - Add tests on __name__, __qualname__ and __module__ of a coroutine function and coroutine object. - Fix test_tasks when run in debug mode (PYTHONASYNCIODEBUG env var set) on Python 3.3 or 3.4
-
Victor Stinner authored
for the maximum size. Patch written by Vajrasky Kok.
-
Victor Stinner authored
maximum size. Patch written by Vajrasky Kok.
-
Victor Stinner authored
private structure of the _io module to fix a compiler warning (overflow when assigning the value 1). Fix also a cast in incrementalnewlinedecoder_setstate(). Patch written by Hallvard B Furuseth.
-
Terry Jan Reedy authored
-
Terry Jan Reedy 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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-