2003-06-12 00:51:27 -03:00
|
|
|
|
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.
|
|
|
|
|
|
2009-04-22 23:36:01 -03:00
|
|
|
|
IDLE's recent development was carried out in the SF 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.
|
2003-06-12 00:51:27 -03:00
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2009-04-22 23:36:01 -03:00
|
|
|
|
Besides David and Guido, the main developers who were active on IDLEfork
|
2003-06-12 00:51:27 -03:00
|
|
|
|
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.
|
2001-07-31 03:59:02 -03:00
|
|
|
|
|
2003-01-26 16:37:01 -04:00
|
|
|
|
Other contributors include Raymond Hettinger, Tony Lownds (Mac integration),
|
2006-08-09 13:46:15 -03:00
|
|
|
|
Neal Norwitz (code check and clean-up), Ronald Oussoren (Mac integration),
|
|
|
|
|
Noam Raphael (Code Context, Call Tips, many other patches), and Chui Tey (RPC
|
|
|
|
|
integration, debugger integration and persistent breakpoints).
|
2002-12-19 21:19:47 -04:00
|
|
|
|
|
2006-07-20 19:22:52 -03:00
|
|
|
|
Scott David Daniels, Tal Einat, Hernan Foffani, Christos Georgiou,
|
2009-04-22 23:36:01 -03:00
|
|
|
|
Jim Jewett, Martin v. L<>wis, Jason Orendorff, Guilherme Polo, Josh Robb,
|
|
|
|
|
Nigel Rowe, Bruce Sherwood, Jeff Shute, and Weeble have submitted useful
|
|
|
|
|
patches. Thanks, guys!
|
2002-12-19 21:19:47 -04:00
|
|
|
|
|
2003-06-12 00:51:27 -03:00
|
|
|
|
For additional details refer to NEWS.txt and Changelog.
|
2002-12-19 21:19:47 -04:00
|
|
|
|
|
2006-07-20 19:22:52 -03:00
|
|
|
|
Please contact the IDLE maintainer (kbk@shore.net) to have yourself included
|
|
|
|
|
here if you are one of those we missed!
|
2002-12-19 21:19:47 -04:00
|
|
|
|
|
2003-01-10 17:27:23 -04:00
|
|
|
|
|
|
|
|
|
|