lp:~robert-kern/ipython/clipboard

Created by Robert Kern and last modified
Get this branch:
bzr branch lp:~robert-kern/ipython/clipboard
Only Robert Kern can upload to this branch. If you are Robert Kern please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert Kern
Project:
IPython
Status:
Merged

Recent revisions

1155. By Robert Kern

Add %paste magic for direct pasting from the clipboard.

1154. By Brian Granger

Merging vvatsa's ipcluster-dev branch.

This merge brings in a new ssh mode for ipcluster. Thanks to Vishal
Vatsa for this.

1153. By Brian Granger

Merging bug fixed to ipcluster in bg-trunk-dev branch.

This merge fixes some problem that the new ipcluster was having on
Win32.

1152. By Brian Granger

New version of ipcluster and docs updates.

This branch has a complete rewrite of the ipcluster script. The script
is now based on Twisted and has support for starting clusters using
PBS, mpirun and on localhost.

The developer docs have been fully updated to reflect our current
dev workflow with lp and bzr.

The changelog has been reformatted some to keep its style consistent.

A new security document has been aded that describes the Foolscap
security model in depth.

Minor fixed to ipengine and ipcluster.

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.

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