##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2661:595fc3b9
Moving old frontend stuff out of the way.
Brian Granger
0
r2660:b4536b0b
Moved unused prefilter tests into deathrow. These tests were simply too hackish to try to load into our current test suite. This commit completes the cleanup of unused tests. The majority were updated and moved to our proper test suite, except for those that were using deprecated apis or too hackish (manipulating too much global state) to reuse.
Fernando Perez
0
r2659:af63f9f6
Fix prefilter bug and move old test_handlers file into proper test suite. This makes the tests for core a bit noisier, but we do gain a ton of tests we hadn't used in a long time. The bug was in fact uncovered by these tests.
Fernando Perez
0
r2658:3f7c841b
Remove embed tests that can't be part of an automatic test suite. Proper tests for embedding should be built that don't block on user input, this was useless for an automated test suite.
Fernando Perez
0
r2657:f5f4be49
Moved old wildcard tests into proper test suite.
Fernando Perez
0
r2656:46b1f350
Move a few test into proper suite, clean up unused ones. Some of these were completely redundant, moved the ones that weren't into test_iplib proper.
Fernando Perez
0
r2655:9d2a6a99
Fixed unused %cpaste test and moved into proper test suite.
Fernando Perez
0
r2654:18bf1d32
Remove invalid test runner and invalid tests. These were old IPython tests that had to be executed manually, they haven't been run in years. For %cd we've added real tests, and the runner should be removed as it doesn't really work. For completer, our real test suite has tests already.
Fernando Perez
0
r2653:3b811fbc
Moved unused autocall tests into a doctest that does get run now.
Fernando Perez
0
r2652:88385b48
Fix up and move old irunner tests into proper test suite.
Fernando Perez
0
r2651:6f35aed7
Backport a bugfix from trunk; works around Python bug 1170. For more details: - http://bugs.python.org/issue1170 - http://github.com/ipython/ipython/commit/ccc8b20a12aedb2b65db9c171fcfcf9b05910259
Fernando Perez
0
r2650:ccc8b20a
Work around a bug in Python's shlex module with unicode input. The problem appeared as a broken %popd, but ultimately the real bug is in Python itself. I added some more tests that exercise various parts that were breaking due to the original problem, to at least improve test coverage.
Fernando Perez
0
r2649:a469f3d7
InteractiveShell* are imported as IPShell* So call them properly in start() Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>
Thomas Spura
0
r2648:a292ff54
Fix test for issue #114, in this case the test had a small error. The test was failing to disable multiline specials. Closes #114.
Fernando Perez
0
r2647:b8b4b225
Fix failing doctest for %reset_selective. An initial %reset was needed, and the actual details of the example weren't quite correct.
Fernando Perez
0
r2646:fd1aa87a
Ensure crash handler works even when app isn't fully configured yet. In such a case, the ipython_dir may not have been computed yet, so we must avoid calling isdir() on a possibly None variable.
Fernando Perez
0
r2645:df85a15e
Completed full block splitting for block-based frontends.
Fernando Perez
0
r2644:c0a5bfcc
Updated setupbase.py to reflect new 'frontend.qt' and 'zmq' packages.
epatters
0
r2643:422a62e7
* Added 'started_listening' and 'stopped_listening' signals to QtKernelManager. The FrontendWidget listens for these signals. * Created a metaclass to permit inheriting from both HasTraits and QObject * Made 'continuation_prompt' a protected variable of ConsoleWidget for API consistency * Made FrontendWidget's constructor consistent with QWidget conventions.
epatters
0
r2642:91794b0d
Fixed kernelmanager threads not being restartable.
epatters
0
load next
< 1 .. 1303 1304 1305 1306 1307 .. 1438 >
showing 20 out of 28742 commits