diff options
author | Erlend Egeberg Aasland <erlend.aasland@protonmail.com> | 2022-08-02 04:23:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 04:23:42 (GMT) |
commit | 698fa8bf6075c1594966ef6da8501a6f81db50f2 (patch) | |
tree | 370fc3cc0c80a929b79f3c7f15751c8092fcfb49 /Lib/idlelib/CREDITS.txt | |
parent | b85411fc5e9e223a6bd44f89f674ee3b2e29b99e (diff) | |
download | cpython-698fa8bf6075c1594966ef6da8501a6f81db50f2.zip cpython-698fa8bf6075c1594966ef6da8501a6f81db50f2.tar.gz cpython-698fa8bf6075c1594966ef6da8501a6f81db50f2.tar.bz2 |
gh-83270: Update IDLE's credits (#95528)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/CREDITS.txt')
-rw-r--r-- | Lib/idlelib/CREDITS.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Lib/idlelib/CREDITS.txt b/Lib/idlelib/CREDITS.txt index 3a50eb8..4a42af5 100644 --- a/Lib/idlelib/CREDITS.txt +++ b/Lib/idlelib/CREDITS.txt @@ -2,9 +2,10 @@ 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 was carried out in the SF IDLEfork project. The +Until Python 2.3, IDLE's 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. +IDLefork was merged into the Python code base in 2003. 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 @@ -28,6 +29,15 @@ 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! +Major contributors since 2005: + +- 2005: Tal Einat +- 2010: Terry Jan Reedy (current maintainer) +- 2013: Roger Serwys +- 2014: Saimadhav Heblikar +- 2015: Mark Roseman +- 2017: Louie Lu, Cheryl Sabella, and Serhiy Storchaka + For additional details refer to NEWS.txt and Changelog. Please contact the IDLE maintainer (kbk@shore.net) to have yourself included |