##// END OF EJS Templates
Speedup builtin_trap enter/exit by reducing object creation....
Speedup builtin_trap enter/exit by reducing object creation. Most of the work that was being done on *every* enter/exit cycle could be done statically only once, at object creation time. This trap is used on every single code execution, so we need it to be fast. In the long run we probably want to rethink this system altogether, but for now at least we want it fast.

File last commit:

r2275:d8b3ced1
r2957:ec9984dc
Show More
index.txt
11 lines | 106 B | text/plain | TextLexer
Brian E Granger
Updated the main introduction to IPython in the Sphinx docs.
r1400 .. _install_index:
Fernando Perez
Documentation updates....
r1753 ============
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 Installation
Fernando Perez
Documentation updates....
r1753 ============
Brian E Granger
Beginning to organize the rst documentation.
r1256
.. toctree::
:maxdepth: 2
Brian Granger
Merging upstream work, and fixing installation docs....
r1675 install.txt
Brian Granger
Cleanup of docs....
r2275