cpython/Lib/packaging
Victor Stinner dd13dd4bcc Issue #12112: packaging reads and writes setup.cfg using UTF-8 2011-05-19 18:45:32 +02: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 Issue #12112: packaging reads and writes setup.cfg using UTF-8 2011-05-19 18:45:32 +02: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 Issue #12112: packaging reads and writes setup.cfg using UTF-8 2011-05-19 18:45:32 +02:00
database.py
depgraph.py
dist.py
errors.py
fancy_getopt.py
install.py
manifest.py
markers.py
metadata.py
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