Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1d1394e660 
								
							 
						 
						
							
							
								
								Make as sure as we can that the forked child does not return and  
							
							... 
							
							
							
							continue the tests. 
							
						 
						
							1997-01-17 16:13:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								dbfb8d4626 
								
							 
						 
						
							
							
								
								Rewrite the `hostname mismatch' test as per GvR suggestion.  
							
							... 
							
							
							
							Don't assume gethostbyaddr()'s primary hostname is the same as
gethostname(), or even that gethostname() can be found in the list of
hosts returned by gethostbyaddr().  We do test for at least one FQDN
in gethostbyaddr(). 
							
						 
						
							1997-01-13 19:35:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								dce1005908 
								
							 
						 
						
							
							
								
								Added an os._exit(0) in the parent so we don't have two test processes  
							
							... 
							
							
							
							after test_socket.py is run! 
							
						 
						
							1997-01-07 21:02:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								cf3d4b5123 
								
							 
						 
						
							
							
								
								Test of the socket module.  The following functions and methods are  
							
							... 
							
							
							
							not currently tested (or even touched):
#	socket.fromfd()
# 	sktobj.getsockopt()
#	sktobj.recvfrom()
#	sktobj.sendto()
#	sktobj.setblocking()
# 	sktobj.setsockopt()
#	sktobj.shutdown() 
							
						 
						
							1997-01-03 20:03:32 +00:00