mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
This huge module is the heir of six distutils modules, and contains a number of miscellaneous functions. I have attempted to help readers of the source code with an annoted __all__. Removed or deprecated functions have been removed from the documentation; I’m working on another patch to document the remaining public functions. For the curious: The unzip_file and untar_file were used by (or intended to be used by) “pysetup install path/to/archive.tar.gz”, but the code presently used shutil.unpack_archive and an helper function, so I just deleted them. They’re still in the repository if we need them in the future. The find_packages function is not used anymore but I want to discuss module and package auto-discovery (in “pysetup create”) again before removing it. subst_vars now lives in sysconfig; rfc822_escape is inlined in packaging.metadata. Other functions are for internal use only, or deprecated; I have left them out of __all__ and sprinkled TODO notes for future cleanups. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bdist.py | ||
| bdist_dumb.py | ||
| bdist_msi.py | ||
| bdist_wininst.py | ||
| build.py | ||
| build_clib.py | ||
| build_ext.py | ||
| build_py.py | ||
| build_scripts.py | ||
| check.py | ||
| clean.py | ||
| cmd.py | ||
| command_template | ||
| config.py | ||
| install_data.py | ||
| install_dist.py | ||
| install_distinfo.py | ||
| install_headers.py | ||
| install_lib.py | ||
| install_scripts.py | ||
| register.py | ||
| sdist.py | ||
| test.py | ||
| upload.py | ||
| upload_docs.py | ||
| wininst-6.0.exe | ||
| wininst-7.1.exe | ||
| wininst-8.0.exe | ||
| wininst-9.0-amd64.exe | ||
| wininst-9.0.exe | ||
| wininst-10.0-amd64.exe | ||
| wininst-10.0.exe | ||