472
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow trait values to be set in the keyword arguments of __init__. More... over 15 years ago
Finishing work on configurables, plugins and extensions. More... over 15 years ago
* Fixed context menu breakge after previous commit. * Cleaned up _event_filter_keypress. More... over 15 years ago
Refactored ConsoleWidget to encapsulate, rather than inherit from, QPlainTextEdit. This permits a QTextEdit to be substituted for a QPlainTextEdit if desired. It also makes it more clear what is the public interface of ConsoleWidget. More... over 15 years ago
Major overhaul of the messaging documentation. More... over 15 years ago
Merge branch 'epatters-qtfrontend' into kernelmanager More... over 15 years ago
Added machinery to IPythonWidget for updating the previous prompt number. More... over 15 years ago
First take at cleaning up extensions. More... over 15 years ago
First draft of refactored Component->Configurable. 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
Added top-level links.rst file to keep useful links in one place that can be included from other files. More... over 15 years ago
IPythonWidget now supports styling the syntax highlighting. More... over 15 years ago
More complete message specification covering all the major types. More... over 15 years ago
Completed first pass of inputsplitter with IPython syntax. More... over 15 years ago
Merge branch 'epatters-qtfrontend' into kernelmanager More... over 15 years ago
* Fleshed out IPythonWidget's style control. * Removed magic override code to reflect new magic design. * Misc. cleanup. More... over 15 years ago
Replaced external module for formatting columns with adapted code. More... over 15 years ago
* ConsoleWidget now has better support for non-GUI tab completion. Multiple matches are formatted into columns. * Tab width can now be set at runtime rather than only during initialization. * Added external module columnize.py More... over 15 years ago
Greatly increased frontend performance by improving kernel stdout/stderr buffering. More... over 15 years ago
Minor cleanup related to tab widths. More... over 15 years ago
Made use of plain text consistent. More... over 15 years ago
First pass of input syntax transformation support More... over 15 years ago
Add test for missing input encoding. Back to 100% coverage. More... over 15 years ago
Setting the input buffer now respects HTML continuation prompts. 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
* IPythonWidget now has IPython-style prompts that are futher stylabla via CSS * Added support for HTML to ConsoleWidget * General cleanup and refactoring. More... over 15 years ago
Added banners to FrontendWidget and IPythonWidget. 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
Draft of debugging the multiple inheritance problems in km. More... over 15 years ago