- 27 Jun, 2014 18 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
file_wrapper object is destroyed. The destructor now closes the file if needed. The close() method can now be called twice: the second call does nothing.
-
Victor Stinner authored
object is destroyed. The destructor now closes the file if needed. The close() method can now be called twice: the second call does nothing.
-
Victor Stinner authored
- Use support.captured_stderr() where appropriate - Removes some "from test.support import xxx" import and uses support.xxx instead.
-
Victor Stinner authored
- Use support.captured_stderr() where appropriate - Removes some "from test.support import xxx" import and uses support.xxx instead.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
Future, Task and Handle objects are created. Pass the traceback to call_exception_handler() in the 'source_traceback' key. The traceback is truncated to hide internal calls in asyncio, show only the traceback from user code. Add tests for the new source_traceback, and a test for the 'Future/Task exception was never retrieved' log.
-
Victor Stinner authored
Handle objects are created. Pass the traceback to call_exception_handler() in the 'source_traceback' key. The traceback is truncated to hide internal calls in asyncio, show only the traceback from user code. Add tests for the new source_traceback, and a test for the 'Future/Task exception was never retrieved' log.
-
Victor Stinner authored
the coroutine object was created to the "coroutine ... was never yield from" log
-
Victor Stinner authored
object was created to the "coroutine ... was never yield from" log
-
Victor Stinner authored
-
Victor Stinner authored
-
Ned Deily authored
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Jun, 2014 11 commits
-
-
Victor Stinner authored
module.
-
Victor Stinner authored
-
Zachary Ware authored
-
Zachary Ware authored
-
R David Murray authored
-
R David Murray authored
This makes the behavior match that of Parser. Patch by Vajrasky Kok.
-
R David Murray authored
Patch by Martin Vignali, test by Claudiu Popa.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
move two functions next to the functions that use them.
-
- 25 Jun, 2014 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
log in tests
-
Victor Stinner authored
-
Victor Stinner authored
- Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in tests - Add test to check that run_until_complete() checks the loop of the future
-
Victor Stinner authored
- Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in tests - Add test to check that run_until_complete() checks the loop of the future
-
Victor Stinner authored
pending!" logs in tests
-
Victor Stinner authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-