0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added input_sep to next_prompt of execute_reply msg. More... over 15 years ago
Cleanup and fixes after merge. More... over 15 years ago
Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend More... over 15 years ago
First draft of history msg. More... over 15 years ago
Prompt messages are now implemented for both in/out prompts. More... over 15 years ago
Initial support in ipkernel for proper displayhook handling. More... over 15 years ago
Refactor of prompts and the displayhook. More... over 15 years ago
* Restored functionality after major merge. * Refactored main() and lauch_kernel() methods for kernels. More... over 15 years ago
Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend More... over 15 years ago
Changing how IPython.utils.io.Term is handled. More... over 15 years ago
Add flushing to stdout/stderr in system calls. More... over 15 years ago
Initial version of system command out/err forwarding. 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
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
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
Merge branch 'epatters-qtfrontend' into kernelmanager More... over 15 years ago
* Change input mechanism: replace raw_input instead of stdin. * Made 'kernel' a public attribute of KernelManager. More... over 15 years ago
Merge branch 'epatters-qtfrontend' into kernelmanager More... over 15 years ago
Greatly increased frontend performance by improving kernel stdout/stderr buffering. More... over 15 years ago
* Moved AnsiCodeProcessor to separate file, refactored its API, and added unit tests. * Improved traceback display. * Modified FrontendWidget to use tabs instead of spaces for convenient deletion. More... over 15 years ago
Kernel subprocess parent polling is now implemented correctly for Unix. More... over 15 years ago
Kernel subprocess parent polling is now implemented for Windows. More... over 15 years ago
Fixed bugs with raw_input and finished and implementing InStream. More... over 15 years ago
Basic raw_input implementation is now working. More... over 15 years ago
Progress on raw_input. More... over 15 years ago