Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								2e2be3760c 
								
							 
						 
						
							
							
								
								Change the PyUnit-based tests to use the test_main() approach.  This  
							
							... 
							
							
							
							allows using the tests with unittest.py as a script.  The tests will
still run when run as a script themselves. 
							
						 
						
							2001-09-20 21:33:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								54e54c6877 
								
							 
						 
						
							
							
								
								The first batch of changes recommended by the fixdiv tool.  These are  
							
							... 
							
							
							
							mostly changes of / operators into //.  Once or twice I did more or
less than recommended. 
							
						 
						
							2001-09-04 19:14:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								cd112f5546 
								
							 
						 
						
							
							
								
								Added tests for rich comparison operator functions.  
							
							... 
							
							
							
							Converted tests to PyUnit. 
							
						 
						
							2001-08-11 03:21:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								eaa77e2ca1 
								
							 
						 
						
							
							
								
								Added tests for operator.floordiv() and operator.truediv().  
							
							
							
						 
						
							2001-08-09 20:23:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								132dce2246 
								
							 
						 
						
							
							
								
								Update the code to better reflect recommended style:  
							
							... 
							
							
							
							Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects. 
							
						 
						
							2000-12-12 23:11:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								41360a4696 
								
							 
						 
						
							
							
								
								Mass check-in after untabifying all files that need it.  
							
							
							
						 
						
							1998-03-26 19:42:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								5e056bbb76 
								
							 
						 
						
							
							
								
								test_rotor.py: New test of the rotor module.  
							
							... 
							
							
							
							test_*: converted to the new test harness.  GvR note!  test_signal.py
works interatively (i.e. when verbose=1) but does not work inside the
test harness.  It must be a timing issue, but I haven't figured it out
yet. 
							
						 
						
							1996-12-23 23:39:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								a09ec19a33 
								
							 
						 
						
							
							
								
								Test of the operator module  
							
							
							
						 
						
							1996-12-18 19:56:22 +00:00