##// END OF EJS Templates
Fix bug: https://bugs.launchpad.net/ipython/+bug/269966 This fixes a long-standing and serious problem with long-running IPython sessions. Finally! Many thanks to John D. Hunter and Sameer D'Costa for the feedback, especially for Sameer's patch that finally put me on the right track for a clean solution.

File last commit:

r1599:f1cf00a6
r1856:2f5ba090
Show More
MANIFEST.in
33 lines | 566 B | text/plain | TextLexer
Ville M. Vainio
more crlf
r1033 include README_Windows.txt
include win32_manual_post_install.py
include ipython.py
Fernando Perez
Fixes to build system.
r1522 include setupbase.py
Ville M. Vainio
more crlf
r1033
graft scripts
graft setupext
graft IPython/UserConfig
Brian E Granger
Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems...
r1244 graft IPython/kernel
graft IPython/config
graft IPython/testing
graft IPython/tools
Fernando Perez
Fixes to build/setup machinery....
r1525 recursive-include IPython/Extensions igrid_help*
Brian E Granger
Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently,...
r1259 graft docs
exclude docs/\#*
exclude docs/man/*.1
Ville M. Vainio
docs: remove build crap from sdist with manifest.in
r1192
Fernando Perez
Fixes to build/setup machinery....
r1525 # docs subdirs we want to skip
prune docs/attic
prune docs/build
Ville M. Vainio
more crlf
r1033
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
Fernando Perez
Fixes to build/doc scripts.
r1206 global-exclude .bzr
Fernando Perez
More updates for release of 0.9.rc1....
r1599 global-exclude .hgignore