cpython/Lib/packaging
Éric Araujo cde6576820 Remove unneeded --all option of “pysetup list”.
The command without arguments already prints all installed distributions
found.

In addition, change “releases” for “projects” in the description of the
list action.  Strictly speaking, one installed distribution satisfies
the requirement for a release (i.e. version) of a project, but as
currently only one release per project can be installed at a time, the
two are somewhat equivalent, and “project” is more understandable in
help texts (which call their argument “dist”, by the way..)
2011-09-12 16:45:38 +02:00
..
command Remove obsolete comment (yes, build_ext supports C++) 2011-09-10 18:22:31 +02:00
compiler
pypi Use bytes regex instead of decoding whole pages 2011-09-10 18:10:58 +02:00
tests Remove unneeded --all option of “pysetup list”. 2011-09-12 16:45:38 +02:00
__init__.py
_trove.py Update list of trove classifiers to match PyPI 2011-08-30 19:05:46 +02:00
compat.py
config.py Don’t let invalid line in setup.cfg pass silently 2011-09-10 18:22:04 +02:00
create.py Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
database.py Fix typo 2011-08-19 00:53:20 +02:00
depgraph.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
dist.py Remove display options (--name, etc.) from the Distribution class. 2011-08-30 00:55:02 +02:00
errors.py
fancy_getopt.py
install.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
manifest.py
markers.py
metadata.py Fix determination of Metadata version in packaging (#8933). 2011-09-10 05:22:48 +02:00
run.py Remove unneeded --all option of “pysetup list”. 2011-09-12 16:45:38 +02:00
util.py Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
version.py