summaryrefslogtreecommitdiff
path: root/Lib/distutils/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-18/+29
* Merged revisions 75901 via svnmerge fromTarek Ziadé2009-10-281-29/+18
* Merged revisions 75669-75671 via svnmerge fromTarek Ziadé2009-10-251-0/+2
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-2/+0
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Fix docstring typo; remove 'created' lineAndrew M. Kuchling2002-11-141-3/+1
* Added DistutilsTemplateError.Greg Ward2000-07-301-0/+3
* Added PreprocessError and UnknownFileError (both used by CCompiler).Greg Ward2000-06-251-1/+5
* Moved the CCompiler exceptions here, to avoid having to import ccompiler.pyGreg Ward2000-05-301-79/+78
* Reformatted all exception documentation as docstrings.Greg Ward2000-04-151-27/+28
* Cleaned up/simplified error-handling:Greg Ward2000-04-151-7/+9
* Added DistutilsInternalError.Greg Ward2000-03-311-0/+6
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Added DistutilsExecError, DistutilsValueError.Greg Ward1999-08-141-1/+13
* Don't pollute importer's namespace with type objects from types modules.Greg Ward1999-07-101-2/+11
* First checkin of real Distutils code.Greg Ward1999-03-221-0/+63