Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								979395b7a8 
								
							 
						 
						
							
							
								
								Moved testing of builtin types out of test_builtin and into type specific modules  
							
							
							
						 
						
							2008-05-03 21:35:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								c5f05e45cf 
								
							 
						 
						
							
							
								
								Patch  #2167  from calvin: Remove unused imports  
							
							
							
						 
						
							2008-02-23 17:40:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
							
							
								
							
							
								5ea7e31076 
								
							 
						 
						
							
							
								
								Improve test coverage.  
							
							
							
						 
						
							2004-09-30 07:47:20 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Tim Peters 
								
							 
						 
						
							
							
							
							
								
							
							
								1f4bcf9edd 
								
							 
						 
						
							
							
								
								test_hash():  The test here is different enough from the one in the bug  
							
							... 
							
							
							
							report that the stats for expected # of collisions are a little higher.
Updated comments accordingly. 
							
						 
						
							2004-06-01 18:58:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Raymond Hettinger 
								
							 
						 
						
							
							
							
							
								
							
							
								41bd02256f 
								
							 
						 
						
							
							
								
								SF bug  #942952 :  Weakness in tuple hash  
							
							... 
							
							
							
							(Basic approach and test concept by Tim Peters.)
* Improved the hash to reduce collisions.
* Added the torture test to the test suite. 
							
						 
						
							2004-06-01 06:36:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Walter Dörwald 
								
							 
						 
						
							
							
							
							
								
							
							
								1dde95dffa 
								
							 
						 
						
							
							
								
								Move list and tuple tests from test_types.py to their own scripts:  
							
							... 
							
							
							
							test_tuple.py and test_list.py. Common tests for tuple, list and UserList
are shared (in seq_tests.py and list_tests.py). Port tests to PyUnit.
(From SF patch #736962 ) 
							
						 
						
							2003-12-08 11:38:45 +00:00