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.
 
 
 
 
 
 
Nadeem Vawda c48c16ea3a Issue #13193: Fix distutils.filelist tests to always use / as path separator. 14 years ago
..
command Issue #13994: Earler partial revert of Distutils enhancements in 2.7 14 years ago
tests Issue #13193: Fix distutils.filelist tests to always use / as path separator. 14 years ago
README Issue #5052: make Distutils compatible with 2.3 again. 17 years ago
__init__.py Merge #12417 followup, also removing an extra docstring 15 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 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 14 years ago
cmd.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
config.py massive import cleaning in Distutils 16 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 Issue #5052: removed backward compatibility information (out of date) 17 years ago
dep_util.py Fix incorrect mtime comparison in distutils (#11933). 15 years ago
dir_util.py Merged revisions 86601,86605 via svnmerge from 15 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 16 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 distutils.filelist.FileList under Windows (#13193). 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 14 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 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 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 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 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$