Go to file
Min RK cf5cc8bb5e Merge pull request #4498 from takluyver/daemon-streamcapturer
Daemon StreamCapturer

The StreamCapturer should die if the main thread crashes. On Shiningpanda, a failure in another nose plugin has been causing the tests to hang, because the main thread exits, but the StreamCapturer thread is still alive.

Under normal conditions, the thread will still be shut down cleanly - it will only die a messy death if the main thread does.
2013-11-06 12:45:09 -08:00
docs/source Miscellaneous doc fixes 2013-11-01 19:14:09 -07:00
examples Merge pull request #4466 from minrk/pandoc-preamble 2013-11-05 12:30:55 -08:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython StreamCapturer should die if main process crashes. 2013-11-06 09:59:51 -08:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py Rework setup to allow installing on Python 2 and 3. 2013-10-31 17:38:34 -07:00
setupbase.py Add comment to automatically generated scripts. 2013-11-05 08:51:44 -08:00