Commit message Age Author Refs
r2301:649f9975
ipcontroller/ipengine use the new clusterdir.py module.
Brian Granger
0
r2300:27359b4d
Minor revisions to ipengine_config.py
Brian Granger
0
r2299:de16c0c9
The ipengine script has been refactored to use the new config system. It is also now a formal Application: IPython.kernel.ipengineapp
Brian Granger
0
r2298:05e1b6ce
Removing old ipcontroller.py
Brian Granger
0
r2297:9dca1484
Finished refactoring ipcontroller to be a proper application. * The :command:`ipcontroller` script has been refactored into a proper IPython application that uses the new config system. This also introduces the idea of an application directory, which for :command:`ipcontroller` is :file:`cluster_<profile>` by default. This cluster directory has the config file, the log directory and the security directory for the controller and engine.
Brian Granger
0
r2296:ce29ca4f
Work on ipcontroller. * The IPControllerApp now uses ApplicationWithDir to manage the app_dir. * The setup.py script and ipcontroller script have been updated to use the new IPControllerApp. * launch_new_instance created and being used.
Brian Granger
0
r2295:14c1f0a3
Moving ipcontrollerapp.py to its new location.
Brian Granger
0
r2294:58be715f
General work on the kernel config.
Brian Granger
0
r2293:16e44d71
Remove usage of deprecated .message attribute of exceptions. This fixes https://bugs.launchpad.net/ipython/+bug/407836. The .message attribute of Exception is being deprecated in Python 2.6. All new code should simply use args[0] for this purpose. There are still a few places that modules in external use this. Hopefully these will be updated soon.
Brian Granger
0
r2292:146be237
ipapi.get now returns None if there are no InteractiveShells running. It used to simply raise an IndexError, which was bad.
Brian Granger
0
< 1 .. 2643 2644 2645 2646 2647 .. 2875 >