Changeset 3012

Show
Ignore:
Timestamp:
02/04/08 15:44:08 (10 months ago)
Author:
bgranger
Message:

Minor changes to the TODO file. Most things have been moved to the trac.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ipython1/trunk/TODO

    r3007 r3012  
    55Actions: 
    66 
    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/install 
    107* Move all the IPython1 documentation to REST text files. 
    11 * Get tconfig in place. 
    12   - traitslite 
    13 * 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. 
    198* Refactor the exceptions in xmlrpcutil? 
    20 * Finish the properties and dependencies stuff. 
    21 * Get functions integrated into our API as pickleable objects. 
    229 
    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)