[Idle-dev] CVS: website tasklist.txt,1.3,1.4

Stephen M. Gava elguavas@users.sourceforge.net
Wed, 05 Jun 2002 18:48:44 -0700


Update of /cvsroot/idlefork/website
In directory usw-pr-cvs1:/tmp/cvs-serv3337

Modified Files:
	tasklist.txt 
Log Message:
updated for new developers / tasks


Index: tasklist.txt
===================================================================
RCS file: /cvsroot/idlefork/website/tasklist.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** tasklist.txt	22 May 2002 00:36:48 -0000	1.3
--- tasklist.txt	6 Jun 2002 01:48:42 -0000	1.4
***************
*** 1,50 ****
  
                     IDLEfork - Current Tasks
! ==================================================================
  Task
                                                     Main
      Subtask                                        Developer(s)
! ==================================================================
  CVS Maintenance
      
!     Weekly (approx.) merges from stable IDLE.      ?
! ------------------------------------------------------------------
  Documentation
      
!     New Section of Python Standard Documentation   Stephen M. Gava
!     on IDLE. For reference and use as in-program   
!     help.
  
      IDLEfork website.                              Stephen M. Gava
- ------------------------------------------------------------------
- Separate Process Execution
- for programs being developed in IDLE
- 
-     Compare / evaluate David Scherer (currently    ?
-     in IDLEfork) v. GvR code for this and 
-     implement best solution.
- 
-     Solve rpc security problems.                   ?
- 
-     Make sure things work properly with shell
-     window and debugging.                          ?
- ------------------------------------------------------------------ 
- Stabilisation
  
!     Get debugging working properly!                ?
  
      Bug fixing.                                    Everyone
  
      Testing.                                       Everyone
! ------------------------------------------------------------------
  Edit/Shell/Output window interaction
  
!     Output window from run to be shell window      ?
!     (as done in TeachScheme) so that globals
!     etc. can be examined interactively.
! 
!     Fix shell environment reset for each run       ?
!     / delimit and scroll for each run.
! ------------------------------------------------------------------
  User Configuration / UI Improvements
  
--- 1,73 ----
  
                     IDLEfork - Current Tasks
! ====================================================================
  Task
                                                     Main
      Subtask                                        Developer(s)
! ====================================================================
! General / Admin
!     
!     Project Admins.                                Guido van Rossum                                  
!                                                    Stephen M. Gava
!     
!     Project Manager / Coordinator.                 Stephen M. Gava 
! 
!     Release manager.                               Stephen M. Gava
!     
!     Mentor, Adviser, Final Arbiter.                Guido van Rossum
! --------------------------------------------------------------------
  CVS Maintenance
      
!     Ongoing branching, splicing & maintenance.     Kurt B. Kaiser 
!     
!     Tracking changes to stable python IDLE.        Stephen M. Gava
!                                                    Everyone
! --------------------------------------------------------------------
  Documentation
      
!     New Section of Python Standard Documentation   Raymond Hettinger
!     on IDLE(fork). For reference and use as 
!     in-program help.
  
      IDLEfork website.                              Stephen M. Gava
  
!     Context sensitive language/library help        ?
!     (by python documentation lookup).
! --------------------------------------------------------------------
! Separate Process Execution / RPC
! for code being run from IDLEfork
! 
!     Compare / evaluate available implementations   Chui Tey
!     of this and implement best solution.           Kurt B. Kaiser
! 
!     Solve rpc security problems, including         Kurt B. Kaiser
!     client / server issues                         Chui Tey
! 
!     Make sure things work properly with shell      Chui Tey
!     window and debugging.                          Kurt B. Kaiser
!     
!     Improve performance and stabilty of new        Kurt B. Kaiser
!     implementation.                                Chui Tey
! -------------------------------------------------------------------- 
! Stabilisation / Cleanups
  
      Bug fixing.                                    Everyone
  
      Testing.                                       Everyone
!     
!     Docstrings, commentary, tidyups.               Everyone
! --------------------------------------------------------------------
  Edit/Shell/Output window interaction
  
!     Output window from run to be shell window      Raymond Hettinger
!     (as done in TeachScheme) so that results       (possibly)
!     can be examined interactively.
! 
!     Fix shell environment reset for each run,      Raymond Hettinger
!     delimit for each run.                          (possibly)
!     
!     General improvements to shell / output         Raymond Hettinger
!     functionality.                                 (possibly)
! --------------------------------------------------------------------
  User Configuration / UI Improvements
  
***************
*** 64,79 ****
  
      About box.                                     Stephen M. Gava
  
!     Context sensitive language/library help        ?
!     (by python documentation lookup).
! ------------------------------------------------------------------
! Program Startup
  
!     Rationalise multiple startup methods/files.    Stephen M. Gava
  
!     Re-implement command line handling sanely.     Stephen M. Gava
! ------------------------------------------------------------------
! Releases 
! 
!     Release manager.                               Stephen M. Gava
! ==================================================================
--- 87,97 ----
  
      About box.                                     Stephen M. Gava
+ --------------------------------------------------------------------
+ Program Startup Cleanup
  
!     Rationalise multiple startup methods/files.    Raymond Hettinger
  
!     Re-implement command line handling sanely.     Raymond Hettinger
  
!     Re-implement user starup messages sanely.      Raymond Hettinger
! ====================================================================