- 22 Jun, 2014 22 commits
-
-
Victor Stinner authored
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 authored
event loop is running. You must first stop the event loop and then wait until it stopped, before closing it.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
PYTHONASYNCIODEBUG env var enables debug mode of the event loop.
-
Victor Stinner authored
enables debug mode of the event loop.
-
Victor Stinner authored
PYTHONASYNCIODEBUG environment variable is set
-
Victor Stinner authored
environment variable is set
-
Victor Stinner authored
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 authored
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 authored
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Olive Kilburn.
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Add note to demohelp.txt about doing so.
-
- 21 Jun, 2014 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
- 20 Jun, 2014 13 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-