Home
last modified time | relevance | path

Searched refs:bdist_dumb (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_bdist_dumb.py10 from distutils.command.bdist_dumb import bdist_dumb
65 cmd = bdist_dumb(dist)
/third_party/python/Lib/test/
Dtest_sundry.py30 import distutils.command.bdist_dumb
/third_party/python/Lib/distutils/command/
Dbdist_dumb.py15 class bdist_dumb(Command): class
/third_party/python/Doc/distutils/
Dbuiltdist.rst51 given to the :command:`bdist_dumb` command; the default is to make dumb
128 several similar formats; for instance, the :command:`bdist_dumb` command
137 | :command:`bdist_dumb` | tar, gztar, bztar, xztar, ztar, zip |
Dapiref.rst1845 :mod:`distutils.command.bdist_dumb` --- Build a "dumb" installer
1848 .. module:: distutils.command.bdist_dumb
/third_party/python/Doc/extending/
Dbuilding.rst166 python setup.py bdist_dumb
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst2503 either ``bdist_rpm`` or ``bdist_dumb``.
/third_party/python/Misc/
DHISTORY9218 - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi