cpython/Lib/distutils
Éric Araujo 5ac6d80c02 Also close file descriptors from os.popen and subprocess.Popen 2010-11-06 02:10:32 +00:00
..
command Also close file descriptors from os.popen and subprocess.Popen 2010-11-06 02:10:32 +00:00
tests Of course, I forgot one file in r86223. 2010-11-05 23:59:32 +00:00
README
__init__.py Bump to 3.2a3. 2010-10-10 09:40:34 +00:00
archive_util.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
bcppcompiler.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
ccompiler.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
cmd.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
config.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
core.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
cygwinccompiler.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
debug.py
dep_util.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
dir_util.py Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter 2010-09-17 16:35:37 +00:00
dist.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
emxccompiler.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
errors.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
extension.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
fancy_getopt.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
file_util.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
filelist.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
log.py
msvc9compiler.py Also close file descriptors from os.popen and subprocess.Popen 2010-11-06 02:10:32 +00:00
msvccompiler.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
spawn.py
sysconfig.py Have distutils.sysconfig close a file to remove ResourceWarnings coming up 2010-10-29 22:36:08 +00:00
text_file.py Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error 2010-10-23 17:02:31 +00:00
unixccompiler.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
util.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
version.py
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$