472
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed wonky ConsoleWidget keyboard shortcuts on Mac OS. More... over 15 years ago
Made blockbreakers' input encoding detection more robust to strange environments. More... over 15 years ago
Minor comment cleanup. More... over 15 years ago
* Added option (disabled by default) to ConsoleWidget for overriding global/window-level shortcuts. * Documented ConsoleWidget's public member variables. 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
Improved docstring formatting in call tips. More... over 15 years ago
* Added API for setting the font of a ConsoleWidget. * The ConsoleWidget now sets a better default font on most platforms. More... over 15 years ago
Merge branch 'master' of git://github.com/ipython/ipython into qtfrontend and fix conflicts in setupbase.py. More... over 15 years ago
Renamed to inputsplitter, added more tests and examples. More... over 15 years ago
Finish cleanup of setup.py and tests after dead code removal. More... over 15 years ago
Moving old frontend stuff out of the way. More... over 15 years ago
Moved unused prefilter tests into deathrow. More... over 15 years ago
Fix prefilter bug and move old test_handlers file into proper test suite. More... over 15 years ago
Remove embed tests that can't be part of an automatic test suite. More... over 15 years ago
Moved old wildcard tests into proper test suite. More... over 15 years ago
Move a few test into proper suite, clean up unused ones. More... over 15 years ago
Fixed unused %cpaste test and moved into proper test suite. More... over 15 years ago
Remove invalid test runner and invalid tests. More... over 15 years ago
Moved unused autocall tests into a doctest that does get run now. More... over 15 years ago
Fix up and move old irunner tests into proper test suite. More... over 15 years ago
Work around a bug in Python's shlex module with unicode input. More... over 15 years ago
Fix test for issue #114, in this case the test had a small error. More... over 15 years ago
Fix failing doctest for %reset_selective. More... over 15 years ago
Ensure crash handler works even when app isn't fully configured yet. More... over 15 years ago
Completed full block splitting for block-based frontends. More... over 15 years ago
Updated setupbase.py to reflect new 'frontend.qt' and 'zmq' packages. More... over 15 years ago
* Added 'started_listening' and 'stopped_listening' signals to QtKernelManager. The FrontendWidget listens for these signals. * Created a metaclass to permit inheriting from both HasTraits and QObject * Made 'continuation_prompt' a protected variable of ConsoleWidget for API consistency * Made FrontendWidget's constructor consistent with QWidget conventions. More... over 15 years ago
Fixed kernelmanager threads not being restartable. 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
* Fixed bug in CompletionLexer where a context would be generated for, e.g, 'foo('. * Added unit test for this bug. * Cleaned up and documented CompletionLexer. More... over 15 years ago