##// END OF EJS Templates
Show the input object of the igrid browser as the window tile....
Show the input object of the igrid browser as the window tile. Show the object the cursor is on in the statusbar. (Patch by Nik Tautenhahn)

File last commit:

r337:4edd6fbe
r546:83b88ca6
Show More
MANIFEST.in
31 lines | 591 B | text/plain | TextLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 include README_Windows.txt
include win32_manual_post_install.py
vivainio
Add ipython.py into MANIFEST.in to have it in sdist
r137 include ipython.py
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0
graft scripts
graft setupext
graft IPython/UserConfig
graft doc
exclude doc/*.1
exclude doc/*.lyx
exclude doc/ChangeLog.*
vivainio
fix MANIFEST.in to make setuptools work
r200 exclude doc/\#*
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 exclude doc/magic.tex
exclude doc/update_magic.sh
exclude doc/update_version.sh
exclude doc/manual_base*
exclude doc/manual/WARNINGS
exclude doc/manual/*.aux
exclude doc/manual/*.log
exclude doc/manual/*.out
exclude doc/manual/*.pl
exclude doc/manual/*.tex
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
fperez
Exclude the .svn directories from the distributed tarballs.
r337 global-exclude .svn