diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-06-12 03:51:27 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-06-12 03:51:27 (GMT) |
commit | 1821056002e91ba3f7901393f49cfa08da9ecb76 (patch) | |
tree | 7b5dc236c85bd26532890b8bccc56b643ffea9a8 /Lib/idlelib/CREDITS.txt | |
parent | b67e13d278c5424f438a54e8fc8018190483b50b (diff) | |
download | cpython-1821056002e91ba3f7901393f49cfa08da9ecb76.zip cpython-1821056002e91ba3f7901393f49cfa08da9ecb76.tar.gz cpython-1821056002e91ba3f7901393f49cfa08da9ecb76.tar.bz2 |
Updated for IDLEfork re-integration
Diffstat (limited to 'Lib/idlelib/CREDITS.txt')
-rw-r--r-- | Lib/idlelib/CREDITS.txt | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/Lib/idlelib/CREDITS.txt b/Lib/idlelib/CREDITS.txt index 01cdfa5..62e2f8d 100644 --- a/Lib/idlelib/CREDITS.txt +++ b/Lib/idlelib/CREDITS.txt @@ -1,20 +1,22 @@ -IDLEfork Credits -================== - -Guido van Rossum, as well as being the creator of the Python language, is -the original creator of IDLE. He also developed the RPC code and Remote -Debugger extension used in IDLEfork. - -The IDLEfork project was initiated and brought up to version 0.7.1 primarily -by David Scherer, with help from Peter Schneider-Kamp and Nicholas Riley. -Bruce Sherwood has contributed considerable time testing and suggesting -improvements. - -Besides Guido, the main developers who have been active on IDLEfork version -0.8.1 and later are Stephen M. Gava, who implemented the Configuration GUI, the -new configuration system, and the new About menu, and Kurt B. Kaiser, who -completed the integration of the RPC and remote debugger, implemented the -threaded subprocess, and made a number of usability enhancements. +Guido van Rossum, as well as being the creator of the Python language, is the +original creator of IDLE. Other contributors prior to Version 0.8 include +Mark Hammond, Jeremy Hylton, Tim Peters, and Moshe Zadka. + +IDLE's recent development has been carried out in the IDLEfork project. +The objective was to develop a version of IDLE which had an execution +environment which could be initialized prior to each run of user code. + +The IDLEfork project was initiated by David Scherer, with some help from Peter +Schneider-Kamp and Nicholas Riley. David wrote the first version of the RPC +code and designed a fast turn-around environment for VPython. Guido developed +the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood +contributed considerable time testing and suggesting improvements. + +Besides David and Guido, the main developers who have been active on IDLEfork +are Stephen M. Gava, who implemented the configuration GUI, the new +configuration system, and the About dialog, and Kurt B. Kaiser, who completed +the integration of the RPC and remote debugger, implemented the threaded +subprocess, and made a number of usability enhancements. Other contributors include Raymond Hettinger, Tony Lownds (Mac integration), Neal Norwitz (code check and clean-up), and Chui Tey (RPC integration, debugger @@ -24,14 +26,10 @@ Hernan Foffani, Christos Georgiou, Martin v. Loewis, Jason Orendorff, Noam Raphael, Josh Robb, Nigel Rowe, and Bruce Sherwood have submitted useful patches. Thanks, guys! -There are others who should be included here, especially those who contributed -to IDLE versions prior to 0.8, principally Mark Hammond, Jeremy Hylton, -Tim Peters, and Moshe Zadka. For additional details refer to NEWS.txt and -Changelog. +For additional details refer to NEWS.txt and Changelog. -Please contact the IDLEfork maintainer to have yourself included here if you +Please contact the IDLE maintainer to have yourself included here if you are one of those we missed! -Contact details at http://idlefork.sourceforge.net |