472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:ellisonbg/ipython into newkernel More... over 15 years ago
Fixing small bugs in ipcluster stuff. More... over 15 years ago
Reenabling output trapping in the kernel. More... over 15 years ago
Moved a few things back to InteractiveShell. More... over 15 years ago
* Added a custom context menu to the RichIPythonWidget which allows saving plot as an images or SVG documents. * Expanded generic SVG functionality and refactored it into its own module. More... over 15 years ago
Numerous fixes to ConsoleWidget editing region maintenence code. It now impossible (or at least very difficult :) to break the input region. More... over 15 years ago
* Implemented "smart paste" for ConsoleWidget. Continuation prompts are now inserted automatically on paste. * Moved inappropriate public method out of ConsoleWidget's public interface More... over 15 years ago
* Fixed bug where ConsoleWidget accepted non-ASCII characters on paste (and also rich text in 'rich' mode) * Minor cleanup to SVG payload handling. More... over 15 years ago
Complete reorganization of InteractiveShell. More... over 15 years ago
Moving and renaming in preparation of subclassing InteractiveShell. More... over 15 years ago
First semi-working draft of ipython based kernel. More... over 15 years ago
* The SVG payload matplotlib backend now works. * Added RichIPythonWidget, which supports plot payloads. * Added Qt console demo applicaton. * Fixed calltips not being resized properly. More... over 15 years ago
Merge branch 'kernelmanager' of git://github.com/ellisonbg/ipython into qtfrontend More... over 15 years ago
Initial checkin of (not yet working) matplotlib payload backend and associated machinery. More... over 15 years ago
Remaned kernel.py to pykernel.py and create ipkernel.py. More... over 15 years ago
Separating kernel into smaller pieces. More... over 15 years ago
Cleaned up KernelManager.__init__ for better traits usage. More... over 15 years ago
Merge branch 'master' into kernelmanager More... over 15 years ago
Updating autogen_api.py. More... over 15 years ago
Merge branch 'configurable' into trunk More... over 15 years ago
Adding new docs for configuration/extensions/plugins. More... over 15 years ago
Updating the docs. More... over 15 years ago
Clarifying that Python 2.6 is now required. More... over 15 years ago
Fixing InteractiveShell creation More... over 15 years ago
Fixing bugs and adding comment More... over 15 years ago
* CallTipWidget and CompletionWidget no longer need to be fed key presses. This means that can be attached to any Q[Plain]TextEdit with zero hassle. * More fixes for bugs introduced by previous ConsoleWidget refactor. More... over 15 years ago
Add note about pure-zmq heartbeat messaging. More... over 15 years ago
Minor work on kernelmanager. More... over 15 years ago
Merge branch 'epatters-qtfrontend' into kernelmanager More... over 15 years ago
Adding support for HasTraits to take keyword arguments. More... over 15 years ago