Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								faeae5cd78 
								
							 
						 
						
							
							
								
								Alas, I have to restore 'marshal', since it is needed by the new  
							
							... 
							
							
							
							cPickle-compatible pickle, and pickle must be importable in restricted
mode.  I guess I'll have to make marshal safe. 
							
						 
						
							1997-04-25 19:10:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								3ee6b195bb 
								
							 
						 
						
							
							
								
								Removed 'marshal' from the list of "ok" built-in functions -- the  
							
							... 
							
							
							
							unmarshalling code is actually rather naive and can easily be
caused to crash by feeding it invalid data.  This should be fixed in
the marshal module, but I don't have the time to fix it now :-( 
							
						 
						
							1997-03-21 21:18:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								32616fbee6 
								
							 
						 
						
							
							
								
								Make sure ok_builtin_modules, ok_dynamic_modules and  
							
							... 
							
							
							
							builtin_module_names are always tuples. 
							
						 
						
							1996-12-12 21:31:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								fe779a1dc8 
								
							 
						 
						
							
							
								
								Don't mix stdout/stderr.  
							
							
							
						 
						
							1996-10-02 14:57:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								dfd9cb1e12 
								
							 
						 
						
							
							
								
								Don't die if an ok file method (e.g. fileno) doesn't exist.  
							
							
							
						 
						
							1996-09-30 18:50:44 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								e7b9fde1b8 
								
							 
						 
						
							
							
								
								1. Correct typo in FileWrapper.close() (fix by AMK).  
							
							... 
							
							
							
							2. New trusted built-in modules cmath, errno, operator, parser.
3. Corrected bogus s_apply() -- the new one actually works (reported by AMK). 
							
						 
						
							1996-09-25 18:47:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								63f0cf0840 
								
							 
						 
						
							
							
								
								delattr() can raise AttributeError, not KeyError.  
							
							... 
							
							
							
							Use keyword arg to set verbose flag in test func. 
							
						 
						
							1996-08-20 20:25:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								cd6aab91a5 
								
							 
						 
						
							
							
								
								Fixed restore_files(); added reset_files(); made these more flexible.  
							
							
							
						 
						
							1996-06-28 17:28:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								3ada87a508 
								
							 
						 
						
							
							
								
								fix typo in load_dynamic  
							
							
							
						 
						
							1996-05-28 23:34:10 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								fdd45cb858 
								
							 
						 
						
							
							
								
								Fix some obsolete names comments.  
							
							... 
							
							
							
							Change RHooks() interface to not require a 'rexec' instance argument;
added set_rexec() method instead (which must be called by the RExec
instance using this RHooks instance).
Support dynamic loading of modules, at least for those modules that
are ok built-in modules.  Added new interfaces set_trusted_path() and
load_dynamic() to RExec class (the default trusted path consists of
all absolute pathnames in sys.path).
Change copy_except() to actually try to delete the exceptions. 
							
						 
						
							1996-05-28 23:07:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1035a892a1 
								
							 
						 
						
							
							
								
								make sure the path ends in a slash in reload()  
							
							
							
						 
						
							1995-08-11 13:56:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1859600357 
								
							 
						 
						
							
							
								
								fix reload use of __filename__  
							
							
							
						 
						
							1995-08-10 19:40:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								bebe5157a5 
								
							 
						 
						
							
							
								
								add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open  
							
							
							
						 
						
							1995-08-09 02:32:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1383356039 
								
							 
						 
						
							
							
								
								added sys.std files, read-only open, reload  
							
							
							
						 
						
							1995-08-07 20:19:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								40d1ea3b9c 
								
							 
						 
						
							
							
								
								new package support, import hooks, restricted execution support  
							
							
							
						 
						
							1995-08-04 03:59:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								b47281539a 
								
							 
						 
						
							
							
								
								use imp.new_module(), not new.module(); and /usr/local  
							
							
							
						 
						
							1995-06-22 18:55:10 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								b5f9460556 
								
							 
						 
						
							
							
								
								allow safe_import to be called with up to 4 args and check for . in name  
							
							
							
						 
						
							1995-03-02 15:30:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								8e8a525f22 
								
							 
						 
						
							
							
								
								evolution  
							
							
							
						 
						
							1995-01-17 15:58:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								9a22de101f 
								
							 
						 
						
							
							
								
								new files  
							
							
							
						 
						
							1995-01-12 12:29:47 +00:00