Commit message Age Author Refs
r2520:16ce76c4
Fixing two small bugs in :mod:`IPython.kernel`. * In :mod:`IPython.kernel.launcher` we were not handling the lookup of ``job.exe`` properly on Windows if the HPC pack was not installed. * When :mod:`IPython.kernel.client` was imported, Twisted was giving warnings that we have silenced.
Brian Granger
0
r2519:c075f034
Bumping version to 0.11.apha1.
Brian Granger
0
r2518:dc6f3528
Merging work to get ready for first alpha release of 0.11. This mostly fixes bugs and tests in IPython.kernel.
Brian Granger
0
r2517:8185e15c
Fixed bugs in IPython.kernel. * Removed :mod:`IPython.kernel.contexts` and :mod:`IPython.kernel.tests.test_contexts` and all code that used them. This was broken and needed to be removed. Also Enthought has a nice decorator that does this. * Fixed broken tests in :file:`test_multienginefc.py` and :file:`test_taskfc.py`. See https://bugs.launchpad.net/ipython/+bug/505358. * Changed ports number in :mod:`IPython.kernel.tests` to 10111 to avoid conflicts with users who are using the older 10105 ports. See https://bugs.launchpad.net/ipython/+bug/504515. * Fixed logic and bugs in :mod:`IPython.kernel.fcutils` and :mod:`IPython.kernel.clientconnector` related to how FURL files are validated and found. See https://bugs.launchpad.net/ipython/+bug/502790. * Fixed the unhandled :class:`DeadReferenceError`` exception that was happening in :mod:`IPython.kernel.multiengineclient' and :mod:`IPython.kernel.taskclient` when the controller died or restarted. Now we capture that error and raises a :class:`IPython.kernel.error.ConnectionError` that has a better error message. See https://bugs.launchpad.net/ipython/+bug/502796.
Brian Granger
0
r2516:6b6d4719
Merging from upstream trunk.
Brian Granger
0
r2515:08ca9176
Merging Fernando's trunk (fp-trunk-dev) and Brian's edits (fp-review). This is a huge merge of months worth of work by Fernando and Brian. Some highlights: * The test suite has been ported to use the new APIs. * The test suite runs and passes on all platforms!!! * The IPython Sphinx directive has been updated to use the new APIs. * %history works again. * New %tb magic for showing last traceback. * Significant design improvements in the config loaders and applications. * Zillions of bugs fixed. * Completely new %pylab implementation that uses the new GUI support. This allows pylab to be enabled *at runtime*. * Many other things.
Brian Granger
0
r2514:aa693782
Changing revno before merge to trunk.
Brian Granger
0
r2513:fa3cac41
Fixing broken tests on win32. * Fixed tests related to get_home_dir. * Skipping test that involved killing a process in frontend.tests.test_process. * Added a few new tests for get_home_dir.
bgranger
0
r2512:9ee1ba37
Minor cleanup in iptest.py and growl.py.
Brian Granger
0
r2511:f5df2b16
Various fixes to ipapp/ipcluster/ipengine/ipcontroller. * Fixed bugs in handling of ``reuse_furls`` and ``secure``. * Fixed ``--no-sep`` option. * Refactored how the :attr:`Application.config_file_name` is handled to make it clearer and more robust. * Tested all the apps.
Brian Granger
0
< 1 .. 2623 2624 2625 2626 2627 .. 2877 >