Go to file
Min RK a01f72e07e Merge pull request #4347 from takluyver/drop-pycolor
Remove pycolor script

We install a script to syntax highlight Python code in the terminal. This is quite obsolete, though, since the pygmentize command from Pygments offers the same functionality in a much more flexible way (more languages, more styles, other output formats).

This removes the wrapper script, but all the functionality is still there if you use python -m IPython.utils.PyColorize.
2013-10-04 13:39:37 -07:00
docs/source update reveal docs with recent changes 2013-09-13 11:16:04 -07:00
examples update raw_input in example notebook 2013-08-27 16:01:25 -07:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Merge pull request #4289 from jdfreder/clearoutput 2013-10-04 02:27:16 -07:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py Remove pycolor script 2013-10-04 12:48:32 -07:00
setupbase.py Remove pycolor script 2013-10-04 12:48:32 -07:00