root/ipython1


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3088 [3088] 03/03/08 11:20:36 bgranger Fixed small bug in setup.py
(edit) @3087 [3087] 03/02/08 14:04:26 bgranger Adding new task2.py example
(edit) @3086 [3086] 03/02/08 13:59:00 bgranger Work on the task stuff and reorganizing the notebook
(edit) @3085 [3085] 03/01/08 23:27:49 bgranger Added queue_status to the task interface and fixed small mpi bug.
(edit) @3084 [3084] 03/01/08 16:47:00 benjamin.ragan-kelley touch
(edit) @3083 [3083] 03/01/08 15:01:37 bgranger Adding sprint.txt
(edit) @3082 [3082] 03/01/08 04:34:33 benjamin.ragan-kelley changed task dependency behaviour to bool function of properties
(edit) @3081 [3081] 02/27/08 15:50:07 bgranger Disabling the notebook stuff as it is broken until we can update it to be …
(edit) @3080 [3080] 02/27/08 15:35:43 bgranger More minor work on the docs.
(edit) @3079 [3079] 02/27/08 15:34:07 bgranger Added faq to the documentation.
(edit) @3078 [3078] 02/27/08 15:20:07 bgranger Updates to docs
(edit) @3077 [3077] 02/23/08 22:30:11 bgranger Updated ipython1 version to 0.3alpha1. This is a new versioning scheme …
(edit) @3076 [3076] 02/23/08 22:25:44 bgranger Merging changes from r3022-r3075 in branch ipython1-client-r3021 to the …
(edit) @3075 [3075] 02/23/08 22:08:33 bgranger Completed first full draft of the new IPython1 documentation. Also added …
(edit) @3074 [3074] 02/23/08 18:56:03 bgranger Work on the documentation for multiengine.
(edit) @3073 [3073] 02/23/08 18:02:17 bgranger Fixed a few mores tests. Renamed clean_out_deferreds to …
(edit) @3072 [3072] 02/23/08 16:55:14 bgranger Completely refactored the pendingdeferred module. Now it no longer holds …
(edit) @3071 [3071] 02/22/08 22:47:08 bgranger Initial stab at refactoring the multiengine to get rid of the client side …
(edit) @3070 [3070] 02/21/08 23:58:14 bgranger Fixed some more subtle logic in the pending deferred stuff so that …
(edit) @3069 [3069] 02/21/08 21:16:29 bgranger Adding new multiengine example
(edit) @3068 [3068] 02/21/08 21:15:58 bgranger Renamed example file.
(edit) @3067 [3067] 02/21/08 21:14:43 bgranger Fixed a nasty bug in get_pending_deferred.
(edit) @3065 [3065] 02/20/08 17:00:43 bgranger Fixed small bug in setup.py that was causing certain files to not be …
(edit) @3064 [3064] 02/20/08 13:38:35 bgranger Removing old todo file.
(edit) @3063 [3063] 02/20/08 13:37:13 bgranger Updating documentation. Added a python script for automatically …
(edit) @3062 [3062] 02/19/08 19:50:26 bgranger Moving documentation around
(edit) @3061 [3061] 02/19/08 19:48:28 bgranger Renaming documentation files.
(edit) @3060 [3060] 02/19/08 18:09:34 bgranger Basic work on updating the documentation.
(edit) @3059 [3059] 02/19/08 17:48:28 bgranger Updating the ChangeLog to reflect all of the recent changes.
(edit) @3058 [3058] 02/19/08 17:33:48 bgranger Updated examples to work with the new API. Also created empty files for …
(edit) @3057 [3057] 02/19/08 00:28:42 bgranger Created a new CompositeError? class that wraps a set of exceptions. …
(edit) @3054 [3054] 02/13/08 23:58:56 bgranger Fixing some accidental renaming that occurred in externals.
(edit) @3053 [3053] 02/13/08 17:54:28 bgranger Changed the naming conventions in most public interfaces from …
(edit) @3052 [3052] 02/13/08 14:36:21 bgranger Changes to ITask. Now setupNS and resultNames are called push and pull.
(edit) @3051 [3051] 02/13/08 14:25:51 bgranger We now have a full set of passing tests for the properties interfaces of …
(edit) @3049 [3049] 02/13/08 12:22:56 bgranger Created ipython1/kernel/tests/tasktest.py that contains general purpose …
(edit) @3046 [3046] 02/12/08 23:19:32 bgranger Initial version of twisted based task client. Seems to work well.
(edit) @3045 [3045] 02/12/08 21:47:46 bgranger Finished updating the multiengine.ipy example script.
(edit) @3044 [3044] 02/12/08 18:01:14 bgranger More work on the client API and on updating another example.
(edit) @3043 [3043] 02/12/08 17:43:35 bgranger Updated tests to use new API.
(edit) @3042 [3042] 02/12/08 16:06:17 bgranger Moving old tests out of the way. Getting rid if the api file. There are …
(edit) @3041 [3041] 02/12/08 15:57:37 bgranger All the tests for the multiengine are completed and pass. This now allows …
(edit) @3037 [3037] 02/12/08 13:19:04 bgranger All tests are completed and passing for the basic multiengine things. I …
(edit) @3036 [3036] 02/11/08 18:03:51 bgranger All tests now pass for this branch. But, I still need to add lots more …
(edit) @3033 [3033] 02/10/08 16:33:27 bgranger Renaming file to avoid being tested
(edit) @3032 [3032] 02/10/08 16:32:21 bgranger Moving testgenerator to more appropriate location.
(edit) @3031 [3031] 02/10/08 16:30:42 bgranger Getting the new client and API to pass tests.
(edit) @3029 [3029] 02/08/08 22:22:51 bgranger More work on getting rid of *args, **kwargs arguments in API. Almost …
(edit) @3028 [3028] 02/08/08 18:09:56 bgranger Getting rid of *args, **kwargs in main API methods. This enables us to …
(edit) @3027 [3027] 02/07/08 22:45:21 bgranger Continuing work on the multiengine controller interface. Creating many …
(edit) @3023 [3023] 02/07/08 00:56:39 bgranger Massive refactoring/redesign of the multiengine interfaces and clients.
(edit) @3022 [3022] 02/05/08 22:42:46 bgranger Creating branch ipython-client-r3021 for work on client
(edit) @3021 [3021] 02/05/08 22:16:56 bgranger Merging changes from ipython1-data-r3017 branch
(edit) @3020 [3020] 02/05/08 22:06:29 bgranger Removed ancient import from task.py.
(edit) @3019 [3019] 02/05/08 21:41:07 bgranger Created new pushFunction/pullFunction methods in the various APIs. Now …
(edit) @3018 [3018] 02/05/08 17:24:30 bgranger Moved gather/scatter out of the controller to the client. But, now they …
(edit) @3017 [3017] 02/04/08 15:55:31 bgranger Creating ipython1-data-r3016 branch
(edit) @3016 [3016] 02/04/08 15:53:53 bgranger Removing bad branch
(edit) @3015 [3015] 02/04/08 15:52:34 bgranger Fixing my foo bar
(edit) @3014 [3014] 02/04/08 15:51:07 bgranger Adding scripts and setupegg.py.
(edit) @3013 [3013] 02/04/08 15:49:15 bgranger Created the ipython1-data branch
(edit) @3012 [3012] 02/04/08 15:44:08 bgranger Minor changes to the TODO file. Most things have been moved to the trac.
(edit) @3011 [3011] 02/04/08 14:00:13 bgranger Renamed ini file for setup.py
(edit) @3010 [3010] 02/04/08 13:57:48 bgranger The main setup.py script now uses plain distutils rather than setuptools. …
(edit) @3007 [3007] 02/01/08 17:15:10 bgranger Getting ready to do work on setup.py
(edit) @2995 [2995] 01/29/08 17:38:01 bgranger Updated the ChangeLog.
(edit) @2994 [2994] 01/29/08 17:34:43 bgranger A few more changes to the IPython developer guidelines.
(edit) @2942 [2942] 01/18/08 12:14:50 bgranger More edis to the ipython1 developer guidelines.
(edit) @2941 [2941] 01/18/08 10:41:43 bgranger Moving test -> tests in all subpackages.
(edit) @2940 [2940] 01/18/08 10:37:43 bgranger Renaming doc -> docs.
(edit) @2939 [2939] 01/18/08 10:36:48 bgranger Began ipython1 developer guidelines.
(edit) @2933 [2933] 01/11/08 23:23:17 fperez Finish committing a few pieces that were missing from sprint
(edit) @2870 [2870] 11/24/07 22:16:36 fperez - Add Stefan's patches.
(edit) @2867 [2867] 11/13/07 12:14:02 darren.dale fixed wrapping of comments in config files created by tconfig
(edit) @2866 [2866] 11/11/07 05:41:06 gael.varoquaux Commiting the changes Fernando and I made in Paris. Some progress has been …
(edit) @2857 [2857] 11/07/07 21:22:27 bgranger Small change to PyTrilinos? integration. Now the engine ids should match …
(edit) @2840 [2840] 10/04/07 16:04:42 bgranger Adding missing pickleutil.py
(edit) @2839 [2839] 10/04/07 16:03:30 bgranger FunctionType? objects can now be pushed and pulled.
(edit) @2838 [2838] 10/02/07 13:44:44 benjamin.ragan-kelley finished properties implementation
(edit) @2837 [2837] 10/01/07 00:16:55 benjamin.ragan-kelley fixed -*- test-case-name for new test locations, added Dependencies tests
(edit) @2836 [2836] 09/30/07 23:08:16 benjamin.ragan-kelley started tests relating to Properties system
(edit) @2835 [2835] 09/28/07 01:18:40 fperez Restore doctest support that was broken, new tests added.
(edit) @2834 [2834] 09/27/07 22:56:37 benjamin.ragan-kelley task init tweak
(edit) @2833 [2833] 09/27/07 22:49:15 bgranger A few small changes.
(edit) @2832 [2832] 09/27/07 17:34:11 benjamin.ragan-kelley Added get/set/has/del/clearProperties interface throughout kernel
(edit) @2831 [2831] 09/27/07 13:10:51 bgranger Fixed imports from codeutils
(edit) @2830 [2830] 09/27/07 12:58:09 fperez Temporarily comment out pickleutil imports til Brian has a chance to …
(edit) @2829 [2829] 09/26/07 19:08:41 benjamin.ragan-kelley Added spin method, and idle timeout to task system
(edit) @2828 [2828] 09/25/07 22:05:42 bgranger Removing old file. Don't know how this got here - it should have been …
(edit) @2827 [2827] 09/25/07 22:04:12 bgranger Created module to enable the pickling of code objects. With this …
(edit) @2826 [2826] 09/25/07 21:33:59 benjamin.ragan-kelley updated properties to new dict subclass
(edit) @2825 [2825] 09/25/07 17:57:04 benjamin.ragan-kelley property edge case handling
(edit) @2824 [2824] 09/25/07 17:15:11 benjamin.ragan-kelley updates to the Properties system
(edit) @2823 [2823] 09/25/07 14:14:42 benjamin.ragan-kelley properties updates
(edit) @2822 [2822] 09/24/07 19:47:35 benjamin.ragan-kelley moved engine API to kernel.api.getEngine(id)
(edit) @2821 [2821] 09/23/07 22:47:19 bgranger Committing missing setupext.py.
(edit) @2820 [2820] 09/21/07 22:42:23 bgranger Misc edits to README and INSTALL.
(edit) @2819 [2819] 09/21/07 16:45:51 benjamin.ragan-kelley dependencies
(edit) @2818 [2818] 09/21/07 16:23:34 benjamin.ragan-kelley update to Task dependencies and Engine properties. Also, small bugfixes …
(edit) @2817 [2817] 09/21/07 08:32:34 bgranger Commented out a few lines in the doctests that were causing tests to fail …
Note: See TracRevisionLog for help on using the revision log.