cpython/Lib/distutils
Miss Islington (bot) 0229b56d8c
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560)
https://bugs.python.org/issue37965

https://bugs.python.org/issue37965

Automerge-Triggered-By: @benjaminp
(cherry picked from commit 55aabee075)

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2019-08-28 10:36:18 -07:00
..
command bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12949) 2019-04-25 13:16:02 +02:00
tests bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12751) 2019-04-09 19:54:10 +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 [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419). (GH-10950) 2018-12-06 00:02:10 +02:00
bcppcompiler.py
ccompiler.py closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) 2019-08-28 10:36:18 -07:00
cmd.py
config.py Switch upload.pypi.io to upload.pypi.org 2016-08-03 18:58:12 -04:00
core.py Restore missing part of error message (#4931) 2014-03-12 03:19:33 -04:00
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 fix instances of consecutive articles (closes #23221) 2015-01-13 09:17:24 -05:00
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py Issue #8876: distutils now falls back to copying files when hard linking doesn't work. 2014-10-30 19:37:07 +01:00
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 bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058) 2018-09-04 11:40:29 +02:00
sysconfig.py bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12949) 2019-04-25 13:16:02 +02:00
text_file.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
unixccompiler.py Issue #20767: Fix -R option for FreeBSD/clang. 2016-08-03 11:23:31 +02:00
util.py bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-11213) 2018-12-18 17:34:51 +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$