cpython/Lib/distutils
Victor Stinner 0f7f676606 test_distutils: test_build_ext uses EnvironGuard (#1458)
Use EnvironGuard on BuildExtTestCase to save/restore os.environ, to fix the
following warning:

Warning -- os.environ was modified by test_distutils

MSVCCompiler.initialize() of distutils.msvc9compiler modifies
os.environ.
2017-05-04 18:10:09 +02:00
..
command build_ext: correctly parse the link_objects user option (closes #1703178) 2016-09-28 23:13:58 -07:00
tests test_distutils: test_build_ext uses EnvironGuard (#1458) 2017-05-04 18:10:09 +02:00
README
__init__.py keep distutils version in sync with python version automatically 2015-05-25 21:24:00 -05:00
archive_util.py
bcppcompiler.py
ccompiler.py Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 2016-02-25 00:55:24 +11:00
cmd.py
config.py Switch upload.pypi.io to upload.pypi.org 2016-08-03 18:58:12 -04:00
core.py
cygwinccompiler.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
msvccompiler.py
spawn.py
sysconfig.py
text_file.py
unixccompiler.py Issue #20767: Fix -R option for FreeBSD/clang. 2016-08-03 11:23:31 +02:00
util.py
version.py
versionpredicate.py

README

This directory contains the Distutils package.

There's a full documentation available at:

    http://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

    http://www.python.org/sigs/distutils-sig/

WARNING : Distutils must remain compatible with 2.3

$Id$