Go to file
MinRK c8cea9d807 avoid executing code in utils.localinterfaces at import time
moves away from global constants to utility functions.

The code is still only executed once,
but instead of at import time, it is executed at first request.
2013-09-18 16:12:00 -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 avoid executing code in utils.localinterfaces at import time 2013-09-18 16:12:00 -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 update version-check message in setup.py and IPython.__init__ 2013-09-09 11:13:28 -07:00
setupbase.py added check_for_tornado, closes #3916 2013-08-05 22:19:33 -07:00