cpython/Lib/distutils
Benjamin Peterson c251607d59 bump version to 2.7 beta 2 2010-05-08 17:08:17 +00:00
..
command In a number of places code still revers 2010-05-05 19:09:31 +00:00
tests removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest 2010-04-02 21:14:04 +00:00
README Issue #5052: make Distutils compatible with 2.3 again. 2009-02-27 12:53:34 +00:00
__init__.py bump version to 2.7 beta 2 2010-05-08 17:08:17 +00:00
archive_util.py #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd 2009-10-24 13:29:44 +00:00
bcppcompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
ccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
cmd.py #6516 added owner/group support for tarfiles in Distutils 2009-10-02 23:49:48 +00:00
config.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
core.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
cygwinccompiler.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
debug.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
dep_util.py added test coverage for distutils.dep_util, and cleaned up the module 2009-12-10 15:29:03 +00:00
dir_util.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
dist.py Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings 2010-01-24 00:33:32 +00:00
emxccompiler.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
errors.py removed spurious spaces 2009-10-28 06:45:18 +00:00
extension.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
fancy_getopt.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
file_util.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
filelist.py removing the last remaning apply() calls 2009-10-03 00:07:35 +00:00
log.py #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. 2009-09-21 13:41:08 +00:00
msvc9compiler.py search in the alternative location for VCExpress 2010-03-06 02:17:28 +00:00
msvccompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
spawn.py improved distutils.spawn test coverage + cleaned it up 2009-06-02 15:58:43 +00:00
sysconfig.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
text_file.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
unixccompiler.py Revert r80963 - it broke compilation everywhere 2010-05-08 15:23:57 +00:00
util.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
version.py Fix typo. 2009-03-28 00:48:48 +00:00
versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00

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$