diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2009-04-26 01:33:55 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2009-04-26 01:33:55 (GMT) |
commit | c34ed8e86972510f8a3ab161b175ef4a7619d6ab (patch) | |
tree | f4a2f5d9adf5fa568b460c91dc40b43dd85a219e /Lib/idlelib/CREDITS.txt | |
parent | 71efeb7cbf9645815f6bc565dee1f0787359356a (diff) | |
download | cpython-c34ed8e86972510f8a3ab161b175ef4a7619d6ab.zip cpython-c34ed8e86972510f8a3ab161b175ef4a7619d6ab.tar.gz cpython-c34ed8e86972510f8a3ab161b175ef4a7619d6ab.tar.bz2 |
Merged revisions 71812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71812 | kurt.kaiser | 2009-04-22 22:36:01 -0400 (Wed, 22 Apr 2009) | 2 lines
Produce correct version string to access the .chm
docs on Windows. Patch 5783 gpolo. Will port.
........
Diffstat (limited to 'Lib/idlelib/CREDITS.txt')
-rw-r--r-- | Lib/idlelib/CREDITS.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Lib/idlelib/CREDITS.txt b/Lib/idlelib/CREDITS.txt index f8e35d4..5ff599d 100644 --- a/Lib/idlelib/CREDITS.txt +++ b/Lib/idlelib/CREDITS.txt @@ -2,9 +2,9 @@ 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. +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. 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 @@ -12,7 +12,7 @@ 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 +Besides David and Guido, the main developers who were 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 @@ -24,8 +24,9 @@ Noam Raphael (Code Context, Call Tips, many other patches), and Chui Tey (RPC integration, debugger integration and persistent breakpoints). Scott David Daniels, Tal Einat, Hernan Foffani, Christos Georgiou, -Jim Jewett, Martin v. Löwis, Jason Orendorff, Josh Robb, Nigel Rowe, -Bruce Sherwood, and Jeff Shute have submitted useful patches. Thanks, guys! +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! For additional details refer to NEWS.txt and Changelog. |