##// END OF EJS Templates
generate whatsnew for 0.13.2
MinRK -
Show More
@@ -2,6 +2,66 b''
2 0.13 Series
2 0.13 Series
3 =============
3 =============
4
4
5 Release 0.13.2
6 ==============
7
8 0.13.2 is a bugfix release for 0.13.
9
10 Most notable fixes are related to compatibility with Qt and Wx GUIs.
11
12 The following 48 Pull Requests were backported to 0.13.2:
13
14 * :ghpull:`2399`: IndentationError display
15 * :ghpull:`2503`: Fix traceback handling of SyntaxErrors without line numbers.
16 * :ghpull:`2500`: Add `encoding` attribute to `OutStream` class.
17 * :ghpull:`2498`: Don't catch tab press when something selected
18 * :ghpull:`2490`: add ZMQInteractiveShell to IPEngineApp class list
19 * :ghpull:`2491`: color is supported in ironpython
20 * :ghpull:`2511`: trigger default remote_profile_dir when profile_dir is set
21 * :ghpull:`2294`: inputhook_qt4: Use QEventLoop instead of starting up the QCoreApplication
22 * :ghpull:`2554`: Avoid stopping in ipdb until we reach the main script.
23 * :ghpull:`2561`: Fix display of plain text containing multiple carriage returns before line feed
24 * :ghpull:`2546`: use 4 Pythons to build 4 Windows installers
25 * :ghpull:`2526`: Don't kill paramiko tunnels when receiving ^C
26 * :ghpull:`2591`: Fix for Issue #2584
27 * :ghpull:`2582`: Fix displaying history when output cache is disabled.
28 * :ghpull:`2574`: Fix #2244
29 * :ghpull:`2638`: Fix %paste in Python 3 on Mac
30 * :ghpull:`2656`: Fix irunner tests when $PYTHONSTARTUP is set
31 * :ghpull:`2663`: Fix issue #2660: parsing of help and version arguments
32 * :ghpull:`2668`: pylab_not_importable: Catch all exceptions, not just RuntimeErrors.
33 * :ghpull:`2662`: qtconsole: wrap argument list in tooltip to match width of text body
34 * :ghpull:`2686`: Fix tox.ini
35 * :ghpull:`2685`: Fix pretty print of types when ``__module__`` is not available.
36 * :ghpull:`2713`: Doc bugfix: user_ns is not an attribute of Magic objects.
37 * :ghpull:`2717`: One liner to fix debugger printing stack traces when lines of context are larger than source.
38 * :ghpull:`2544`: Infinite loop when multiple debuggers have been attached.
39 * :ghpull:`2749`: Tell Travis CI to test on Python 3.3 as well
40 * :ghpull:`2738`: Unicode content crashes the pager (console)
41 * :ghpull:`2769`: Allow shutdown when no engines are registered
42 * :ghpull:`2773`: Fixed minor typo causing AttributeError to be thrown.
43 * :ghpull:`2778`: P3K: fix DeprecationWarning under Python 3.x
44 * :ghpull:`2757`: check for complete pyside presence before trying to import
45 * :ghpull:`2783`: Prefilter shouldn't touch execution_count
46 * :ghpull:`2796`: P3K: fix cookie parsing under Python 3.x (+ duplicate import is removed)
47 * :ghpull:`2799`: Exit code
48 * :ghpull:`2816`: in %edit, don't save "last_call" unless last call succeeded
49 * :ghpull:`2830`: BUG: Opening parenthesis after non-callable raises ValueError
50 * :ghpull:`2849`: utils/data: Use list comprehension for uniq_stable()
51 * :ghpull:`2859`: Correct docstring of ipython.py
52 * :ghpull:`2863`: whatsnew/version0.9.txt: Fix '~./ipython' -> '~/.ipython' typo
53 * :ghpull:`2852`: future pyzmq compatibility
54 * :ghpull:`2864`: Fix %run -t -N<N> TypeError
55 * :ghpull:`2926`: Don't die if stderr/stdout do not support set_parent() #2925
56 * :ghpull:`2924`: safe_run_module: Silence SystemExit codes 0 and None.
57 * :ghpull:`2901`: Fix inputhook_wx on osx
58 * :ghpull:`2994`: expanduser on %%file targets
59 * :ghpull:`2831`: avoid string version comparisons in external.qt
60 * :ghpull:`3013`: py3 workaround for reload in cythonmagic
61 * :ghpull:`3008`: fix cython module so extension for multiarched python
62
63
64
5 Release 0.13.1
65 Release 0.13.1
6 ==============
66 ==============
7
67
General Comments 0
You need to be logged in to leave comments. Login now