Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								b940e113bf 
								
							 
						 
						
							
							
								
								SF patch 1631942 by Collin Winter:  
							
							... 
							
							
							
							(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block 
							
						 
						
							2007-01-10 16:19:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Walter Dörwald 
								
							 
						 
						
							
							
							
							
								
							
							
								aaab30e00c 
								
							 
						 
						
							
							
								
								Apply diff2.txt from SF patch  http://www.python.org/sf/572113  
							
							... 
							
							
							
							(with one small bugfix in bgen/bgen/scantools.py)
This replaces string module functions with string methods
for the stuff in the Tools directory. Several uses of
string.letters etc. are still remaining. 
							
						 
						
							2002-09-11 20:36:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								f3335e193b 
								
							 
						 
						
							
							
								
								Patch inspired by Just van Rossum: on the Mac, in savefilename(), make  
							
							... 
							
							
							
							the path to save a relative path by prefixing it with os.sep (':').
Also fix an indent inconsistency in the same function. 
							
						 
						
							2000-04-25 21:13:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								497a19879d 
								
							 
						 
						
							
							
								
								Changed fron importing wcnew back to webchecker.  
							
							
							
						 
						
							1999-11-17 15:40:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								64acb5ce93 
								
							 
						 
						
							
							
								
								Samuel L. Bayer:  
							
							... 
							
							
							
							- same trick with "import wcnew; webchecker = wcnew" as above
- updated readhtml() method to handle pair representation; used
  new name suppression infrastructure from wcnew.py to suppress
  processing name anchors
[And untabified --GvR] 
							
						 
						
							1999-11-17 15:04:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								909bc18188 
								
							 
						 
						
							
							
								
								Recover from failed saves; when a file turns out to be a directory,  
							
							... 
							
							
							
							create a directory and moer the original file to the index.html. 
							
						 
						
							1999-01-03 13:06:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								125700addb 
								
							 
						 
						
							
							
								
								Instead of printint, use self.message() or self.note().  
							
							
							
						 
						
							1998-07-08 03:04:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								d328a9b5f4 
								
							 
						 
						
							
							
								
								Fix the way a trailing / is changed to /index.html so that it  
							
							... 
							
							
							
							doesn't depend on the value of os.sep.  (I.e. ported to Windows :-) 
							
						 
						
							1998-06-15 12:34:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								986abac1ba 
								
							 
						 
						
							
							
								
								Give in to tabnanny  
							
							
							
						 
						
							1998-04-06 14:29:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1a7eae919a 
								
							 
						 
						
							
							
								
								Adapt to new webchecker structure.  Due to better structure of  
							
							... 
							
							
							
							getpage(), much less duplicate code is needed -- we only need to
override readhtml(). 
							
						 
						
							1998-02-21 20:08:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								d57548023f 
								
							 
						 
						
							
							
								
								A variant on webchecker that creates a mirror copy of a remote site.  
							
							
							
						 
						
							1997-10-06 18:54:25 +00:00