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