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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								004d5e6880 
								
							 
						 
						
							
							
								
								Make reindent.py happy (convert everything to 4-space indents!).  
							
							
							
						 
						
							2000-10-23 17:22:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								3fdcccb82f 
								
							 
						 
						
							
							
								
								Added a test of the md5.hexdigest() method.  Funny enough, this test  
							
							... 
							
							
							
							had yet-another Python implementation of a binary-data-to-hex-digit
encoder! 
							
						 
						
							2000-08-15 06:01:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								79c85f1778 
								
							 
						 
						
							
							
								
								* wdbframewin.py (re_eval): set __privileged__ in globals so private  
							
							... 
							
							
							
							variables can still be seen by the debugger
* ftplib.py (retrlines): args should be *args.
* ChangeLog: entries for Sjoerd's addition sunau.py and changes to aiff.py
* test_md5.py: test program for built-in md5 module 
							
						 
						
							1993-12-14 15:54:01 +00:00