cpython/Lib/packaging
Éric Araujo 46bdcf7d4b Packaging: always use repr to display project names.
This helps debugging in case of trailing blanks and such things.
2011-06-08 04:40:13 +02:00
..
command Fix sdist to always include setup.cfg (#11092), to comply with the spec 2011-06-06 21:55:43 +02:00
compiler Use list constructor or built-in method instead of copy module 2011-06-04 18:45:40 +02:00
pypi Fix misunderstanding of how booleans work 2011-06-08 04:31:18 +02:00
tests Packaging cleanup: remove use of script_name where obsolete 2011-06-08 04:06:50 +02:00
__init__.py
_trove.py
compat.py
config.py
create.py Improve consistency in questions asked by packaging.create. 2011-06-04 22:37:57 +02:00
database.py cleanup packaging.database 2011-05-30 11:07:54 +02:00
depgraph.py Packaging: always use repr to display project names. 2011-06-08 04:40:13 +02:00
dist.py Packaging cleanup: normalize print calls. 2011-06-08 04:10:57 +02:00
errors.py
fancy_getopt.py Re-apply distutils2 changes lost before the merge of packaging. 2011-05-31 18:04:32 +02:00
install.py make sure we check for write access before starting the install, and add correct exit code 2011-05-31 12:09:34 +02:00
manifest.py
markers.py
metadata.py displaying the faulty project name is a good idea 2011-05-30 12:25:38 +02:00
run.py Packaging cleanup: normalize print calls. 2011-06-08 04:10:57 +02:00
util.py Packaging cleanup: normalize print calls. 2011-06-08 04:10:57 +02:00
version.py