mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 18:28:49 +00:00 
			
		
		
		
	 df506ea98b
			
		
	
	
		df506ea98b
		
	
	
	
	
		
			
			New files are colorized by default, and colorizing is removed when saving as non-Python files. Patch 1196895 Jeff Shute Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 2. Update help.txt for left/right word delete M CREDITS.txt M ColorDelegator.py M EditorWindow.py M NEWS.txt M help.txt
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| 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.
 | |
| 
 | |
| 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
 | |
| 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
 | |
| 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
 | |
| 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).
 | |
| 
 | |
| Scott David Daniels, Hernan Foffani, Christos Georgiou, Martin v. Löwis, 
 | |
| Jason Orendorff, Noam Raphael, Josh Robb, Nigel Rowe, Bruce Sherwood, and
 | |
| Jeff Shute have submitted useful patches.  Thanks, guys!
 | |
| 
 | |
| For additional details refer to NEWS.txt and Changelog.
 | |
| 
 | |
| Please contact the IDLE maintainer to have yourself included here if you
 | |
| are one of those we missed! 
 | |
| 
 | |
| 
 | |
| 
 |