cpython/Lib/packaging/command
Éric Araujo 9f90a731eb Use sys.version_info instead of sys.version in packaging.
The contents of this attribute are an implementation detail, as
documented for #9442, so we should not parse it, to support non-CPython
VMs with distutils2 in the future.

Unfortunately, one use comes directly from PEP 345, so an edit will have
to be agreed before fixing the code (see comment in p7g.markers).

Other remaining uses are found in p7g.compiler and could be replaced by
the platform module (which also parses sys.version, but then it wouldn’t
be my fault :)
2012-02-10 05:20:53 +01:00
..
__init__.py Group commands by topic in “pysetup run --list-commands” output. 2012-02-09 14:29:11 +01:00
bdist.py Undo potentially confusing name change in packaging. 2011-11-06 06:54:05 +01:00
bdist_dumb.py Undo potentially confusing name change in packaging. 2011-11-06 06:54:05 +01:00
bdist_msi.py Use sys.version_info instead of sys.version in packaging. 2012-02-10 05:20:53 +01:00
bdist_wininst.py Use sys.version_info instead of sys.version in packaging. 2012-02-10 05:20:53 +01:00
build.py Use sys.version_info instead of sys.version in packaging. 2012-02-10 05:20:53 +01:00
build_clib.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
build_ext.py Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
build_py.py Clean up byte-compilation code in packaging (#11254 followup). 2011-11-14 18:10:19 +01:00
build_scripts.py A few style changes originally done in the distutils2 repo 2011-09-18 23:12:30 +02:00
check.py Fix format of warnings from the packaging check command 2011-06-02 14:54:44 +02:00
clean.py
cmd.py Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
command_template
config.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +02:00
install_data.py
install_dist.py Use sys.version_info instead of sys.version in packaging. 2012-02-10 05:20:53 +01:00
install_distinfo.py Use more standard name for one option of packaging’s install_distinfo 2011-11-06 11:52:30 +01:00
install_headers.py
install_lib.py Clean up byte-compilation code in packaging (#11254 followup). 2011-11-14 18:10:19 +01:00
install_scripts.py
register.py Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code 2011-09-19 16:21:37 +02:00
sdist.py Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
test.py Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
upload.py Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
upload_docs.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
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