| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | * | | | | | | | | wheel: switch to `packaging.tags` for checking PEP 425 tags | Benoit Pierre | 2019-10-07 | 5 | -629/+2 | |
| | | | | * | | | | | | | | setuptools: update vendored packaging | Benoit Pierre | 2019-10-07 | 11 | -186/+660 | |
| | | | * | | | | | | | | | Merge pull request #1767 from kchmck/feat-license-files | Jason R. Coombs | 2019-11-16 | 4 | -14/+224 | |
| | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | Filter out missing files and use extend() | Mick Koch | 2019-10-28 | 1 | -2/+2 | |
| | | | | * | | | | | | | | | Use an OrderedSet for accumulating license files | Mick Koch | 2019-10-28 | 2 | -3/+3 | |
| | | | | * | | | | | | | | | Remove DALS for single-line strings | Mick Koch | 2019-10-28 | 1 | -40/+40 | |
| | | | | * | | | | | | | | | Add support for `license_files` option in metadata | Mick Koch | 2019-10-28 | 4 | -8/+218 | |
| | | | * | | | | | | | | | | deprecate easy_install command | Benoit Pierre | 2019-11-15 | 2 | -2/+8 | |
| | | | * | | | | | | | | | | drop easy_install script and associated documentation | Benoit Pierre | 2019-11-15 | 3 | -73/+21 | |
| | | | * | | | | | | | | | | dist: re-implement `fetch_build_egg` to use pip | Benoit Pierre | 2019-11-15 | 5 | -65/+326 | |
| | | | | |_|_|/ / / / / / | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | tests: fix some pytest warnings under Python 2 | Benoit Pierre | 2019-11-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | do not change py36compat, put changes into sdist command | Alexander Duryagin | 2019-01-11 | 2 | -1/+9 | |
| | | * | | | | | | | | | | include pyproject.toml in sdist (#1632) | Alexander Duryagin | 2019-01-11 | 2 | -1/+15 | |
| | * | | | | | | | | | | | Fix _imp module behaviour if is defined paths in find_spec call | Ondřej Súkup | 2019-11-15 | 1 | -3/+12 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel... | Benoit Pierre | 2019-11-13 | 2 | -6/+43 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | wheel: fix installation of empty namespace package | Benoit Pierre | 2019-10-07 | 2 | -1/+31 | |
| | | * | | | | | | | | | | wheel: silence info trace when writing `requires.txt` | Benoit Pierre | 2019-10-07 | 1 | -5/+12 | |
| | | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Remove "upload" and "register" commands. | Paul Ganssle | 2019-11-02 | 6 | -433/+57 | |
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #1855 from isidentical/issue-479 | Jason R. Coombs | 2019-10-29 | 4 | -29/+137 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Remove 'sys' import | Batuhan Taskaya | 2019-10-29 | 1 | -1/+0 | |
| | | * | | | | | | | | Allow calling get_frozen_object without paths, raise ImportError when it cant... | Batuhan Taskaya | 2019-10-29 | 1 | -2/+6 | |
| | | * | | | | | | | | Ensure importlib.util is imported on Python 3.5 | Jason R. Coombs | 2019-10-28 | 1 | -0/+5 | |
| | | * | | | | | | | | Avoid importerror on older Pythons | Jason R. Coombs | 2019-10-28 | 1 | -1/+1 | |
| | | * | | | | | | | | Extract compatibility function into compatibility module. | Jason R. Coombs | 2019-10-28 | 2 | -7/+11 | |
| | | * | | | | | | | | remove _resolve | Batuhan Taskaya | 2019-10-28 | 1 | -7/+0 | |
| | | * | | | | | | | | add docstring to find_module | Batuhan Taskaya | 2019-10-28 | 1 | -2/+1 | |
| | | * | | | | | | | | py34 compat | Batuhan Taskaya | 2019-10-28 | 1 | -1/+7 | |
| | | * | | | | | | | | imp load_module fix | Batuhan Taskaya | 2019-10-28 | 1 | -1/+1 | |
| | | * | | | | | | | | Avoid _resolve in get_module (causes failures). | Jason R. Coombs | 2019-10-27 | 1 | -1/+1 | |
| | | * | | | | | | | | Extract _resolve | Jason R. Coombs | 2019-10-27 | 1 | -6/+10 | |
| | | * | | | | | | | | Rely on contextlib.closing for brevity. | Jason R. Coombs | 2019-10-27 | 1 | -5/+13 | |
| | | * | | | | | | | | Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ... | Jason R. Coombs | 2019-10-27 | 3 | -87/+112 | |
| | | * | | | | | | | | Remove apparently unrelated change to test | Jason R. Coombs | 2019-10-27 | 1 | -1/+0 | |
| | | * | | | | | | | | Upgrade setuptools.depends to importlib from depracated imp | isidentical | 2019-10-13 | 2 | -14/+76 | |
| | * | | | | | | | | | msvc: fix Python 2 support | Benoit Pierre | 2019-10-28 | 1 | -0/+1 | |
| | * | | | | | | | | | Merge pull request #1824 from asottile/python310 | Jason R. Coombs | 2019-10-27 | 4 | -6/+6 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Fixes for python3.10 | Anthony Sottile | 2019-08-17 | 4 | -6/+6 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #1811 from JGoutin/msvc_update | Jason R. Coombs | 2019-10-27 | 1 | -322/+699 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Improve Visual C++ 14.X support | jgoutin | 2019-08-03 | 1 | -322/+699 | |
| | * | | | | | | | | | Remove outdated comment and suppressed exception from test_test.py | Jon Dufresne | 2019-10-22 | 1 | -6/+2 | |
| | * | | | | | | | | | Merge pull request #1881 from jdufresne/utf-8 | Paul Ganssle | 2019-10-22 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Change coding cookie to use utf-8 (lowercase) | Jon Dufresne | 2019-10-21 | 2 | -2/+2 | |
| | * | | | | | | | | | | Deprecate the test command | Jon Dufresne | 2019-10-21 | 2 | -1/+59 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | minor cleanup | Benoit Pierre | 2019-10-07 | 1 | -2/+1 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Pin ordered-set to current version for consistency. | Jason R. Coombs | 2019-10-07 | 1 | -1/+1 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalid | Jason R. Coombs | 2019-10-06 | 2 | -0/+36 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Ensure that python_requires is checked during option processing. Fixes #1787. | Jason R. Coombs | 2019-09-11 | 1 | -0/+2 | |
| | | * | | | | | | | Add more tests for valid behavior. Expand exception, any should do. | Jason R. Coombs | 2019-09-11 | 1 | -1/+23 | |
| | | * | | | | | | | Add test capturing failure. Ref #1787. | Jason R. Coombs | 2019-09-11 | 1 | -0/+12 | |
| | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | | Allow 'long_description_content_type' warnings for new versions of packaging.... | Jason R. Coombs | 2019-10-06 | 1 | -0/+1 | |
