Go to file
Brian Granger 29259fc441 Refactor of prompts and the displayhook.
* Renamed CachedOutput to displayhook.DisplayHook.
* Added methods that DisplayHook.__call__ uses to do its work.
  These methods can now be overridden for the ZMQ kernel.
* Removed all hooks (result_display and generate_output_prompt)
  that the outputcache was using. We need to add these back in
  once we figure out what to do about hooks in general.
2010-08-17 18:38:39 -07:00
IPython Refactor of prompts and the displayhook. 2010-08-17 18:38:39 -07:00
.gitignore Adding .gitignore and updating release to remove bzr tag. 2010-05-13 15:34:15 -07:00
setup.py Moving and renaming in preparation of subclassing InteractiveShell. 2010-08-12 15:40:30 -07:00
setupbase.py Moving and renaming in preparation of subclassing InteractiveShell. 2010-08-12 15:40:30 -07:00