472
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jan 14, 2025 — Jan 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: Allow non-dict namespaces. This involves a change in the ipapi for setting user namespaces. More... over 17 years ago
Set prompt separators in %doctest_mode to match Python's default. More... over 17 years ago
Turn little test into proper doctest. Cleanup and document. More... over 17 years ago
Cleanup docs More... over 17 years ago
Remove 2.3 compatibility. More... over 17 years ago
Remove 2.3 compatibility, minor cleanups. More... over 17 years ago
Make our fixed-up getargspec a top-level function. More... over 17 years ago
doctest example for NotificationCenter
barrywark
as Barry Wark
More... over 17 years ago
fixed None for type/sender
barrywark
as Barry Wark
More... over 17 years ago
I.k.c.notification blueprint, test, implementation.
barrywark
as Barry Wark
More... over 17 years ago
merged
barrywark
as Barry Wark
More... over 17 years ago
for merge
barrywark
as Barry Wark
More... over 17 years ago
Modified OutputTrap to accept a file-like object and use it instead of SyncOutputTrap. More... over 17 years ago
Moved context tests to separate file More... over 17 years ago
Merge with upstream More... over 17 years ago
Local checkpoint to merge with remote. More... over 17 years ago
Local checkpoint of changes to testing machinery. Work in progress. More... over 17 years ago
Partial fix for extra reference holding bug. Not complete yet. More... over 17 years ago
Make the gui timeout a parameter. More... over 17 years ago
Updated the main introduction to IPython in the Sphinx docs.
Brian Granger
as Brian E Granger
More... over 17 years ago
Commented out a usage of the with statement in a test that was causing IPython.kernel to fail on 2.4.
Brian Granger
as Brian E Granger
More... over 17 years ago
Putting in missing __init__.py file in IPython/tools/tests.
Brian Granger
as Brian E Granger
More... over 17 years ago
Merging in all work from the ipython-map branch.
Brian Granger
as Brian E Granger
More... over 17 years ago
Fixing more tests and examples after the task, map and @parallel work.
Brian Granger
as Brian E Granger
More... over 17 years ago
The refactoring of the Task system is nearly complete. Now there are multiple types of tasks including `StringTask` and `MapTask`. Each task type is responsible for running itself and processing its own result. This makes it much easier for people to create new task types.
Brian Granger
as Brian E Granger
More... over 17 years ago
small write test
Vivian De Smedt
as vds2212
More... over 17 years ago
Clean up the title-setting code. More... over 17 years ago
Clean up exit code. More... over 17 years ago
Add demo app. Add callback for exit to the ipython0 code. More... over 17 years ago
Make "help()" work. More... over 17 years ago