index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
errors.py
Commit message (
Expand
)
Author
Age
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
*
reverted distutils its 3.1 state. All new work is now happening in disutils2,...
Tarek Ziadé
2010-07-22
*
Merged revisions 75901 via svnmerge from
Tarek Ziadé
2009-10-28
*
Merged revisions 75669-75671 via svnmerge from
Tarek Ziadé
2009-10-25
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
*
Fix docstring typo; remove 'created' line
Andrew M. Kuchling
2002-11-14
*
Added DistutilsTemplateError.
Greg Ward
2000-07-30
*
Added PreprocessError and UnknownFileError (both used by CCompiler).
Greg Ward
2000-06-25
*
Moved the CCompiler exceptions here, to avoid having to import ccompiler.py
Greg Ward
2000-05-30
*
Reformatted all exception documentation as docstrings.
Greg Ward
2000-04-15
*
Cleaned up/simplified error-handling:
Greg Ward
2000-04-15
*
Added DistutilsInternalError.
Greg Ward
2000-03-31
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
*
Added DistutilsExecError, DistutilsValueError.
Greg Ward
1999-08-14
*
Don't pollute importer's namespace with type objects from types modules.
Greg Ward
1999-07-10
*
First checkin of real Distutils code.
Greg Ward
1999-03-22