cpython/Lib/distutils
Terry Jan Reedy a70f60acf3 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
2013-03-11 17:56:17 -04:00
..
command Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 2013-03-11 17:56:17 -04:00
tests Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 2013-03-11 17:56:17 -04:00
README
__init__.py bump to 2.7.3 final 2012-04-09 19:04:04 -04:00
archive_util.py
bcppcompiler.py
ccompiler.py Add alias to restore 2.7.2 compatibility for setup scripts (#13994). 2013-02-03 11:41:19 -05:00
cmd.py
config.py Remove code unneeded after f833e7ec4de1 2012-12-08 14:41:39 -05:00
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py Ignore .nfs* files in distutils (#7719). 2012-07-03 01:12:42 -04:00
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:13:53 +01:00
log.py
msvc9compiler.py
msvccompiler.py
spawn.py
sysconfig.py - Issue #17086: Backport the patches from the 3.3 branch to cross-build 2013-01-31 23:52:03 +01:00
text_file.py
unixccompiler.py Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:24:55 -08:00
util.py - Issue #17086: Backport the patches from the 3.3 branch to cross-build 2013-01-31 23:52:03 +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$