cpython/Lib/distutils
Éric Araujo eeb33651bf [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726).
(cherry picked from commit 08a6926b25)

Co-authored-by: Éric Araujo <merwok@netwok.org>
2018-02-18 19:56:06 -08:00
..
command [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). 2018-02-18 19:56:06 -08:00
tests bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) 2018-01-29 09:31:32 -05:00
README
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) 2017-11-08 07:48:48 -08: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
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$