472
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made 'old' readline work again (GetOutpuFile was not exported with 'from readline import *', need to access via real module)
Ville M. Vainio
as vivainio
More... almost 20 years ago
Fix KeyboardInterrupt trapping (Ctrl-C), which I think I recently broke.
Fernando Perez
as fperez
More... almost 20 years ago
Oops, OutputFile was only in Windows readline, fixed.
Ville M. Vainio
as vivainio
More... almost 20 years ago
provide single readline config place through rlineimpl
Ville M. Vainio
as vivainio
More... almost 20 years ago
Try to import pyreadline on win32
Ville M. Vainio
as vivainio
More... almost 20 years ago
ipsystem() -> _ip.system()
Ville M. Vainio
as vivainio
More... almost 20 years ago
-Expose IPApi is _ip in user namespace.
Ville M. Vainio
as vivainio
More... almost 20 years ago
Changed doc on how to enable a hook
Ville M. Vainio
as vivainio
More... almost 20 years ago
GetoptErrors when invoking magics etc. with wrong args are now more helpful.
Ville M. Vainio
as vivainio
More... almost 20 years ago
/f 1 2 -> f(1,2), not f(1 2). I.e. autoparen fixes
Ville M. Vainio
as vivainio
More... almost 20 years ago
%quickref
Ville M. Vainio
as vivainio
More... almost 20 years ago
Do not change sys.argv to ['-c'] on "-c cmd" command line option.
Ville M. Vainio
as vivainio
More... almost 20 years ago
-iplib.py: added InteractiveShell.getapi(). New magics should be written doing self.getapi() instead of using the shell directly. -Magic.py: %store now allows doing %store foo > ~/myfoo.txt and %store foo >> ~/myfoo.txt to store variables to files (in clean textual form, not a restorable pickle).
Ville M. Vainio
as vivainio
More... almost 20 years ago
a = !ls, a = %alias now work (captures output or gets ret val for aliases) IPApi.meta() provides session data storage for extensions. %alias without args returns a list of tuples instead of printing a list. __IP.meta is now Struct instead of dummy class "Bunch"
Ville M. Vainio
as vivainio
More... almost 20 years ago
whoops, lasth commit was an accident - but it works. It made input prefilter configurable. This checkin fixed argv saving properly
Ville M. Vainio
as vivainio
More... almost 20 years ago
mods
Ville M. Vainio
as vivainio
More... almost 20 years ago
Provide "realistic" sys.argv for scripts run via ipython command line invocation
Ville M. Vainio
as vivainio
More... almost 20 years ago
- Small fix to demos to flush stdout on each printed block.
Fernando Perez
as fperez
More... almost 20 years ago
ipapi rehaul, moved api methods to class IPApi. Usage didn't change much. Launcher methods now allow specifying initial user namespace (in order to be useful for users who embed ipython).
Ville M. Vainio
as vivainio
More... almost 20 years ago
Merged 1071-1076 from banches/0.7.1
Ville M. Vainio
as vivainio
More... almost 20 years ago
result_display can return value. ipapi.is_ipython_session(). %paste -> %cpaste.
Ville M. Vainio
as vivainio
More... about 20 years ago
Made %paste sentinel configurable
Ville M. Vainio
as vivainio
More... about 20 years ago
%paste - print reminder about quitting with '--'
Ville M. Vainio
as vivainio
More... about 20 years ago
Make %paste use 'exec' instead of runlines (more reliable)
Ville M. Vainio
as vivainio
More... about 20 years ago
Added %paste magic
Ville M. Vainio
as vivainio
More... about 20 years ago
Make the egg as minimal as possible, no docs, examples etc.
Ville M. Vainio
as vivainio
More... about 20 years ago
Separate eggsetup.py that handles scripts installation in the egg way (exe on windows, extensionless python script on posix)
Ville M. Vainio
as vivainio
More... about 20 years ago
Add ipython.py into MANIFEST.in to have it in sdist
Ville M. Vainio
as vivainio
More... about 20 years ago
Merge from branches/0.7.1 into trunk, revs 1052-1057
Ville M. Vainio
as vivainio
More... about 20 years ago
Testing commit access with trivial change to README_Windows.txt
Jorgen Stenarson
as jstenar
More... about 20 years ago