472
I Use This!
High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor cleanup - leftover debug stuff
Fernando Perez
as fperez
More... almost 20 years ago
New system for interactively running scripts. After a submission by Ken Schutte <kschutte-AT-csail.mit.edu> on the ipython-user list.
Fernando Perez
as fperez
More... almost 20 years ago
forgot changelog commit
Fernando Perez
as fperez
More... almost 20 years ago
- correct recent argv fix, which was breaking tkinter
Fernando Perez
as fperez
More... almost 20 years ago
- fix bug where aliases would shadow variables when autocall was fully off.
Fernando Perez
as fperez
More... almost 20 years ago
Small fix to sys.argv, match python's default behavior.
Fernando Perez
as fperez
More... almost 20 years ago
Small bugfix for pylab threaded backends.
Fernando Perez
as fperez
More... almost 20 years ago
- Fix problems with -pylab and custom namespaces. - ipapi change: 'create' -> 'make'.
Fernando Perez
as fperez
More... almost 20 years ago
Add support for autoindent inside (X)emacs.
Fernando Perez
as fperez
More... almost 20 years ago
- set the default value of autoedit_syntax to be false. Too many complaints.
Fernando Perez
as fperez
More... almost 20 years ago
Fix typo.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
- add support for PyCrust-style _getAttributeNames magic method. Closes #50. - don't delete exit/quit. Closes #55. - rename 'with' to 'with_obj' to avoid problems in python 2.5. Closes #53. - fix FakeModule, which also closes #59. - add -n option to %edit. - fix various other crashes reported by the automatic crash handler.
Fernando Perez
as fperez
More... almost 20 years ago
changelog
Ville M. Vainio
as vivainio
More... almost 20 years ago
made myself ([email protected]) the default bug contact
Ville M. Vainio
as vivainio
More... almost 20 years ago
ipapi: to_user_ns takes "x y", and doesn't support renaming anymore
Ville M. Vainio
as vivainio
More... almost 20 years ago
ipapi.get() only returns dummy obj when asked for
Ville M. Vainio
as vivainio
More... almost 20 years ago
Fix typo.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
One more getters fix...
Fernando Perez
as fperez
More... almost 20 years ago
Forgot to commit changelog
Fernando Perez
as fperez
More... almost 20 years ago
Defaults rename, clean up api to use properties or direct access rather than explicit getters.
Fernando Perez
as fperez
More... almost 20 years ago
Fix (hopefully) another threadign bug, reported by Jorgen.
Fernando Perez
as fperez
More... almost 20 years ago
Only use alignment specification if it's the first yielded result.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
Fix win32 line endings.
Fernando Perez
as fperez
More... almost 20 years ago
Fix alignment default.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
Make left alignment and full output the default and remove yield (-1, True) where possible.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
Move textwrap import to where it's needed.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
Add missing import.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
Use IPython's user namespace for the global namespace in ifilter, ieval and isort.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
Copy over docstrings from the path.path methods.
Walter Doerwald
as walter.doerwald
More... almost 20 years ago
Rename ipipe._default to ipipe.noitem (which makes the object public and better describes its use).
Walter Doerwald
as walter.doerwald
More... almost 20 years ago