Searched refs:bdist_dumb (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | test_bdist_dumb.py | 17 from distutils.command.bdist_dumb import bdist_dumb 65 cmd = bdist_dumb(dist) 98 cmd = bdist_dumb(dist)
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_bdist_dumb.py | 10 from distutils.command.bdist_dumb import bdist_dumb 65 cmd = bdist_dumb(dist)
|
/external/python/cpython3/Lib/test/ |
D | test_sundry.py | 27 import distutils.command.bdist_dumb
|
/external/python/cpython2/Lib/test/ |
D | test_sundry.py | 28 import distutils.command.bdist_dumb
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_dumb.py | 15 class bdist_dumb(Command): class
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_dumb.py | 19 class bdist_dumb (Command): class
|
/external/python/cpython2/Doc/distutils/ |
D | builtdist.rst | 49 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 |
|
D | apiref.rst | 1799 :mod:`distutils.command.bdist_dumb` --- Build a "dumb" installer 1802 .. module:: distutils.command.bdist_dumb
|
/external/python/cpython3/Doc/distutils/ |
D | builtdist.rst | 49 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 |
|
D | apiref.rst | 1807 :mod:`distutils.command.bdist_dumb` --- Build a "dumb" installer 1810 .. module:: distutils.command.bdist_dumb
|
/external/python/cpython2/Doc/extending/ |
D | building.rst | 135 python setup.py bdist_dumb
|
/external/python/cpython3/Doc/extending/ |
D | building.rst | 167 python setup.py bdist_dumb
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.3rc1.rst | 927 The distutils commands bdist_dumb, bdist_wininst and bdist_msi now respect a
|
/external/python/setuptools/docs/ |
D | easy_install.txt | 1275 * Ignore bdist_dumb distributions when looking at download URLs.
|
D | setuptools.txt | 1298 ``bdist_dumb`` formats for system packaging. If a user has a locally-
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9218 - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
|