##// END OF EJS Templates
Minor fixes in genutils, and a BIG fix for threading. I _think_ I got...
Minor fixes in genutils, and a BIG fix for threading. I _think_ I got Ctrl-C to work in the threaded shells, and the solution is in fact absolutely trivial. The new code is _much_ simpler than what we had! This needs testing, because I find it almost hard to believe that we hadn't tried this before. But if it works, great! The only limitation is that in threaded mode, the traceback shows the internal sigint handler frame. Big deal, it's just cosmetic.
fperez -
r20:fb5e5b43
Show More
Name Size Modified Last Commit Author
IPython
debian
doc
scripts
setupext
tools
ChangeLog Loading ...
MANIFEST.in Loading ...
README Loading ...
README_Windows.txt Loading ...
setup.py Loading ...
win32_manual_post_install.py Loading ...

Please see the doc/ directory for full manuals and other documents. The manual is
prepared using the LyX system (www.lyx.org), but in the doc/manual directory
you'll find HTML and PDF versions.

These manuals normally get installed to $PREFIX/share/doc/ipython-VERSION, unless you
redirect the installer via a --prefix/--home option. Normally, $PREFIX is
/usr, but your Python may be installed elsewhere. You can see its value by
running:

python -c "import sys;print sys.prefix"

# testing notes...