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.
 
 
 
 
 
 
Georg Brandl cd0dc16fdc Bump version to 3.2.1. 15 years ago
..
command Close #10419, issue #6011: build_scripts command of distutils handles correctly 15 years ago
tests Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
README Merged revisions 70017 via svnmerge from 17 years ago
__init__.py Bump version to 3.2.1. 15 years ago
archive_util.py On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no 15 years ago
bcppcompiler.py Merged revisions 60990-61002 via svnmerge from 18 years ago
ccompiler.py Always close files in distutils code and tests (#10252). 15 years ago
cmd.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
config.py Merged revisions 68415 via svnmerge from 17 years ago
core.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
cygwinccompiler.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
debug.py General cleanup, raise normalization in Lib/distutils. 19 years ago
dep_util.py Merged revisions 57778-58052 via svnmerge from 19 years ago
dir_util.py Fix two NameErrors in distutils (#10407) 15 years ago
dist.py Always close files in distutils code and tests (#10252). 15 years ago
emxccompiler.py Always close files in distutils code and tests (#10252). 15 years ago
errors.py Merged revisions 75669-75671 via svnmerge from 17 years ago
extension.py Always close files in distutils code and tests (#10252). 15 years ago
fancy_getopt.py Merged revisions 74988 via svnmerge from 17 years ago
file_util.py Remove traces of Mac OS 9 support, again (#9508). 15 years ago
filelist.py Merged revisions 74493 via svnmerge from 17 years ago
log.py Issue #8663: distutils.log emulates backslashreplace error handler. Fix 16 years ago
msvc9compiler.py And now for something completely different: Finish fixing #10252 again. 15 years ago
msvccompiler.py #2879: rename _winreg to winreg. 18 years ago
spawn.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
sysconfig.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
text_file.py Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error 16 years ago
unixccompiler.py Merged revisions 82273 via svnmerge from 16 years ago
util.py Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 15 years ago
version.py Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 17 years ago
versionpredicate.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 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$