##// END OF EJS Templates
docs: remove -twisted, add -pydb
Ville M. Vainio -
Show More
@@ -1,3 +1,13 b''
1 2008-06-03 Ville Vainio <vivainio@gmail.com>
2
3 * ipython.rst, ipython.1: remove -twisted from man page,
4 add -pydb to both man page and manual.
5
6 2008-05-31 Fernando Perez <Fernando.Perez@berkeley.edu>
7
8 * IPython/ipmaker.py (make_IPython): The -twisted option is fully
9 disabled.
10
1 2008-05-31 *** Released version 0.8.4
11 2008-05-31 *** Released version 0.8.4
2
12
3 2008-05-31 Fernando Perez <Fernando.Perez@berkeley.edu>
13 2008-05-31 Fernando Perez <Fernando.Perez@berkeley.edu>
@@ -36,7 +36,7 b' The following special options are ONLY valid at the beginning of the command'
36 line, and not later. This is because they control the initialization of
36 line, and not later. This is because they control the initialization of
37 ipython itself, before the normal option-handling mechanism is active.
37 ipython itself, before the normal option-handling mechanism is active.
38 .TP
38 .TP
39 .B \-gthread, \-qthread, \-q4thread, \-wthread, \-pylab, \-twisted
39 .B \-gthread, \-qthread, \-q4thread, \-wthread, \-pylab
40 Only ONE of these can be given, and it can only be given as the first option
40 Only ONE of these can be given, and it can only be given as the first option
41 passed to IPython (it will have no effect in any other position). They provide
41 passed to IPython (it will have no effect in any other position). They provide
42 threading support for the GTK, QT3, QT4 and WXWidgets toolkits, for the
42 threading support for the GTK, QT3, QT4 and WXWidgets toolkits, for the
@@ -56,10 +56,6 b' request a specific version of wx to be used. This requires that you have the'
56 distributions.
56 distributions.
57 .br
57 .br
58 .sp 1
58 .sp 1
59 If \-twisted is given, IPython start a Twisted reactor and runs IPython mainloop
60 in a dedicated thread, passing commands to be run inside the Twisted reactor.
61 .br
62 .sp 1
63 If \-pylab is given, IPython loads special support for the matplotlib library
59 If \-pylab is given, IPython loads special support for the matplotlib library
64 (http://matplotlib.sourceforge.net), allowing interactive usage of any of its
60 (http://matplotlib.sourceforge.net), allowing interactive usage of any of its
65 backends as defined in the user's .matplotlibrc file. It automatically
61 backends as defined in the user's .matplotlibrc file. It automatically
@@ -245,6 +241,10 b' you are used to debugging using pdb, this puts you automatically'
245 inside of it after any call (either in IPython or in code called by
241 inside of it after any call (either in IPython or in code called by
246 it) which triggers an exception which goes uncaught.
242 it) which triggers an exception which goes uncaught.
247 .TP
243 .TP
244 .B \-pydb
245 Makes IPython use the third party "pydb" package as debugger,
246 instead of pdb. Requires that pydb is installed.
247 .TP
248 .B \-[no]pprint
248 .B \-[no]pprint
249 IPython can optionally use the pprint (pretty printer) module for
249 IPython can optionally use the pprint (pretty printer) module for
250 displaying results. pprint tends to give a nicer display of nested
250 displaying results. pprint tends to give a nicer display of nested
@@ -1227,6 +1227,10 b' All options with a [no] prepended can be specified in negated form'
1227 IPython or in code called by it) which triggers an exception
1227 IPython or in code called by it) which triggers an exception
1228 which goes uncaught.
1228 which goes uncaught.
1229
1229
1230 -pydb
1231 Makes IPython use the third party "pydb" package as debugger,
1232 instead of pdb. Requires that pydb is installed.
1233
1230 -[no]pprint
1234 -[no]pprint
1231 ipython can optionally use the pprint (pretty printer) module
1235 ipython can optionally use the pprint (pretty printer) module
1232 for displaying results. pprint tends to give a nicer display
1236 for displaying results. pprint tends to give a nicer display
General Comments 0
You need to be logged in to leave comments. Login now