This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-16 17:38:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6071359de177ba2db621ff698fb4e7c4e1287294
cpython
/
Lib
/
packaging
T
History
Ezio Melotti
86c54f0955
Fix several ResourceWarnings in test_packaging.
2011-05-20 14:13:58 +03:00
..
command
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
2011-05-19 15:52:59 +02:00
compiler
fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str
2011-05-20 00:05:58 +02:00
pypi
…
tests
Fix several ResourceWarnings in test_packaging.
2011-05-20 14:13:58 +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
Issue
#12112
: fix the encoding of setup.py in the packaging module
2011-05-19 21:42:47 +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
Issue
#12112
: fix the encoding of setup.py in the packaging module
2011-05-19 21:42:47 +02:00
version.py
…