Commit message Age Author Refs
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
r2291:5d97eafd
IPython dir has been renamed to .ipython on Windows. * The IPython directory on Windows has been renamed to :file:`.ipython` instead of the awkward :file:`._ipython`.
Brian Granger
0
r2290:eda3f6c3
Fixed the %debug magic.
Brian Granger
0
r2289:e432bee0
Merging upstream from trunk.
Brian Granger
0
r2288:3832d344
Continuing work on ipcontroller.
Brian Granger
0
< 1 .. 2645 2646 2647 2648 2649 .. 2876 >