- 29 Jun, 2014 3 commits
-
-
Alexander Belopolsky authored
* makes test_trace tests restore the tracefunc after they run * write_results() in trace module will not terminate if lnotab cannot be found.
-
Berker Peksag authored
-
Berker Peksag authored
-
- 28 Jun, 2014 5 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Antoine Pitrou authored
Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name.
-
- 27 Jun, 2014 20 commits
-
-
Victor Stinner authored
tests
-
Victor Stinner authored
-
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 1 commit
-
-
Victor Stinner authored
-