- 23 Haz, 2014 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
Patch from Yayoi Ukai.
-
- 22 Haz, 2014 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
From the combined efforts of Berber Peksage, Andrew Svetlov, and Yayoi Ukai.
-
Victor Stinner yazdı
event loop is running. You must first stop the event loop and then wait until it stopped, before closing it.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
enables debug mode of the event loop.
-
Victor Stinner yazdı
environment variable is set
-
Victor Stinner yazdı
exception if the current loop is not None. Guido van Rossum wrote: "The behavior that you can set the loop to None (and keep track of it explicitly) is part of the spec, and this should still be supported even in debug mode. The behavior that we raise an error if you are caught having multiple active loops per thread is just a debugging heuristic, and it shouldn't break code that follows the spec."
-
Martin v. Löwis yazdı
Patch by Olive Kilburn.
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
Add note to demohelp.txt about doing so.
-
- 21 Haz, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 20 Haz, 2014 8 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Terry Jan Reedy yazdı
-
Charles-François Natali yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
to be executed.
-
Senthil Kumaran yazdı
-
- 19 Haz, 2014 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
bytes or character strings
-
Antoine Pitrou yazdı
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. Patch by Martin Dengler.
-
- 18 Haz, 2014 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Zachary Ware yazdı
-
Victor Stinner yazdı
- Add a missing import - Remove an unused import - Remove unused variables
-
- 17 Haz, 2014 11 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
-
Victor Stinner yazdı
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 yazdı
maximum size. Patch written by Vajrasky Kok.
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-