cpython/Lib/packaging/command
Victor Stinner e67474725b Issue #12326: refactor usage of sys.platform
* Use str.startswith(tuple): I didn't know this Python feature, Python rocks!
 * Replace sometimes sys.platform.startswith('linux') with
   sys.platform == 'linux'
 * sys.platform doesn't contain the major version on Cygwin on Mac OS X
   (it's just 'cygwin' and 'darwin')
2011-08-21 00:39:18 +02:00
..
__init__.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
bdist.py Re-add line that was mistakenly removed alongside RPM support. 2011-05-31 22:38:41 +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 Issue #12326: refactor usage of sys.platform 2011-08-21 00:39:18 +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 Fix format of warnings from the packaging check command 2011-06-02 14:54:44 +02:00
clean.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
cmd.py Make TypeError message from Command.__init__ more useful 2011-07-29 02:32:41 +02:00
command_template initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
config.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +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 Minor cleanup 2011-08-20 09:19:25 +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 Factor out code used by packaging commands for HTTP requests (#12169). 2011-07-08 16:27:12 +02:00
sdist.py Fix sdist to always include setup.cfg (#11092), to comply with the spec 2011-06-06 21:55:43 +02:00
test.py initial import of the packaging package in the standard library 2011-05-19 13:07:25 +02:00
upload.py Factor out code used by packaging commands for HTTP requests (#12169). 2011-07-08 16:27:12 +02:00
upload_docs.py Factor out code used by packaging commands for HTTP requests (#12169). 2011-07-08 16:27:12 +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