- Final commits for 0.8.0 tag.

- Missing part of win32 install patch by N. Pernetty that I'd inadvertedly
  not applied.
  
- Unicode fixes for emacs under win32

- Small bug fix (recently introduced) in pycolorize.

- Improve handling of history file after %run, reduces memory usage.
This commit is contained in:
jdh2358 2007-04-08 02:48:16 +00:00
parent 5c3939f715
commit 52139e9577

View File

@ -55,7 +55,6 @@ if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):
['doc/manual.lyx',
'doc/magic.tex',
'doc/examples/example-gnuplot.py',
'doc/examples/example-magic.py',
'doc/examples/example-embed.py',
'doc/examples/example-embed-short.py',
'IPython/UserConfig/ipythonrc',