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-06-13 22:54:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2db5674a95fe1a65a3594c3bb5431beced22e240
cpython
/
Lib
/
packaging
T
History
Tarek Ziade
2db5674a95
we want to generate /-separated paths setup.cfg files even under win32
2011-05-21 14:24:14 +02: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
fixed the way the cfg file markers values are split under win32
2011-05-21 12:00:10 +02:00
__init__.py
…
_trove.py
…
compat.py
…
config.py
fixed the way the cfg file markers values are split under win32
2011-05-21 12:00:10 +02:00
create.py
we want to generate /-separated paths setup.cfg files even under win32
2011-05-21 14:24:14 +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
fixed the separator issues in packaging/resources+config
2011-05-21 11:48:16 +02:00
version.py
…