CREDITS.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. Until Python 2.3, IDLE's development was carried out in the SF IDLEfork project. The
  5. objective was to develop a version of IDLE which had an execution environment
  6. which could be initialized prior to each run of user code.
  7. IDLefork was merged into the Python code base in 2003.
  8. The IDLEfork project was initiated by David Scherer, with some help from Peter
  9. Schneider-Kamp and Nicholas Riley. David wrote the first version of the RPC
  10. code and designed a fast turn-around environment for VPython. Guido developed
  11. the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood
  12. contributed considerable time testing and suggesting improvements.
  13. Besides David and Guido, the main developers who were active on IDLEfork
  14. are Stephen M. Gava, who implemented the configuration GUI, the new
  15. configuration system, and the About dialog, and Kurt B. Kaiser, who completed
  16. the integration of the RPC and remote debugger, implemented the threaded
  17. subprocess, and made a number of usability enhancements.
  18. Other contributors include Raymond Hettinger, Tony Lownds (Mac integration),
  19. Neal Norwitz (code check and clean-up), Ronald Oussoren (Mac integration),
  20. Noam Raphael (Code Context, Call Tips, many other patches), and Chui Tey (RPC
  21. integration, debugger integration and persistent breakpoints).
  22. Scott David Daniels, Tal Einat, Hernan Foffani, Christos Georgiou,
  23. Jim Jewett, Martin v. Löwis, Jason Orendorff, Guilherme Polo, Josh Robb,
  24. Nigel Rowe, Bruce Sherwood, Jeff Shute, and Weeble have submitted useful
  25. patches. Thanks, guys!
  26. Major contributors since 2005:
  27. - 2005: Tal Einat
  28. - 2010: Terry Jan Reedy (current maintainer)
  29. - 2013: Roger Serwys
  30. - 2014: Saimadhav Heblikar
  31. - 2015: Mark Roseman
  32. - 2017: Louie Lu, Cheryl Sabella, and Serhiy Storchaka
  33. For additional details refer to NEWS.txt and Changelog.
  34. Please contact the IDLE maintainer (kbk@shore.net) to have yourself included
  35. here if you are one of those we missed!