- 25 Jun, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 24 Jun, 2014 20 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Victor Stinner authored
coroutine is done: use the first line number of the code object instead of the current line number of the generator frame. The name of the coroutine is not enough because many coroutines may have the same name. It's a common case in asyncio tests for example.
-
Victor Stinner authored
done: use the first line number of the code object instead of the current line number of the generator frame. The name of the coroutine is not enough because many coroutines may have the same name. It's a common case in asyncio tests for example.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R David Murray authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R David Murray authored
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 authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
(Based on a patch from Renee Chu.)
-
- 23 Jun, 2014 8 commits
-
-
Yury Selivanov authored
Closes #21801.
-
Yury Selivanov authored
Closes #21801.
-
Victor Stinner authored
get_event_loop() raises an exception if there is no current loop
-
Victor Stinner authored
raises an exception if there is no current loop
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Yayoi Ukai.
-
- 22 Jun, 2014 11 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
From the combined efforts of Berber Peksage, Andrew Svetlov, and Yayoi Ukai.
-
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
-