cpython/Lib/distutils/command
Marc-André Lemburg 8f36af7a4c Normalize the encoding names for Latin-1 and UTF-8 to
'latin-1' and 'utf-8'.

These are optimized in the Python Unicode implementation
to result in more direct processing, bypassing the codec
registry.

Also see issue11303.
2011-02-25 15:42:01 +00:00
..
__init__.py
bdist.py
bdist_dumb.py
bdist_msi.py
bdist_rpm.py Also close file descriptors from os.popen and subprocess.Popen 2010-11-06 02:10:32 +00:00
bdist_wininst.py Normalize the encoding names for Latin-1 and UTF-8 to 2011-02-25 15:42:01 +00:00
build.py
build_clib.py
build_ext.py Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). 2010-12-15 21:07:22 +00:00
build_py.py
build_scripts.py
check.py Fixed #8980: distutils.command.check was failing w/ docutils installed 2010-10-03 14:18:09 +00:00
clean.py
command_template
config.py
install.py sys.abiflags is not defined on all platforms. 2010-11-25 03:46:44 +00:00
install_data.py
install_egg_info.py
install_headers.py
install_lib.py
install_scripts.py
register.py
sdist.py Fix typo in option name 2010-09-11 15:28:56 +00:00
upload.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
wininst-6.0.exe
wininst-7.1.exe
wininst-8.0.exe
wininst-9.0-amd64.exe
wininst-9.0.exe