cpython/Lib/packaging
Éric Araujo 078368fe4d Use strings instead of sets of lines in packaging.create tests.
Using sets in tests did not check whether the values were written in the right
section or with the right key.
2011-06-06 20:59:56 +02:00
..
command Fix format of warnings from the packaging check command 2011-06-02 14:54:44 +02:00
compiler Use list constructor or built-in method instead of copy module 2011-06-04 18:45:40 +02:00
pypi Cleanup in packaging: don’t unnecessarily instantiate exceptions 2011-06-04 22:33:16 +02:00
tests Use strings instead of sets of lines in packaging.create tests. 2011-06-06 20:59:56 +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
dist.py
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 Make help messages in packaging.run more consistent 2011-06-04 22:33:59 +02:00
util.py Update doctring now that Python has real booleans 2011-06-06 01:13:48 +02:00
version.py