472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ileo: %lee also takes input slices More... almost 18 years ago
merge
Ville M. Vainio
as vivainio2
More... almost 18 years ago
add ipy_vimserver.py extension, and ipy.vim to doc/examples. Both contributed by Erich Heine More... almost 18 years ago
ileo: pylab demo stuff More... almost 18 years ago
ileo: have pylab use as example in leo_bridge_demo.leo More... almost 18 years ago
ipy_leo: hijact Tk on startup More... almost 18 years ago
version string in Release contains bzr branch if not 'ipython' More... almost 18 years ago
use "else:" in demo More... almost 18 years ago
_ip.runlines() handles cleanup of scripts that start new else blocks on indent level 0 correctly More... almost 18 years ago
merge More... almost 18 years ago
make_tarball now creates the tarball from bzr with rev & branch info More... almost 18 years ago
bzr completer caches the commands (only runs bzr help commands on the first run) More... almost 18 years ago
revert previous (half-functional) commit
Ville M. Vainio
as vivainio2
More... almost 18 years ago
Try to save with utf-8 on edit - will leave crap character in the end, will be reverted next (just committed to keep this fix somewhere)
Ville M. Vainio
as vivainio2
More... almost 18 years ago
merge from trunk More... almost 18 years ago
merge More... almost 18 years ago
bzr completer now gets commands from 'bzr help commands' (includes all commands provided by exensions also)
Ville M. Vainio
as vivainio2
More... almost 18 years ago
test_embed: actually CALL the specified shell class More... almost 18 years ago
ipapi: allow specifying shell class in launch_new_instance & make_new instance. Use this in test_embed.py More... almost 18 years ago
ipmaker: force (reload?) import of ipy_user_conf and ipy_profile_foo, so that embedded instances can be relaunched and configuration is still done More... almost 18 years ago
MTInteractiveShell: implement "code received" event in runsource & runcode to prevent hanging indefinitely when the mainloop is dead (typical with -gthread) if you close the window More... almost 18 years ago
MTInteractiveShell.runsource() - return immediately if we are being killed (code would never get run -> deadlock)
Ville M. Vainio
as vivainio2
More... almost 18 years ago
MTInteractiveShell.runcode(): return True, not None if killed More... almost 18 years ago
Simplify MTInteractiveShell: ditch Condition(RLock), use much simpler threading.Event mechanism (relying more on built-in-functionality in Queue) More... almost 18 years ago
MTInteractiveShell.runsource: execute code directly if worker thread is not running yet (this is the case in config files) More... almost 18 years ago
Allow recursive execution of IPython code in MTInteractiveShell.runsource by checking if we are already in worker thread, and execute code directly if we are. More... almost 18 years ago
update_revnum opens the file in binary mode (does not botch CRLF) More... almost 18 years ago
tools/update_revnum: Change to bzr revision numbering. More... almost 18 years ago
- Remove changelog so we can at least locally we can use symlinks. The symlink will NOT be committed until we figure out a good solution for win32 users. More... almost 18 years ago
Update permissions More... almost 18 years ago