Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist_dumb.py17 from distutils.command.bdist_dumb import bdist_dumb
65 cmd = bdist_dumb(dist)
98 cmd = bdist_dumb(dist)
/external/python/cpython3/Lib/distutils/tests/
Dtest_bdist_dumb.py10 from distutils.command.bdist_dumb import bdist_dumb
65 cmd = bdist_dumb(dist)
/external/python/cpython3/Lib/test/
Dtest_sundry.py27 import distutils.command.bdist_dumb
/external/python/cpython2/Lib/test/
Dtest_sundry.py28 import distutils.command.bdist_dumb
/external/python/cpython3/Lib/distutils/command/
Dbdist_dumb.py15 class bdist_dumb(Command): class
/external/python/cpython2/Lib/distutils/command/
Dbdist_dumb.py19 class bdist_dumb (Command): class
/external/python/cpython2/Doc/distutils/
Dbuiltdist.rst49 given to the :command:`bdist_dumb` command; the default is to make dumb
121 several similar formats; for instance, the :command:`bdist_dumb` command
129 | :command:`bdist_dumb` | tar, ztar, gztar, zip |
Dapiref.rst1799 :mod:`distutils.command.bdist_dumb` --- Build a "dumb" installer
1802 .. module:: distutils.command.bdist_dumb
/external/python/cpython3/Doc/distutils/
Dbuiltdist.rst49 given to the :command:`bdist_dumb` command; the default is to make dumb
129 several similar formats; for instance, the :command:`bdist_dumb` command
138 | :command:`bdist_dumb` | tar, gztar, bztar, xztar, ztar, zip |
Dapiref.rst1807 :mod:`distutils.command.bdist_dumb` --- Build a "dumb" installer
1810 .. module:: distutils.command.bdist_dumb
/external/python/cpython2/Doc/extending/
Dbuilding.rst135 python setup.py bdist_dumb
/external/python/cpython3/Doc/extending/
Dbuilding.rst167 python setup.py bdist_dumb
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst927 The distutils commands bdist_dumb, bdist_wininst and bdist_msi now respect a
/external/python/setuptools/docs/
Deasy_install.txt1275 * Ignore bdist_dumb distributions when looking at download URLs.
Dsetuptools.txt1298 ``bdist_dumb`` formats for system packaging. If a user has a locally-
/external/python/cpython3/Misc/
DHISTORY9218 - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi