..
command
Fix parsing of packaging’s build_ext --libraries option ( #1326113 )
2012-02-15 17:25:25 +01:00
compiler
Use sys.version_info instead of sys.version in packaging.
2012-02-10 05:20:53 +01:00
pypi
Use sys.version_info instead of sys.version in packaging.
2012-02-10 05:20:53 +01:00
tests
Fix comparison bug with 'rc' versions in packaging.version ( #11841 ).
2012-02-27 11:47:44 +01:00
__init__.py
_trove.py
Update list of trove classifiers
2011-11-20 16:01:35 +01:00
compat.py
Start improving 2to3 code in packaging ( #13462 ).
2012-02-09 21:37:14 +01:00
config.py
Allow multiple values for package_data in setup.cfg ( #11805 ).
2012-02-04 21:53:07 +01:00
create.py
Stop converting package_data to extra_files in pysetup create ( #13712 ).
2012-02-05 10:26:16 +01:00
database.py
Make a number of small changes to ease the backport to distutils2
2011-09-18 20:11:48 +02:00
depgraph.py
Remove redundant __main__ blocks from packaging modules.
2011-11-06 11:38:58 +01:00
dist.py
Undo potentially confusing name change in packaging.
2011-11-06 06:54:05 +01:00
errors.py
Improve byte-compilation in packaging to be independent of -O or -B.
2011-11-03 05:08:28 +01:00
fancy_getopt.py
install.py
Remove redundant __main__ blocks from packaging modules.
2011-11-06 11:38:58 +01:00
manifest.py
Port the #6884 fix to packaging
2012-02-26 04:01:34 +01:00
markers.py
Use sys.version_info instead of sys.version in packaging.
2012-02-10 05:20:53 +01:00
metadata.py
The error message should contain the key as given, not normalized.
2011-11-14 19:45:30 +01:00
run.py
Group commands by topic in “pysetup run --list-commands” output.
2012-02-09 14:29:11 +01:00
util.py
Start improving 2to3 code in packaging ( #13462 ).
2012-02-09 21:37:14 +01:00
version.py
Fix comparison bug with 'rc' versions in packaging.version ( #11841 ).
2012-02-27 11:47:44 +01:00