##// END OF EJS Templates
remove set_interactive gtk check (fix #185)...
remove set_interactive gtk check (fix #185) It was unclear why the function check_gtk() was added in the first place, but plt.show() blocked when using "ipython -gthread" without the "-pylab" also, I just want to note here that users will still experience blocking behaviour if they use e.g "ipython -gthread" but their matplotlib is set to some other backend by default (say "WX").

File last commit:

r1261:a818e11a merge
r3254:7fb20baa
Show More
api_changes.txt
34 lines | 860 B | text/plain | TextLexer
fperez
Small fix to '?', more doctest-compliant profile.
r762 =============
API Changes
=============
.. contents::
..
1 Purpose
2 Version 0.8.2
Purpose
=======
This file documents backwards-incompatible changes to the IPython API,
including user-visible changes of commands, magics, etc.
It should be filled in reverse chronological order, with one section for each
release (which means changes since the previous release).
Version 0.8.2
=============
Changes made since version 0.8.1 was released:
vivainio
pushd/popd to api_changes, update revnum
r862 * %pushd/%popd behave differently; now "pushd /foo" pushes CURRENT directory
and jumps to /foo. The current behaviour is closer to the documented
vivainio
Added -pydb command line switch to enable pydb, pydb is now disabled as default
r922 behaviour, and should not trip anyone.
Version 0.8.3
=============
* pydb is now disabled by default (due to %run -d problems). You can enable
it by passing -pydb command line argument to IPython. Note that setting
it in config file won't work.