Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								8bb61c8d4c 
								
							 
						 
						
							
							
								
								repair damage: now works again as a CFM app.  
							
							
							
						 
						
							2002-03-29 21:47:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e0ba087d44 
								
							 
						 
						
							
							
								
								Allow file without filetype as long as they end in ".py".  
							
							... 
							
							
							
							Added a -D flag (can really only be specified on OSX commandline) to not
revector sys.stderr, for debugging the IDE itself. Not sure whether
this should stay. 
							
						 
						
							2002-03-29 21:23:47 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								bf0a9084c5 
								
							 
						 
						
							
							
								
								Don't append quit menu when on OSX, it is special and automatic there.  
							
							
							
						 
						
							2002-02-04 12:48:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								815d2bf067 
								
							 
						 
						
							
							
								
								Changes by Donovan Preston (and a few minor ones by me) to make IDE run under  
							
							... 
							
							
							
							MachoPython. Mainly making sure we don't call routines that don't exist
and representing pathnames in a os.separator-neutral format.
These shouldn't interfere too much with Just's work on the next generation IDE,
I hope. 
							
						 
						
							2002-01-21 23:00:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								2d564fdc06 
								
							 
						 
						
							
							
								
								removed import display hackery  
							
							
							
						 
						
							2001-11-02 19:30:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								5a6fdcd371 
								
							 
						 
						
							
							
								
								Import the MacOS toolbox modules from the Carbon package.  
							
							
							
						 
						
							2001-08-25 12:15:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								dc3c617cb8 
								
							 
						 
						
							
							
								
								Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid any further encoding conversion troubles.  
							
							
							
						 
						
							2001-06-19 21:37:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								dfebe90c4c 
								
							 
						 
						
							
							
								
								Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives  
							
							... 
							
							
							
							the correct macroman characters again. 
							
						 
						
							2001-05-17 12:35:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								53ebe562f5 
								
							 
						 
						
							
							
								
								Handle the ReopenApplication event (by ignoring it).  
							
							
							
						 
						
							2001-03-08 23:09:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								a1a335641b 
								
							 
						 
						
							
							
								
								Cleaned uthread dependencies (jvr)  
							
							
							
						 
						
							2000-10-20 06:37:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								73efed21e8 
								
							 
						 
						
							
							
								
								added experimental microthread support for use with stackless python -- bw compatible (jvr)  
							
							
							
						 
						
							2000-04-09 19:45:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								34d11f0670 
								
							 
						 
						
							
							
								
								Fixed multi-arg appends.  
							
							
							
						 
						
							2000-03-07 23:40:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								2028b59db4 
								
							 
						 
						
							
							
								
								1 - added "set default window font" menu  
							
							... 
							
							
							
							2 - updated scripts folder location
(jvr) 
							
						 
						
							1999-09-26 12:16:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								d58c7464d9 
								
							 
						 
						
							
							
								
								mod from Joe Strout: when quitting, catch errors in window.close() methods and ignore them. Otherwise one can never quit.  
							
							
							
						 
						
							1999-06-22 18:37:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								f4b0681d90 
								
							 
						 
						
							
							
								
								changed creator to 'Pide' -- jvr  
							
							
							
						 
						
							1999-02-27 17:16:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								68922f06bf 
								
							 
						 
						
							
							
								
								fixed "crashing" bug when scripts folder as stored in prefs file does not exist.  
							
							
							
						 
						
							1999-02-25 22:33:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								edab93939e 
								
							 
						 
						
							
							
								
								re-checkin with "ISO-8859 translation" turned on.  
							
							
							
						 
						
							1999-02-02 22:31:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Just van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								40f9b7bd7c 
								
							 
						 
						
							
							
								
								First Checked In.  
							
							
							
						 
						
							1999-01-30 22:39:17 +00:00