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-14 15:12:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f2cb4e8b35ead656a86902c00bc6bc293533d89f
cpython
/
Lib
/
packaging
T
History
Victor Stinner
d4d8ae5a42
Issue
#9561
: packaging now writes egg-info files using UTF-8
...
instead of the locale encoding
2011-09-06 00:11:13 +02:00
..
command
Clean up packaging.util: add __all__, remove some unused functions.
2011-09-01 05:11:29 +02:00
compiler
…
pypi
…
tests
Issue
#9561
: packaging now writes egg-info files using UTF-8
2011-09-06 00:11:13 +02:00
__init__.py
…
_trove.py
Update list of trove classifiers to match PyPI
2011-08-30 19:05:46 +02:00
compat.py
…
config.py
Minor improvement to extensions in setup.cfg: check parent package
2011-09-01 07:01:13 +02:00
create.py
Clean up packaging.util: add __all__, remove some unused functions.
2011-09-01 05:11:29 +02:00
database.py
Fix typo
2011-08-19 00:53:20 +02:00
depgraph.py
Minor packaging cleanup.
2011-07-29 02:37:21 +02:00
dist.py
Remove display options (--name, etc.) from the Distribution class.
2011-08-30 00:55:02 +02:00
errors.py
…
fancy_getopt.py
…
install.py
Minor packaging cleanup.
2011-07-29 02:37:21 +02:00
manifest.py
…
markers.py
…
metadata.py
Remove class that was only useful with Sphinx autodoc
2011-08-19 00:53:04 +02:00
run.py
Move help texts near to the function they’re related to
2011-08-30 22:23:52 +02:00
util.py
Clean up packaging.util: add __all__, remove some unused functions.
2011-09-01 05:11:29 +02:00
version.py
…