##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3441:df2601a8
Fix blank input crashing IPython, +unittest
Thomas Kluyver
0
r3440:af82243d
Fix DeprecationWarning with system-wide argparse.
Thomas Kluyver
0
r3439:d7ca41af
Merge branch 'sqlite-history' of github.com:takluyver/ipython
Thomas Kluyver
merge
0
r3438:28fa7add
Add test code to make sure that history database errors caused by duplicate session/line numbers are handled correctly (don't crash, get new session).
Thomas Kluyver
0
r3437:be31ef44
Add error handling so SQLite history can recover from corrupt databases and session/line number collisions.
Thomas Kluyver
0
r3436:47ba781e
Make the example values in the default ipython_config.py the same as the default settings.
Thomas Kluyver
0
r3435:ca34800a
Rename history retrieval methods, and improve docstrings.
Thomas Kluyver
0
r3434:d935e092
Merge branch 'ready_unbundle' of https://github.com/tomspur/ipython into tomspur-ready_unbundle
Fernando Perez
merge
0
r3433:2fdab06a
Merge branch 'rkern-magic-arguments'
Fernando Perez
merge
0
r3432:68d2fd97
Convert from nose-style to ours a parametric test. Our style has some limitations, but it has far better deguggability than the nose approach.
Fernando Perez
0
r3431:5304233a
Simplify return form of some functions - avoid unnecessary variables.
Fernando Perez
0
r3430:ef40b1ca
Fix emacs tab-completion with simpler implementation. Add pydb to the list of beneficiaries in the IPython.completer.Completer.all_completions docstring Closes gh-204.
andy wilson
0
r3429:f5e95629
Merge branch 'master' of github.com:ipython/ipython
Thomas Kluyver
merge
0
r3428:c709d8b5
Disable readline \M-i, so characters 0x9000-0x9fff don't crash IPython. closes gh-58
Thomas Kluyver
0
r3427:c140bf94
Add support for (manually) activating logging, for now. Eventually this will be done more cleanly, but for now we need *some* way to turn logging back on during development.
Fernando Perez
0
r3426:31c1e49a
relax minimum_pyzmq_version, since EPD has 2.0.10-1 alias of 2.0.10.1
MinRK
0
r3425:d54e89c3
Fix typo in docstring for magic_reset.
Thomas Kluyver
0
r3424:ab3257a1
Minor tweak to pinfo output formatting. closes gh-133
Thomas Kluyver
0
r3423:1d4043c2
Give .run_cell a store_history option, so that it can be used to run raw IPython code outside of the sequence of commands making the session. This also doesn't incremement the execution_count.
Thomas Kluyver
0
r3422:d43c3dc5
Change order in which things are tried in %edit, so filenames starting with numbers can be edited. Closes gh-127 Closes gh-55
Thomas Kluyver
0
load next
< 1 .. 1264 1265 1266 1267 1268 .. 1438 >
showing 20 out of 28742 commits