~villemvainio/ipython/ipyrender-linuxfix

  • Committer: Ville M. Vainio
  • Date: 2008-09-17 19:41:23 UTC
  • mfrom: (1133.1.16 trunk-dev)
  • Revision ID: vivainio@gmail.com-20080917194123-t9qt9qtndy4763sr
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
Filename Latest Rev Last Changed Committer Comment Size
..
debian 0.1.1 16 years ago ville initialization (no svn history) Diff
docs 1004.1.1 15 years ago Brian E Granger Getting ready to merge ipython1 docs in. Diff
IPython 0.1.1 16 years ago ville initialization (no svn history) Diff
sandbox 1109.1.35 15 years ago Brian Granger Moved the traitlets based config to sandbox (creat Diff
scripts 0.1.1 16 years ago ville initialization (no svn history) Diff
setupext 0.1.1 16 years ago ville initialization (no svn history) Diff
test 0.1.1 16 years ago ville initialization (no svn history) Diff
tools 0.1.1 16 years ago ville initialization (no svn history) Diff
.checkeol 0.7.3 16 years ago ldufrechou Correct erroneous behaviour when doing: IN[0]: é W 10 bytes Diff Download File
.hgignore 0.1.1 16 years ago ville initialization (no svn history) 161 bytes Diff Download File
COPYING.txt 1004.1.3 15 years ago Brian E Granger Cleaning up the IPython docs. I have removed old 3.3 KB Diff Download File
File ipykit.py 0.1.44 16 years ago Fernando Perez Update permissions 627 bytes Diff Download File
File ipython.py 0.1.44 16 years ago Fernando Perez Update permissions 420 bytes Diff Download File
MANIFEST.in 1102.1.25 15 years ago Fernando Perez More updates for release of 0.9.rc1. - Fix links 566 bytes Diff Download File
README.txt 1109.1.39 15 years ago Brian Granger Updated the main README.txt file to refect the 0.9 281 bytes Diff Download File
File setup.py 1102.1.23 15 years ago Fernando Perez Final updates for releasing the 0.9.rc1. Mostly s 6.6 KB Diff Download File
File setup_bdist_egg.py 0.1.44 16 years ago Fernando Perez Update permissions 468 bytes Diff Download File
setupbase.py 1109.1.22 15 years ago Brian Granger Added tests for the new get_ipython_dir and get_se 9.4 KB Diff Download File
File setupegg.py 1007.3.109 15 years ago gvaroquaux Clean up setupegg.py 341 bytes Diff Download File
setupexe.py 1001.1.5 16 years ago Brian E Granger Renaming files to be more consistent in naming of 3.2 KB Diff Download File