cpython/Lib/distutils
Larry Hastings 6003ac5267 Release bump for 3.5.0a2. 2015-03-08 00:24:34 -08:00
..
command Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) 2015-02-14 09:50:59 -08:00
tests merge 3.4 (#23063) 2015-01-15 00:00:16 -05:00
README
__init__.py Release bump for 3.5.0a2. 2015-03-08 00:24:34 -08:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py Merge 3.3 (#4931) 2014-03-12 04:10:51 -04:00
cygwinccompiler.py
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 Normalize style per PEP-8 2014-07-02 08:36:19 -04:00
errors.py
extension.py Issue #22032: __qualname__ instead of __name__ is now always used to format 2014-07-22 15:00:37 +03:00
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 #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 2014-11-22 12:54:57 -08:00
msvccompiler.py Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 2014-11-22 12:54:57 -08:00
spawn.py Issue #23285: PEP 475 -- Retry system calls failing with EINTR. 2015-02-07 13:27:50 +00:00
sysconfig.py Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 2014-11-22 12:54:57 -08:00
text_file.py
unixccompiler.py
util.py Merge 3.3 (#4931) 2014-03-12 04:10:51 -04:00
version.py Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ 2015-01-31 12:05:05 +02: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$