Go to file
Fernando Perez 496d6331c5 Merge pull request #1624 from takluyver/i1470
Two distinct but related fixes for byte-compilation on Python 3.

* A slight hack so setuptools refrains from trying to byte-compile everything - issue #1470. The actual modules are still compiled by another step when I do `python3 setup.py install`, but that step is smart enough not to try to compile the examples as well.

* A workaround for a bug in Python 3.1 - py_compile had only partly implemented PEP 263, so it recognises `coding:`, but not `encoding:` to specify a file encoding. This was causing build failures since my `nonascii.py` test sample was merged.

Closes #1470.
2012-04-18 13:08:54 -07:00
docs Add embedded video example by Chris Kees. 2011-12-18 23:20:13 -08:00
IPython handle old pyzmq in notebook exit confirmation 2012-04-16 11:59:55 -07:00
.gitignore Add MANIFEST to ignore list. 2011-10-13 22:13:30 -07:00
.mailmap
setup.py Force setuptools to skip byte compilation when installing on Python 3. 2012-04-18 14:02:29 +01:00
setupbase.py Exclude IPython.quarantine from installation. 2012-04-15 12:49:46 +01:00