Tarek Ziadé 
								
							 
						 
						
							
							
							
							
								
							
							
								c9dbca8d63 
								
							 
						 
						
							
							
								
								removed spurious spaces  
							
							 
							
							
							
						 
						
							2009-10-28 06:45:18 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tarek Ziadé 
								
							 
						 
						
							
							
							
							
								
							
							
								b9c1cfc428 
								
							 
						 
						
							
							
								
								Issue  #7071 : byte-compilation in Distutils now looks at sys.dont_write_bytecode  
							
							 
							
							
							
						 
						
							2009-10-24 15:10:37 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tarek Ziadé 
								
							 
						 
						
							
							
							
							
								
							
							
								9f369e9163 
								
							 
						 
						
							
							
								
								Issue  #5052 : removed backward compatibility information (out of date)  
							
							 
							
							
							
						 
						
							2009-01-25 22:09:10 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								5a6601cfc6 
								
							 
						 
						
							
							
								
								Update compatibility comments to 2.1, corresponding to PEP 291 1.13.  
							
							 
							
							
							
						 
						
							2004-11-10 22:23:15 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								d448f66317 
								
							 
						 
						
							
							
								
								Add comment to Distutil files about requiring 1.5.2 compatibility, as  
							
							 
							
							... 
							
							
							
							suggested by PEP 291. 
							
						 
						
							2002-11-19 13:12:28 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew M. Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								f6756e8dd4 
								
							 
						 
						
							
							
								
								Fix docstring typo; remove 'created' line  
							
							 
							
							
							
						 
						
							2002-11-14 01:58:48 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								58bff53320 
								
							 
						 
						
							
							
								
								Added DistutilsTemplateError.  
							
							 
							
							
							
						 
						
							2000-07-30 01:03:31 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								68ff615c79 
								
							 
						 
						
							
							
								
								Added PreprocessError and UnknownFileError (both used by CCompiler).  
							
							 
							
							
							
						 
						
							2000-06-25 02:12:14 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								c1cb0493f8 
								
							 
						 
						
							
							
								
								Moved the CCompiler exceptions here, to avoid having to import ccompiler.py  
							
							 
							
							... 
							
							
							
							just to get a little exception class.
No more string-based exceptions. 
							
						 
						
							2000-05-30 02:02:14 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								eacdea8572 
								
							 
						 
						
							
							
								
								Reformatted all exception documentation as docstrings.  
							
							 
							
							
							
						 
						
							2000-04-15 22:23:47 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								02a1a2b077 
								
							 
						 
						
							
							
								
								Cleaned up/simplified error-handling:  
							
							 
							
							... 
							
							
							
							- DistutilsOptionError is now documented as it's actually used, ie.
    to indicate bogus option values (usually user options, eg. from
    the command-line)
  - added DistutilsSetupError to indicate errors that definitely arise
    in the setup script
  - got rid of DistutilsValueError, and changed all usage of it to
    either DistutilsSetupError or ValueError as appropriate
  - simplified a bunch of option get/set methods in Command and
    Distribution classes -- just pass on AttributeError most of
    the time, rather than turning it into something else 
							
						 
						
							2000-04-15 22:15:07 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								318a9d7aa2 
								
							 
						 
						
							
							
								
								Added DistutilsInternalError.  
							
							 
							
							
							
						 
						
							2000-03-31 02:57:31 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								3ce77fd05e 
								
							 
						 
						
							
							
								
								Changed '__rcsid__' to '__revision__'.  
							
							 
							
							
							
						 
						
							2000-03-02 01:49:45 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								8c66b697c1 
								
							 
						 
						
							
							
								
								Added DistutilsExecError, DistutilsValueError.  
							
							 
							
							
							
						 
						
							1999-08-14 23:43:45 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								ccbb3f0ed4 
								
							 
						 
						
							
							
								
								Don't pollute importer's namespace with type objects from types modules.  
							
							 
							
							... 
							
							
							
							Added DistutilsPlatformError. 
							
						 
						
							1999-07-10 02:01:44 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Greg Ward 
								
							 
						 
						
							
							
							
							
								
							
							
								2689e3ddce 
								
							 
						 
						
							
							
								
								First checkin of real Distutils code.  
							
							 
							
							
							
						 
						
							1999-03-22 14:52:19 +00:00