diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-05-17 03:15:48 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-05-17 03:15:48 (GMT) |
commit | a80d57c41dfcfd7ae2b45b4987b28fe47ffa9dfd (patch) | |
tree | 70c7bae5672309307f713f215f94c4799077b2ca /Lib/idlelib/CREDITS.txt | |
parent | ab0053aa13951ad00a00c29467cc6b106725630b (diff) | |
download | cpython-a80d57c41dfcfd7ae2b45b4987b28fe47ffa9dfd.zip cpython-a80d57c41dfcfd7ae2b45b4987b28fe47ffa9dfd.tar.gz cpython-a80d57c41dfcfd7ae2b45b4987b28fe47ffa9dfd.tar.bz2 |
Noam Raphael's patch.
SF Patch 686254 "Run IDLEfork from any directory without set-up"
Allows IDLE to run when not installed and cwd is not the IDLE directory.
I took the liberty of moving it to the startup scripts since once IDLEfork
is again a part of Python it will be superfluous and I don't want it to
be forgotten. But it is very useful for those using IDLEfork standalone!
M CREDITS.txt
M NEWS.txt
M idle
M idle.py
M idle.pyw
Diffstat (limited to 'Lib/idlelib/CREDITS.txt')
-rw-r--r-- | Lib/idlelib/CREDITS.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Lib/idlelib/CREDITS.txt b/Lib/idlelib/CREDITS.txt index fd7af95..795dc5e 100644 --- a/Lib/idlelib/CREDITS.txt +++ b/Lib/idlelib/CREDITS.txt @@ -13,15 +13,16 @@ improvements. Besides Guido, the main developers who have been active on IDLEfork version 0.8.1 and later are Stephen M. Gava, who implemented the Configuration GUI, the new configuration system, and the new About menu, and Kurt B. Kaiser, who -completed the integration of the RPC and remote debugger, and made a number of -usability enhancements. +completed the integration of the RPC and remote debugger, implemented the +threaded subprocess, and made a number of usability enhancements. Other contributors include Raymond Hettinger, Tony Lownds (Mac integration), Neal Norwitz (code check and clean-up), and Chui Tey (RPC integration, debugger integration and persistent breakpoints). -Hernan Foffani, Christos Georgiou, Jason Orendorff, Josh Robb, and Bruce -Sherwood have submitted useful patches. Thanks, guys! +Hernan Foffani, Christos Georgiou, Martin v. Loewis, Jason Orendorff, +Noam Raphael, Josh Robb, and Bruce Sherwood have submitted useful patches. +Thanks, guys! There are others who should be included here, especially those who contributed to IDLE versions prior to 0.8, principally Mark Hammond, Jeremy Hylton, |