0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small fix for API consistency. More... over 15 years ago
* Added 'req_port' option to 'launch_kernel' and the kernel entry point. * Cleanup from last check-in. More... over 15 years ago
* Added 'independent' argument to 'launch_kernel' for setting subprocess persistence goals. The case for 'independent=False' is only partially implemented. * Better documentation More... over 15 years ago
Merge branch 'kernelmanager' of git://github.com/ellisonbg/ipython into qtfrontend More... over 15 years ago
Changing -1=>0 for bind to random ports. More... over 15 years ago
* Implemented a proper main() function for kernel.py that reads command line input. * Added options to launch_kernel() for specifying particular ports. * Wrote preliminary implementation for the KernelManager's start_kernel() and kill_kernel() methods * Updated IPythonWidget test script to reflect new functionality. More... over 15 years ago
* Added a function for spawning a localhost kernel in a new process on random ports. * Refactored the prototype kernel's 'main' function * Gave IPythonWidget a (slightly) better 'main' method. More... over 15 years ago
* Adding object_info_request support to prototype kernel. * Completion and calltips work again in FrontendWidget More... over 15 years ago
Merge branch 'master' of git://github.com/ipython/ipython into qtfrontend More... over 15 years ago
Merge branch 'kernelproxy' into upstream_master More... over 15 years ago
Work on the kernel manager. More... over 15 years ago
Added zmq kernel file which I forgot More... over 15 years ago
Added files from our zmq prototype into main ipython tree. More... over 15 years ago
Adding .gitignore and updating release to remove bzr tag. More... almost 16 years ago
Merging Brian's work on branch: lp:~ipython-dev/ipython/kernel-config More... about 16 years ago
Continuing work on ipcontroller. More... over 16 years ago
Merging the inputhook branch. More... over 16 years ago
Fixing a few imports related to shell.py. More... over 16 years ago
More testing and docstrings added for inputhook.py More... over 16 years ago
Moving inputhook modules into IPython/lib. More... over 16 years ago
First draft of full inputhook management. More... over 16 years ago
Merging in ipython-ipython1b branch. This branch was used to merge in the docs from ipython1-dev, as well as the stuff from the ipython1-sconfig branch. In addition to simply merging the docs from ipython1-dev, I have completely reorganized the docs to make the easier to read and write. More... over 17 years ago
Organizing the docs/examples directory. I moved all the old examples into a core subdir. I then created a new kernel subdir for all the examples that are being moved here from ipython1-dev. The examples in core should probably be organized into more appropriately named subdirs. The core subdir should be reserved for things related to the ipython core (as it develops). More... over 17 years ago
Getting ready to merge ipython1 docs in. More... over 17 years ago
Merge of the ipython-ipython1a branch into the ipython trunk. This merge represents the first merging of the things in ipython1-dev into ipython. More specifically, this merge includes the basic ipython1 kernel and a few related subpackages. Most importantly, the setup.py script and friends have been refactored. More... over 17 years ago
This is a manual merge of certain things in the ipython1-dev branch, revision 46, into the main ipython branch. This is not a true merge in the formal sense because all history is not coming over with the files. For a detailed history of the added files, please see the ipython1-dev branch or the svn repository on scipy.org that ipython1-dev came from. More... over 17 years ago
- Fix a bug introduced by r1357 which broke embedding. - Add a %kill_embedded magic so one can permanently deactivate an embedded instance. More... over 18 years ago
Fixes to: More... about 20 years ago
Reorganized the directory for ipython/ to have its own dir, which is a bit more consistent with the SVN book recommended layout. More... over 20 years ago