jpayne@68
|
1 Guido van Rossum, as well as being the creator of the Python language, is the
|
jpayne@68
|
2 original creator of IDLE. Other contributors prior to Version 0.8 include
|
jpayne@68
|
3 Mark Hammond, Jeremy Hylton, Tim Peters, and Moshe Zadka.
|
jpayne@68
|
4
|
jpayne@68
|
5 IDLE's recent development was carried out in the SF IDLEfork project. The
|
jpayne@68
|
6 objective was to develop a version of IDLE which had an execution environment
|
jpayne@68
|
7 which could be initialized prior to each run of user code.
|
jpayne@68
|
8
|
jpayne@68
|
9 The IDLEfork project was initiated by David Scherer, with some help from Peter
|
jpayne@68
|
10 Schneider-Kamp and Nicholas Riley. David wrote the first version of the RPC
|
jpayne@68
|
11 code and designed a fast turn-around environment for VPython. Guido developed
|
jpayne@68
|
12 the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood
|
jpayne@68
|
13 contributed considerable time testing and suggesting improvements.
|
jpayne@68
|
14
|
jpayne@68
|
15 Besides David and Guido, the main developers who were active on IDLEfork
|
jpayne@68
|
16 are Stephen M. Gava, who implemented the configuration GUI, the new
|
jpayne@68
|
17 configuration system, and the About dialog, and Kurt B. Kaiser, who completed
|
jpayne@68
|
18 the integration of the RPC and remote debugger, implemented the threaded
|
jpayne@68
|
19 subprocess, and made a number of usability enhancements.
|
jpayne@68
|
20
|
jpayne@68
|
21 Other contributors include Raymond Hettinger, Tony Lownds (Mac integration),
|
jpayne@68
|
22 Neal Norwitz (code check and clean-up), Ronald Oussoren (Mac integration),
|
jpayne@68
|
23 Noam Raphael (Code Context, Call Tips, many other patches), and Chui Tey (RPC
|
jpayne@68
|
24 integration, debugger integration and persistent breakpoints).
|
jpayne@68
|
25
|
jpayne@68
|
26 Scott David Daniels, Tal Einat, Hernan Foffani, Christos Georgiou,
|
jpayne@68
|
27 Jim Jewett, Martin v. Löwis, Jason Orendorff, Guilherme Polo, Josh Robb,
|
jpayne@68
|
28 Nigel Rowe, Bruce Sherwood, Jeff Shute, and Weeble have submitted useful
|
jpayne@68
|
29 patches. Thanks, guys!
|
jpayne@68
|
30
|
jpayne@68
|
31 For additional details refer to NEWS.txt and Changelog.
|
jpayne@68
|
32
|
jpayne@68
|
33 Please contact the IDLE maintainer (kbk@shore.net) to have yourself included
|
jpayne@68
|
34 here if you are one of those we missed!
|
jpayne@68
|
35
|
jpayne@68
|
36
|
jpayne@68
|
37
|