cpython/Lib/packaging
Ezio Melotti 975077a889 Refactor a few tests to use the new requires_zlib decorator. 2011-05-19 22:03:22 +03:00
..
command package: replace open(fn, 'w').close() by open(fn, 'wb').close() 2011-05-19 15:52:59 +02:00
compiler fixed the path splitting 2011-05-19 15:51:54 +02:00
pypi
tests Refactor a few tests to use the new requires_zlib decorator. 2011-05-19 22:03:22 +03:00
__init__.py
_trove.py
compat.py
config.py Issue #12112: packaging reads and writes setup.cfg using UTF-8 2011-05-19 18:45:32 +02:00
create.py removed unused method in packaging.create 2011-05-19 19:07:06 +02:00
database.py
depgraph.py
dist.py
errors.py
fancy_getopt.py
install.py
manifest.py
markers.py
metadata.py Issue #12112: packaging reads/writes metadata using UTF-8 2011-05-19 18:49:56 +02:00
resources.py
run.py
util.py package: replace open(fn, 'w').close() by open(fn, 'wb').close() 2011-05-19 15:52:59 +02:00
version.py