Skip to content

Commit 698fa8b

Browse files
gh-83270: Update IDLE's credits (#95528)
Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent b85411f commit 698fa8b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Lib/idlelib/CREDITS.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ Guido van Rossum, as well as being the creator of the Python language, is the
22
original creator of IDLE. Other contributors prior to Version 0.8 include
33
Mark Hammond, Jeremy Hylton, Tim Peters, and Moshe Zadka.
44

5-
IDLE's recent development was carried out in the SF IDLEfork project. The
5+
Until Python 2.3, IDLE's development was carried out in the SF IDLEfork project. The
66
objective was to develop a version of IDLE which had an execution environment
77
which could be initialized prior to each run of user code.
8+
IDLefork was merged into the Python code base in 2003.
89

910
The IDLEfork project was initiated by David Scherer, with some help from Peter
1011
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,
2829
Nigel Rowe, Bruce Sherwood, Jeff Shute, and Weeble have submitted useful
2930
patches. Thanks, guys!
3031

32+
Major contributors since 2005:
33+
34+
- 2005: Tal Einat
35+
- 2010: Terry Jan Reedy (current maintainer)
36+
- 2013: Roger Serwys
37+
- 2014: Saimadhav Heblikar
38+
- 2015: Mark Roseman
39+
- 2017: Louie Lu, Cheryl Sabella, and Serhiy Storchaka
40+
3141
For additional details refer to NEWS.txt and Changelog.
3242

3343
Please contact the IDLE maintainer ([email protected]) to have yourself included

0 commit comments

Comments
 (0)