##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3240:983c64e0
History refactored and saved to json file - stopped using reading and writing history. history saved to json file and terminal readline data is populated from it - removed duplicate attributes of history manager being stored in shell - only kept db as a property (it was widely used) - more refactoring of history manager - stopped using InputList (errorprone semantics) for history and switched to regular lists - added test
Satrajit Ghosh
0
r3239:1cf44de3
Updating IPython.kernel to fix minor bugs. * Fixed broken %px and %autopx magics. * Fixed printing of ResultList. * Fixed naming of parallelmagic PlugIn. * Removed twisted related warning.
Brian Granger
0
r3238:76796b5c
Hide private names by default in tab completion. This is the most reasonable behavior for new users, and it's important to have a good default until we can make the qt console fully configurable.
Fernando Perez
0
r3237:f0963426
Merge branch 'master' of github.com:ipython/ipython into trunk
Brian Granger
merge
0
r3236:eecb588e
Fixing MultiEngineClient.activate to use new plugin system.
Brian Granger
0
r3235:4408b93d
Fix ipython directive typo in 0.10 changes doc closes gh-210
MinRK
0
r3234:972dc9b2
Fix typo in 0.10 changes doc closes gh-210
MinRK
0
r3233:fa8c292b
Fixed two minor typos.
David
0
r3232:e5effe0e
pycolor: Wrong filename given -> print error When a user wanted to colorize a file, which doesn't exist, IPython would crash. This commit changes this, so the user gets a usefull message about the wrong filename. This fixes RH bug #628742. Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>
Thomas Spura
0
r3231:fd953900
Merge branch 'windows-workdir' of http://github.com/darrendale/ipython into darrendale-windows-workdir
Fernando Perez
merge
0
r3230:d6b42945
Merge branch 'formatters' of http://github.com/rkern/ipython into rkern-formatters
Fernando Perez
merge
0
r3229:ce087d63
ENH: Add the argparse-based option parsing for magics.
Robert Kern
0
r3228:221e31c5
fix windows post-installation routines with setuptools installed
Darren Dale
0
r3227:fd5c0928
specify windows working directory The create_shortcut built-in function used in the windows post-installation script allows the working directory to be specified. If it is not specified, the working directory will default to something like "C:\Windows". Specifying the working directory as "%HOMEDRIVE%%HOMEPATH%" seems a better default, it sets the working directory the the current user's home directory.
Darren Dale
0
r3226:d8f4a0ec
BUG: Remove the pretty extension as it is now obsolete.
Robert Kern
0
r3225:a4af5739
DOC: Add copyright comments.
Robert Kern
0
r3224:c77a02a1
BUG: For multiline outputs, conditionally prepend a newline if necessary. Move this code to where we actually write the output. Frontends should be able to decide whether to use this or not.
Robert Kern
0
r3223:3662d071
BUG: docstring typo.
Robert Kern
0
r3222:393a1a07
BUG: Format according to the coding standard.
Robert Kern
0
r3221:ead71f34
Merge branch 'formatters' of http://github.com/rkern/ipython into rkern-formatters
Fernando Perez
merge
0
load next
< 1 .. 1275 1276 1277 1278 1279 .. 1439 >
showing 20 out of 28761 commits