Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "upload" and "register" commands. | Paul Ganssle | 2019-11-02 | 8 | -442/+64 |
| | | | | | | The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine. | ||||
* | Suppress deprecation of bdist_wininst (redo). Ref #1823. | Jason R. Coombs | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | Suppress deprecation of bdist_wininst. Ref #1823. | Jason R. Coombs | 2019-10-31 | 1 | -0/+3 |
| | |||||
* | Bump version: 41.5.1 → 41.6.0v41.6.0 | Jason R. Coombs | 2019-10-29 | 4 | -3/+8 |
| | |||||
* | Rename changelog file | Jason R. Coombs | 2019-10-29 | 1 | -0/+0 |
| | |||||
* | Merge pull request #1855 from isidentical/issue-479 | Jason R. Coombs | 2019-10-29 | 6 | -29/+139 |
|\ | | | | | Upgrade setuptools.depends to importlib from depracated imp | ||||
| * | Remove 'sys' import | Batuhan Taskaya | 2019-10-29 | 1 | -1/+0 |
| | | |||||
| * | Allow calling get_frozen_object without paths, raise ImportError when it ↵ | Batuhan Taskaya | 2019-10-29 | 1 | -2/+6 |
| | | | | | | | | cant find module | ||||
| * | 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 |
| | | |||||
| * | Add changelog entry. | Jason R. Coombs | 2019-10-28 | 1 | -0/+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 | 4 | -87/+113 |
| | | | | | | | | for compatibility. | ||||
| * | 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 |
| | | |||||
* | | Bump version: 41.5.0 → 41.5.1v41.5.1 | Benoit Pierre | 2019-10-28 | 4 | -3/+8 |
| | | |||||
* | | Merge pull request #1892 from benoit-pierre/fix_1891 | mergify[bot] | 2019-10-28 | 2 | -0/+2 |
|\ \ | | | | | | | Fix code for detecting Visual Studio's version on Windows under Python 2. | ||||
| * | | msvc: fix Python 2 support | Benoit Pierre | 2019-10-28 | 2 | -0/+2 |
|/ / | |||||
* | | Bump version: 41.4.0 → 41.5.0v41.5.0 | Jason R. Coombs | 2019-10-27 | 12 | -11/+16 |
| | | |||||
* | | Merge pull request #1814 from benoit-pierre/fix_requirement_hash/equality | Jason R. Coombs | 2019-10-27 | 3 | -0/+19 |
|\ \ | | | | | | | pkg_resources: fix ``Requirement`` hash/equality implementation | ||||
| * | | pkg_resources: fix ``Requirement`` hash/equality implementation | Benoit Pierre | 2019-08-13 | 3 | -0/+19 |
| | | | | | | | | | | | | Take PEP 508 direct URL into account. | ||||
* | | | Merge pull request #1815 from Hawk777/document-package-data-asterisk | Jason R. Coombs | 2019-10-27 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Document using asterisk in package_data section | ||||
| * | | | Document using asterisk in package_data section | Christopher Head | 2019-08-12 | 1 | -1/+5 |
| |/ / | |||||
* | | | Fix typo | Jason R. Coombs | 2019-10-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1862 from benoit-pierre/drop-ez_setup-documentation | Jason R. Coombs | 2019-10-27 | 4 | -225/+4 |
|\ \ \ | | | | | | | | | docs: drop ez_setup documentation and related references | ||||
| * | | | docs: drop ez_setup documentation and related references | Benoit Pierre | 2019-10-08 | 4 | -225/+4 |
| | | | | |||||
* | | | | Merge pull request #1868 from ↵ | Jason R. Coombs | 2019-10-27 | 5 | -148/+54 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | benoit-pierre/drop-most-documentation-references-to-easy_install doc: drop most references to EasyInstall | ||||
| * | | | | doc: drop most references to EasyInstall | Benoit Pierre | 2019-10-08 | 5 | -148/+54 |
| | | | | | |||||
* | | | | | Merge pull request #1886 from jdufresne/test-py38 | Jason R. Coombs | 2019-10-27 | 2 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Add Python 3.8 final to Travis test matrix | ||||
| * | | | | | Add Python 3.8 final to Travis test matrix | Jon Dufresne | 2019-10-22 | 2 | -1/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #1824 from asottile/python310 | Jason R. Coombs | 2019-10-27 | 9 | -10/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixes for python3.10 | ||||
| * | | | | | | Fixes for python3.10 | Anthony Sottile | 2019-08-17 | 9 | -10/+11 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1811 from JGoutin/msvc_update | Jason R. Coombs | 2019-10-27 | 2 | -322/+700 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improve Visual C++ 14.X support | ||||
| * | | | | | | | Improve Visual C++ 14.X support | jgoutin | 2019-08-03 | 2 | -322/+700 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve VC++14 support for VS 2017 and 2019. Separate VC from VS version (Miss match starting VS15). Improve docstrings args and returns information + fixe typos. Fix coding style and minor coding issues. Remove Microsoft "Windows SDK 7.0" dead link. | ||||
* | | | | | | | | Merge pull request #1884 from jdufresne/py38 | Paul Ganssle | 2019-10-23 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Document support for Python 3.8 through a trove classifier | ||||
| * | | | | | | | Add a trove classifier to document support for Python 3.8 | Jon Dufresne | 2019-10-22 | 2 | -0/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1883 from jdufresne/test-exit | mergify[bot] | 2019-10-22 | 1 | -6/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove outdated comment and suppressed exception from test_test.py | ||||
| * | | | | | | | | Remove outdated comment and suppressed exception from test_test.py | Jon Dufresne | 2019-10-22 | 1 | -6/+2 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test command has not called sys.exit since commit 2c4fd43277fc477d85b50e15c37b176136676270. | ||||
* | | | | | | | | Merge pull request #1881 from jdufresne/utf-8 | Paul Ganssle | 2019-10-22 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Change coding cookie to use utf-8 (lowercase) | ||||
| * | | | | | | | | Change coding cookie to use utf-8 (lowercase) | Jon Dufresne | 2019-10-21 | 2 | -2/+2 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While perfectly valid, the encoding 'UTF-8' (uppercase) is not recognized by the Emacs MULE system. As such, it displays the following warning when opening a file with it used as an encoding cookie: Warning (mule): Invalid coding system ‘UTF-8’ is specified for the current buffer/file by the :coding tag. It is highly recommended to fix it before writing to a file. Some discussion of this can be found at: https://stackoverflow.com/questions/14031724/how-to-make-emacs-accept-utf-8-uppercase-encoding While the post does offer a workaround for Emacs users, rather than ask all to implement it, use the more typical utf-8 (lowercase). | ||||
* | | | | | | | | Merge pull request #1878 from jdufresne/deprecate-test-suite | Paul Ganssle | 2019-10-22 | 4 | -1/+73 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Deprecate the test command | ||||
| * | | | | | | | Deprecate the test command | Jon Dufresne | 2019-10-21 | 4 | -1/+73 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a warning to users. Suggest using tox as an alternative generic entry point. Refs #1684 | ||||
* | | | | | | | Merge pull request #1866 from benoit-pierre/drop-manual-easy_install-based-tests | Jason R. Coombs | 2019-10-08 | 1 | -100/+0 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | tests: drop (easy_install based) manual tests |