##// END OF EJS Templates
Walter's ipipe patch:...
Walter's ipipe patch: If calling a function in _getattr() raises an AttributeError, return the default. Make xattrs() more robust: If calling __xattrs__() raises an exception fall back to (None,). Make xrepr() more robust: If calling __repr__() raises an exception fall back to using repr(). Replace a generator expression with a list comprehension in the _BrowserLevel constructor so that ipipe stays Python 2.3 compatible. Fix handling of empty lists in ibrowse: You can not enter empty lists, and the browser displays an empty screen with the message <empty>.

File last commit:

r200:f16ed5a4
r231:5f76942f
Show More
MANIFEST.in
30 lines | 571 B | text/plain | TextLexer
include README_Windows.txt
include win32_manual_post_install.py
include ipython.py
graft scripts
graft setupext
graft IPython/UserConfig
graft doc
exclude doc/*.1
exclude doc/*.lyx
exclude doc/ChangeLog.*
exclude doc/\#*
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