lp:~unpingco/ipython/trunk-dev

Created by Jose Unpingco and last modified
Get this branch:
bzr branch lp:~unpingco/ipython/trunk-dev
Only Jose Unpingco can upload to this branch. If you are Jose Unpingco please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jose Unpingco
Project:
IPython
Status:
Merged

Recent revisions

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.

1142. By Fernando Perez

Final doc updates for 0.9 release.

Unless problems arise in final testing, this revision will be 0.9.

1141. By Brian Granger

Adding missing install.txt.

1140. By Brian Granger

Changing version for release.

1139. By Brian Granger

Updating all documentation for the 0.9 release.

1138. By Fernando Perez

Fix doc layout.

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