- 24 Haz, 2014 10 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Windows was seeing the 'GET' generated by these tests as invalid and forcibly closing the socket, causing the test to fail. Patch by Jeff Allen.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
(Based on a patch from Renee Chu.)
-
- 23 Haz, 2014 8 kayıt (commit)
-
-
Yury Selivanov yazdı
Closes #21801.
-
Yury Selivanov yazdı
Closes #21801.
-
Victor Stinner yazdı
get_event_loop() raises an exception if there is no current loop
-
Victor Stinner yazdı
raises an exception if there is no current loop
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Yayoi Ukai.
-
- 22 Haz, 2014 22 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
From the combined efforts of Berber Peksage, Andrew Svetlov, and Yayoi Ukai.
-
Victor Stinner yazdı
exception if the event loop is running. You must first stop the event loop and then wait until it stopped, before closing it.
-
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ı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PYTHONASYNCIODEBUG env var enables debug mode of the event loop.
-
Victor Stinner yazdı
enables debug mode of the event loop.
-
Victor Stinner yazdı
PYTHONASYNCIODEBUG environment variable is set
-
Victor Stinner yazdı
environment variable is set
-
Victor Stinner yazdı
raises an 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."
-
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."
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Nikolaus Rath.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Olive Kilburn.
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-