lp:~ellisonbg/ipython/textmate-server

Created by Brian Granger and last modified

This Twisted based TextMate server allows a more powerful way of talking to the IPython TextMate bundle.

Get this branch:
bzr branch lp:~ellisonbg/ipython/textmate-server
Only Brian Granger can upload to this branch. If you are Brian Granger please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brian Granger
Project:
IPython
Status:
Experimental

Recent revisions

1152. By Brian Granger

Added a new Twisted based IPython server for use with TextMate.

1151. By Brian Granger

Merging ipython-editor-mate branch.

This branch adds TextMate support to ipy_editor.py.

1150. By Ville M. Vainio

Merged from my trunk-dev:
 Lukasz Pankowski's patches:
   sh profile prefilter changes (allow ~/bin/foo, /bin/foo in addition to ./foo to be directly executed)
   allow multiple dashes in demo ---stop---
   editor hook does TryNext

 shadow history docs
 Allow multiline macros in threaded shells
 Do not hang with dev version of PyGTK: do set_interactive(False)

1149. By Brian Granger

Merging branch: ~gael-varoquaux/ipython/ipython-sync-frontend.

1148. By Brian Granger

Merging changes in branch ~vvatsa/ipython/ipython-trunk-merge.

1147. By Ville M. Vainio

Merge my trunk-dev, with following mods:

* cd completer: show bookmarks if no other completions are available.

* Remove ipy_leo.py. "easy_install ipython-extension" to get it.
  (done to decouple it from ipython release cycle)

* sh profile: easy way to give 'title' to prompt: assign to variable
  '_prompt_title'. It looks like this::

        [~]|1> _prompt_title = 'sudo!'
        sudo![~]|2>

* %rehashx: Aliases no longer contain dots. python3.0 binary
  will create alias python30. Fixes:
  #259716 "commands with dots in them don't work"

* %cpaste: %cpaste -r repeats the last pasted block.
  The block is assigned to pasted_block even if code
  raises exception.

* %edit: If you do '%edit pasted_block', pasted_block
  variable gets updated with new data (so repeated
  editing makes sense)

Test mods:

Add test_magic.py, with test_rehashx

1146. By Fernando Perez

Merge: Final doc updates for release 0.9.1.

1145. By Brian Granger

Merging everyones bug fixes into trunk.

This is a host of bug fixes done by in various branches that fix
IPython on Python 2.4.

1144. By Fernando Perez

Fix doc build to eliminate matplotlib dependency.

1143. By Fernando Perez

Cut release 0.9. This revision will be tagged as 0.9.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers