##// END OF EJS Templates
Restored major default completer functionality (cd, import, run)....
Restored major default completer functionality (cd, import, run). These completers had been put in quarantine, I've done a substantial amount of cleanup and restructuring of this code and put it in core.completerlib. There's still a lot to improve there (in particular adding unittests) but at least now it's much more readable and cleanly structured. This gives us back completion for cd, import and run that 0.10 had and which we had lost since the restructuring when the code was quarantined. Also removed the ipy_stock_completers file, the loading of these completers is now done in the init_completer method.

File last commit:

r2790:4b8a1e4d
r2959:4a4ea220
Show More
index.txt
25 lines | 441 B | text/plain | TextLexer
Brian Granger
Work on documentation....
r2276 .. _developer_guide:
=========================
IPython developer's guide
=========================
Brian E Granger
Beginning to organize the rst documentation.
r1256
.. toctree::
Brian Granger
Major work on the documentation....
r2277 :maxdepth: 1
Brian E Granger
Beginning to organize the rst documentation.
r1256
Brian Granger
Work on documentation....
r2276 contributing.txt
Fernando Perez
Add Git workflow docs from Gitwash....
r2599 gitwash/index.txt
Fernando Perez
More doc updates....
r1754 coding_guide.txt
doc_guide.txt
Brian Granger
Work on documentation....
r2276 testing.txt
release.txt
Brian E Granger
Beginning to organize the rst documentation.
r1256 roadmap.txt
Brian Granger
Created doc describing the module reorganization.
r1798 reorg.txt
Fernando Perez
Added files from our zmq prototype into main ipython tree....
r2597 messaging.txt
MinRK
added parallel message docs to development section
r2790 parallel_messages.txt
parallel_connections.txt
Fernando Perez
Added notes with ideas about new design for %magics.
r2466 magic_blueprint.txt
Brian Granger
Major work on the documentation....
r2277 notification_blueprint.txt
Brian Granger
Continuing work on ipcontroller.
r2288 ipgraph.txt
muzgash
Documentation for the project added
r2542 ipython_qt.txt
Omar Andres Zapata Mesa
Added documentation for iptyhon-zmq
r2539 ipythonzmq.txt