cpython/Lib/distutils
Victor Stinner 17d0c0595e
bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931)
check_environ() of distutils.utils now catchs KeyError on calling
pwd.getpwuid(): don't create the HOME environment variable in this
case.
2018-12-18 16:17:56 +01:00
..
command bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) 2018-12-17 08:59:02 +01:00
tests bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) 2018-12-18 16:17:56 +01:00
README
__init__.py
_msvccompiler.py bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) 2018-10-27 16:48:33 -04:00
archive_util.py bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) 2018-12-05 21:46:25 +02:00
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) 2018-09-23 09:12:59 +03:00
msvc9compiler.py
msvccompiler.py
spawn.py bpo-34530: Fix distutils find_executable() (GH-9049) 2018-09-04 11:01:09 +02:00
sysconfig.py
text_file.py
unixccompiler.py
util.py bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) 2018-12-18 16:17:56 +01:00
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$