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-15 23:50:43 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7ebadd5d8da049d3ca23737db0312bde6fdaa79f
cpython
/
Lib
/
packaging
T
History
Éric Araujo
643cb7345f
Allow multiple setup hooks in packaging’s setup.cfg files (
#12240
).
...
Original patch by Erik Bray.
2011-06-11 00:33:38 +02:00
..
command
Fix sdist to always include setup.cfg (
#11092
), to comply with the spec
2011-06-06 21:55:43 +02:00
compiler
Use list constructor or built-in method instead of copy module
2011-06-04 18:45:40 +02:00
pypi
Style change in packaging: use “not in” over “not x in”.
2011-06-08 04:47:13 +02:00
tests
Allow multiple setup hooks in packaging’s setup.cfg files (
#12240
).
2011-06-11 00:33:38 +02:00
__init__.py
…
_trove.py
…
compat.py
…
config.py
Allow multiple setup hooks in packaging’s setup.cfg files (
#12240
).
2011-06-11 00:33:38 +02:00
create.py
Style change in packaging: use “not in” over “not x in”.
2011-06-08 04:47:13 +02:00
database.py
Style change in packaging: use “not in” over “not x in”.
2011-06-08 04:47:13 +02:00
depgraph.py
Style change in packaging: use “not in” over “not x in”.
2011-06-08 04:47:13 +02:00
dist.py
Packaging cleanup: normalize print calls.
2011-06-08 04:10:57 +02:00
errors.py
…
fancy_getopt.py
Re-apply distutils2 changes lost before the merge of packaging.
2011-05-31 18:04:32 +02:00
install.py
Don’t try to install something when running from uninstalled source (
#12246
).
2011-06-10 18:31:40 +02:00
manifest.py
…
markers.py
…
metadata.py
displaying the faulty project name is a good idea
2011-05-30 12:25:38 +02:00
run.py
Packaging cleanup: normalize print calls.
2011-06-08 04:10:57 +02:00
util.py
Fix assorted bugs in packaging.util.cfg_to_args (
#11595
).
2011-06-10 23:52:26 +02:00
version.py
…