cpython/Lib/packaging/command
Victor Stinner cfd365b937 Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging
build_scripts command of packaging now handles correctly non-ASCII path (path
to the Python executable). Open and write the script in binary mode, but ensure
that the shebang is decodable from UTF-8 and from the encoding of the script.
2011-05-19 15:18:36 +02:00
..
__init__.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
bdist.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
bdist_dumb.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
bdist_msi.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
bdist_wininst.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
build.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
build_clib.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
build_ext.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
build_py.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
build_scripts.py Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging 2011-05-19 15:18:36 +02:00
check.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
clean.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
cmd.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
command_template initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
config.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
install_data.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
install_dist.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
install_distinfo.py packaging: don't use locale encoding to compute MD5 checksums 2011-05-19 15:09:57 +02:00
install_headers.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
install_lib.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
install_scripts.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
register.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
sdist.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
test.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
upload.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
upload_docs.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
wininst-6.0.exe initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
wininst-7.1.exe initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
wininst-8.0.exe initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
wininst-9.0-amd64.exe initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
wininst-9.0.exe initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
wininst-10.0-amd64.exe initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
wininst-10.0.exe initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00