cpython/Lib/distutils
Miss Islington (bot) 53bed18d93
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)
(cherry picked from commit 67a93b3a0b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-12-05 12:29:31 -08:00
..
command bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) 2018-11-05 06:52:58 -08:00
tests bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) 2018-12-05 12:29:31 -08:00
README
__init__.py
_msvccompiler.py bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) 2018-10-27 14:06:20 -07:00
archive_util.py bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) 2018-12-05 12:29:31 -08:00
bcppcompiler.py
ccompiler.py
cmd.py
config.py bpo-32155: Revert distutils.config change (#4618) 2017-11-28 23:19:26 +01:00
core.py
cygwinccompiler.py Replace KB unit with KiB (#4293) 2017-11-08 14:44:44 -08:00
debug.py
dep_util.py
dir_util.py
dist.py bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) 2017-12-04 18:58:12 -08:00
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) (GH-9506) 2018-09-23 10:31:53 +03:00
msvc9compiler.py
msvccompiler.py
spawn.py bpo-34530: Fix distutils find_executable() (GH-9049) 2018-09-04 05:19:13 -04:00
sysconfig.py
text_file.py
unixccompiler.py
util.py remove support for BSD/OS (closes bpo-31624) (#3812) 2017-09-28 22:44:27 -07: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$