You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Svetlov 4bb142b1b7 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
..
command Fix setup.py register failure with invalid rst in description (#13614). 13 years ago
tests Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
README Issue #5052: make Distutils compatible with 2.3 again. 17 years ago
__init__.py bump to 2.7.3 final 14 years ago
archive_util.py Merged revisions 87277 via svnmerge from 15 years ago
bcppcompiler.py massive import cleaning in Distutils 16 years ago
ccompiler.py null merge from 2.6 14 years ago
cmd.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
config.py Remove code unneeded after f833e7ec4de1 13 years ago
core.py Merged revisions 86223-86224,86226,86234 via svnmerge from 15 years ago
cygwinccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 15 years ago
debug.py General cleanup, raise normalization in Lib/distutils. 19 years ago
dep_util.py Fix incorrect mtime comparison in distutils (#11933). 15 years ago
dir_util.py Ignore .nfs* files in distutils (#7719). 14 years ago
dist.py Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. 15 years ago
emxccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 15 years ago
errors.py removed spurious spaces 17 years ago
extension.py Merged revisions 86223-86224,86226,86234 via svnmerge from 15 years ago
fancy_getopt.py massive import cleaning in Distutils 16 years ago
file_util.py Merged revisions 86223-86224,86226,86234 via svnmerge from 15 years ago
filelist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 14 years ago
log.py #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. 17 years ago
msvc9compiler.py normalize whitespace in Lib/distutils/msvc9compiler.py 15 years ago
msvccompiler.py massive import cleaning in Distutils 16 years ago
spawn.py Merge #12417 followup, also removing an extra docstring 15 years ago
sysconfig.py null merge from 2.6 14 years ago
text_file.py massive import cleaning in Distutils 16 years ago
unixccompiler.py Two small fixes for the support for SDKs on MacOSX: 16 years ago
util.py null merge from 2.6 14 years ago
version.py Fix typo. 17 years ago
versionpredicate.py Whitespace normalization. 21 years ago

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$