blob: 6f4e95d0b27420456f51632324a6474fa1ecccd9 [file] [log] [blame]
Kurt B. Kaiser18210562003-06-12 03:51:27 +00001Guido van Rossum, as well as being the creator of the Python language, is the
2original creator of IDLE. Other contributors prior to Version 0.8 include
3Mark Hammond, Jeremy Hylton, Tim Peters, and Moshe Zadka.
Steven M. Gava44d3d1a2001-07-31 06:59:02 +00004
Kurt B. Kaiser18210562003-06-12 03:51:27 +00005IDLE's recent development has been carried out in the IDLEfork project.
6The objective was to develop a version of IDLE which had an execution
7environment which could be initialized prior to each run of user code.
Steven M. Gava44d3d1a2001-07-31 06:59:02 +00008
Kurt B. Kaiser18210562003-06-12 03:51:27 +00009The IDLEfork project was initiated by David Scherer, with some help from Peter
10Schneider-Kamp and Nicholas Riley. David wrote the first version of the RPC
11code and designed a fast turn-around environment for VPython. Guido developed
12the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood
13contributed considerable time testing and suggesting improvements.
Steven M. Gava44d3d1a2001-07-31 06:59:02 +000014
Kurt B. Kaiser18210562003-06-12 03:51:27 +000015Besides David and Guido, the main developers who have been active on IDLEfork
16are Stephen M. Gava, who implemented the configuration GUI, the new
17configuration system, and the About dialog, and Kurt B. Kaiser, who completed
18the integration of the RPC and remote debugger, implemented the threaded
19subprocess, and made a number of usability enhancements.
Steven M. Gava44d3d1a2001-07-31 06:59:02 +000020
Kurt B. Kaiserd9db3a62003-01-26 20:37:01 +000021Other contributors include Raymond Hettinger, Tony Lownds (Mac integration),
22Neal Norwitz (code check and clean-up), and Chui Tey (RPC integration, debugger
23integration and persistent breakpoints).
Kurt B. Kaisera137cc92002-12-20 01:19:47 +000024
Kurt B. Kaisercca91222003-07-16 03:10:43 +000025Scott David Daniels, Hernan Foffani, Christos Georgiou, Martin v. Löwis,
Kurt B. Kaiserdf506ea2005-06-12 04:33:30 +000026Jason Orendorff, Noam Raphael, Josh Robb, Nigel Rowe, Bruce Sherwood, and
27Jeff Shute have submitted useful patches. Thanks, guys!
Kurt B. Kaisera137cc92002-12-20 01:19:47 +000028
Kurt B. Kaiser18210562003-06-12 03:51:27 +000029For additional details refer to NEWS.txt and Changelog.
Kurt B. Kaisera137cc92002-12-20 01:19:47 +000030
Kurt B. Kaiser18210562003-06-12 03:51:27 +000031Please contact the IDLE maintainer to have yourself included here if you
Kurt B. Kaisera137cc92002-12-20 01:19:47 +000032are one of those we missed!
33
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +000034
35