##// END OF EJS Templates
Ensure that __builtin__ is always available and compute prompts from it....
Ensure that __builtin__ is always available and compute prompts from it. __builtins__ (note the s) can change from module to dict somewhat at random, see this for details: http://mail.python.org/pipermail/python-dev/2001-April/014068.html If this happened, our prompt computations could go out of whack in bizarre ways, I saw it happen for continuation prompts after loading pylab, for example. This change fixes it.
Fernando Perez -
r2485:fa15b196
Show More
Name Size Modified Last Commit Author
/ IPython / kernel / tests
__init__.py Loading ...
controllertest.py Loading ...
engineservicetest.py Loading ...
multienginetest.py Loading ...
tasktest.py Loading ...
test_contexts.py Loading ...
test_controllerservice.py Loading ...
test_enginefc.py Loading ...
test_engineservice.py Loading ...
test_multiengine.py Loading ...
test_multienginefc.py Loading ...
test_newserialized.py Loading ...
test_pendingdeferred.py Loading ...
test_task.py Loading ...
test_taskfc.py Loading ...
test_twistedutil.py Loading ...