##// END OF EJS Templates
Doctest fixes and Jorgen's unicode patch for %timeit....
Doctest fixes and Jorgen's unicode patch for %timeit. The doctest changes make some examples not be loaded as doctests, because for now they break the machinery. Later we'll refine our infrastructure, but for now I just want to disable them as tests while leaving their contents in place. Jorgen's patch fixes a unicode issue in %timeit which was showing up under Win32.

File last commit:

r1317:1b75620e
r1372:6307441f
Show More
MANIFEST.in
30 lines | 593 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 IPython/kernel
graft IPython/config
graft IPython/testing
graft IPython/tools
graft docs
exclude docs/\#*
exclude docs/man/*.1
# There seems to be no way of excluding whole subdirectories, other than
# manually excluding all their subdirs. distutils really is horrible...
exclude docs/attic/*
exclude docs/build/*
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr