openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
IPython
Settings
|
Report Duplicate
472
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Mar 02, 2025 — Mar 02, 2026
Showing page 858 of 945
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed wonky ConsoleWidget keyboard shortcuts on Mac OS.
epatters
More...
over 15 years ago
Made blockbreakers' input encoding detection more robust to strange environments.
epatters
More...
over 15 years ago
Minor comment cleanup.
epatters
More...
over 15 years ago
* Added option (disabled by default) to ConsoleWidget for overriding global/window-level shortcuts. * Documented ConsoleWidget's public member variables.
epatters
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.
epatters
More...
over 15 years ago
Improved docstring formatting in call tips.
epatters
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.
epatters
More...
over 15 years ago
Merge branch 'master' of git://github.com/ipython/ipython into qtfrontend and fix conflicts in setupbase.py.
epatters
More...
over 15 years ago
Renamed to inputsplitter, added more tests and examples.
Fernando Perez
More...
over 15 years ago
Finish cleanup of setup.py and tests after dead code removal.
Fernando Perez
More...
over 15 years ago
Moving old frontend stuff out of the way.
Brian Granger
More...
over 15 years ago
Moved unused prefilter tests into deathrow.
Fernando Perez
More...
over 15 years ago
Fix prefilter bug and move old test_handlers file into proper test suite.
Fernando Perez
More...
over 15 years ago
Remove embed tests that can't be part of an automatic test suite.
Fernando Perez
More...
over 15 years ago
Moved old wildcard tests into proper test suite.
Fernando Perez
More...
over 15 years ago
Move a few test into proper suite, clean up unused ones.
Fernando Perez
More...
over 15 years ago
Fixed unused %cpaste test and moved into proper test suite.
Fernando Perez
More...
over 15 years ago
Remove invalid test runner and invalid tests.
Fernando Perez
More...
over 15 years ago
Moved unused autocall tests into a doctest that does get run now.
Fernando Perez
More...
over 15 years ago
Fix up and move old irunner tests into proper test suite.
Fernando Perez
More...
over 15 years ago
Work around a bug in Python's shlex module with unicode input.
Fernando Perez
More...
over 15 years ago
Fix test for issue #114, in this case the test had a small error.
Fernando Perez
More...
over 15 years ago
Fix failing doctest for %reset_selective.
Fernando Perez
More...
over 15 years ago
Ensure crash handler works even when app isn't fully configured yet.
Fernando Perez
More...
over 15 years ago
Completed full block splitting for block-based frontends.
Fernando Perez
More...
over 15 years ago
Updated setupbase.py to reflect new 'frontend.qt' and 'zmq' packages.
epatters
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.
epatters
More...
over 15 years ago
Fixed kernelmanager threads not being restartable.
epatters
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.
epatters
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.
epatters
More...
over 15 years ago
←
1
2
…
854
855
856
857
858
859
860
861
862
…
944
945
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree