Changeset 3012
- Timestamp:
- 02/04/08 15:44:08 (10 months ago)
- Files:
-
- ipython1/trunk/TODO (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ipython1/trunk/TODO
r3007 r3012 5 5 Actions: 6 6 7 * Change setup.py to use plain distutils and create a separate setupegg.py script.8 - Figure out how to handle external things like twisted, twisted.web2.9 - Make a .ini file for packages to include/install10 7 * Move all the IPython1 documentation to REST text files. 11 * Get tconfig in place.12 - traitslite13 * Move ipython1 to new coding conventions.14 * Make sure that the Controller does not ever unpickle things.15 * Refactor the clients to use blockingCallInThread.16 * Convert standalone test scripts to using Fernando's new spawning stuff.17 * Redo how scatter/gather works.18 * Get paging working for PB.19 8 * Refactor the exceptions in xmlrpcutil? 20 * Finish the properties and dependencies stuff.21 * Get functions integrated into our API as pickleable objects.22 9 23 Someday maybe:24 25 * Merge in Fernando's testing stuff into ipython1.testutils.26 * Add capability to spawn engines using mpirun.27 * Finish MPI support for the controller<->engine communication.28 29 30 Questions:31 32 * is it a message, result or command in the new core?33 * should the id attribute of engines be called engineID? (there are lots of ids around)
