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.
 
 
 
 
 
 
Serhiy Storchaka c7ede1132e Some distutils tests require zlib for creating tar.gz source distribution. 9 years ago
..
command Make cs_path_exists a protected, static method 9 years ago
tests Some distutils tests require zlib for creating tar.gz source distribution. 9 years ago
README Issue #5052: make Distutils compatible with 2.3 again. 17 years ago
__init__.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_msvccompiler.py Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters 10 years ago
archive_util.py Closes #27904: Improved logging statements to defer formatting until needed. 10 years ago
bcppcompiler.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ccompiler.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
cmd.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
config.py Issue #27641: Comment out regeneration rules when cross compiling 10 years ago
core.py Issue #23426: run_setup was broken in distutils. 11 years ago
cygwinccompiler.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
debug.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dep_util.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dir_util.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dist.py Issue #26089: Remove duplicate field 'license' from DistributionMetadata 10 years ago
errors.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
extension.py Removed unused imports. 10 years ago
fancy_getopt.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
file_util.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
filelist.py Issue #22493: Inline flags now should be used only at the start of the 9 years ago
log.py Issue #8663: distutils.log emulates backslashreplace error handler. Fix 16 years ago
msvc9compiler.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
msvccompiler.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
spawn.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sysconfig.py Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME 9 years ago
text_file.py Removed unused imports. 10 years ago
unixccompiler.py Issue #27641: Comment out regeneration rules when cross compiling 10 years ago
util.py subprocess._optim_args_from_interpreter_flags() 10 years ago
version.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
versionpredicate.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 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$