cpython/Lib/distutils/command
Éric Araujo 017e535bde Fix distutils’ check and register Unicode handling (#13114).
The check command was fixed by Kirill Kuzminykh.

The register command was using StringIO.getvalue, which uses “''.join”
and thus coerces to str using the default encoding (ASCII), so I changed
the code to use one extra intermediary list and correctly encode to
UTF-8.
2011-10-09 07:11:19 +02:00
..
__init__.py #5732: added the check command into Distutils 2009-04-11 14:55:07 +00:00
bdist.py added local get_platform/set_platform APIs in distutils.sysconfig 2010-01-26 22:46:15 +00:00
bdist_dumb.py Make bdist_* commands respect --skip-build passed to bdist (#10946) 2011-08-30 01:48:59 +02:00
bdist_msi.py Make bdist_* commands respect --skip-build passed to bdist (#10946) 2011-08-30 01:48:59 +02:00
bdist_rpm.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
bdist_wininst.py Make bdist_* commands respect --skip-build passed to bdist (#10946) 2011-08-30 01:48:59 +02:00
build.py added local get_platform/set_platform APIs in distutils.sysconfig 2010-01-26 22:46:15 +00:00
build_clib.py Merged revisions 84608 via svnmerge from 2010-09-07 22:18:34 +00:00
build_ext.py Merged revisions 87280 via svnmerge from 2010-12-15 21:15:25 +00:00
build_py.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
build_scripts.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
check.py Fix distutils’ check and register Unicode handling (#13114). 2011-10-09 07:11:19 +02:00
clean.py
command_template
config.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
install.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
install_data.py cleaned up the module (PEP 8 + old fashion test removal) 2009-12-15 06:29:19 +00:00
install_egg_info.py
install_headers.py added tests to the install_headers command 2009-03-31 20:55:21 +00:00
install_lib.py fixed warning and error message 2009-10-24 15:51:30 +00:00
install_scripts.py
register.py Fix distutils’ check and register Unicode handling (#13114). 2011-10-09 07:11:19 +02:00
sdist.py Warn instead of crashing because of invalid path in MANIFEST.in (#8286). 2011-09-03 00:47:07 +02:00
upload.py Fix for issue10367, courtesy of Daniel Tavares. 2010-12-03 17:00:40 +00:00
wininst-6.0.exe
wininst-7.1.exe
wininst-8.0.exe
wininst-9.0-amd64.exe
wininst-9.0.exe