cpython/Lib/distutils
Martin Panter 6507657ddd Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
..
command Close #24508: Backport the 3.5 MSBuild project files. 2015-07-16 00:24:48 -05:00
tests Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
README Issue #5052: make Distutils compatible with 2.3 again. 2009-02-27 12:53:34 +00:00
__init__.py keep distutils version in sync with python version automatically 2015-05-25 21:24:00 -05:00
archive_util.py Merged revisions 87277 via svnmerge from 2010-12-15 20:33:50 +00:00
bcppcompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
ccompiler.py Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 2016-02-25 00:55:24 +11:00
cmd.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
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 Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
dep_util.py Fix incorrect mtime comparison in distutils (#11933). 2011-08-02 03:16:12 +02:00
dir_util.py fix instances of consecutive articles (closes #23221) 2015-01-13 09:17:24 -05:00
dist.py Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. 2011-09-10 05:39:45 +02:00
emxccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
errors.py removed spurious spaces 2009-10-28 06:45:18 +00:00
extension.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
fancy_getopt.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
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 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:13:53 +01:00
log.py #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. 2009-09-21 13:41:08 +00:00
msvc9compiler.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
msvccompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
spawn.py Make distutils error messages more helpful (#11599). 2014-03-12 22:19:39 -04:00
sysconfig.py Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler 2014-07-06 16:11:44 -07: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 Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:14:48 -04:00
version.py Fix typo. 2009-03-28 00:48:48 +00:00
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$