cpython/Lib/packaging
2011-07-15 23:26:19 +02:00
..
command Factor out code used by packaging commands for HTTP requests (#12169). 2011-07-08 16:27:12 +02:00
compiler Packaging: remove last mentions and uses of setup.py in the code. 2011-06-16 23:34:55 +02:00
pypi Fix typo 2011-06-19 18:53:31 +02:00
tests test_packaging should clean up after itself (but it doesn't really) 2011-07-15 23:26:19 +02:00
__init__.py
_trove.py
compat.py
config.py packaging: Add the project directory to sys.path to support local setup hooks. 2011-06-19 21:23:43 +02:00
create.py Style change in packaging: use “not in” over “not x in”. 2011-06-08 04:47:13 +02:00
database.py Clear packaging.database caches in place 2011-07-15 17:47:46 +02:00
depgraph.py Style change in packaging: use “not in” over “not x in”. 2011-06-08 04:47:13 +02:00
dist.py Packaging: remove last mentions and uses of setup.py in the code. 2011-06-16 23:34:55 +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 Closes #12391: temporary files are now cleaned up. 2011-07-07 12:59:31 +01: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 Factor out code used by packaging commands for HTTP requests (#12169). 2011-07-08 16:27:12 +02:00
version.py