Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | 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 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | 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 | |||||
| | * | | | | | | | | | 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 | |||||
| | * | | | | | | | | Improve Visual C++ 14.X support | jgoutin | 2019-08-03 | 1 | -322/+699 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | 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). | |||||
| * | | | | | | | | | | Deprecate the test command | Jon Dufresne | 2019-10-21 | 2 | -1/+59 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a warning to users. Suggest using tox as an alternative generic entry point. Refs #1684 | |||||
| * | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Crash when invalid python_requires indicated in setup.cfg | |||||
| | * | | | | | | | 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 ↵ | Jason R. Coombs | 2019-10-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packaging. Fixes #1858. | |||||
| * | | | | | | | Refresh vendored packages (ordereddict 3.1.1) | Jason R. Coombs | 2019-10-06 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into feature/deterministic-provides-extras | Jason R. Coombs | 2019-09-11 | 17 | -102/+337 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Fix some usage of deprecated `imp` module | Anthony Sottile | 2019-08-17 | 2 | -5/+11 | |
| | |/ / / / / | ||||||
| | * | | | | | tests: fix `test_pip_upgrade_from_source` on Python 3.4 | Benoit Pierre | 2019-07-23 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not test pip's master on 3.4, as support for it has been dropped. | |||||
| | * | | | | | improve `package_data` check | Daniel Himmelstein | 2019-07-16 | 2 | -15/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure the dictionary values are lists/tuples of strings. Fix #1459. | |||||
| | * | | | | | fix assert_string_list docstring | Daniel Himmelstein | 2019-07-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value=None raises TypeError DistutilsSetupError: 2 must be a list of strings (got None) | |||||
| | * | | | | | Stop using deprecated HTMLParser.unescape | Inada Naoki | 2019-06-19 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTMLParser.unescape is accessed even when unused - this will cause an exception when `HTMLParser.unescape` is removed in Python 3.9. | |||||
| | * | | | | | Added test for metadata-version 1.2 | Bastian Venthur | 2019-05-16 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | Force metadata-version = 1.2 when project urls are present. | Bastian Venthur | 2019-05-16 | 1 | -1/+2 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | Closes: #1756 | |||||
| * | | | | | In tests, force deterministic ordering on extras_require so tests pass. | Jason R. Coombs | 2019-02-17 | 1 | -5/+7 | |
| | | | | | | ||||||
| * | | | | | Use an ordered set when constructing 'extras provided'. Ref #1305. | Jason R. Coombs | 2019-02-17 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Add 'ordered_set' as a vendored package | Jason R. Coombs | 2019-02-17 | 3 | -1/+490 | |
| | | | | | | ||||||
| * | | | | | Add test capturing expectation that provides_extras are ordered. | Jason R. Coombs | 2019-02-17 | 1 | -0/+13 | |
| | | | | | | ||||||
* | | | | | | Removed unused context.quiet | Bastian Venthur | 2019-08-25 | 1 | -4/+3 | |
| | | | | | | ||||||
* | | | | | | Added test for DeprecationWarning | Bastian Venthur | 2019-08-20 | 1 | -0/+16 | |
| | | | | | | ||||||
* | | | | | | Deprecated Eggsecutable Scripts | Bastian Venthur | 2019-05-15 | 1 | -1/+8 | |
| |/ / / / |/| | | | | | | | | | | | | | | Closes: #1557 | |||||
* | | | | | tests: fix_test_build_deps_on_distutils | Benoit Pierre | 2019-05-14 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * ignore distutils' warning (`Unknown distribution option: 'python_requires'`) * fix test on Windows | |||||
* | | | | | build_meta: fix 2 issues with `build_wheel` / `build_sdist` | Benoit Pierre | 2019-04-22 | 2 | -39/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following cases: * `build_sdist` is called with another sdist already present in the destination directory * `build_wheel` is called with the destination directory not already created | |||||
* | | | | | Merge pull request #1745 from shashanksingh28/master | Paul Ganssle | 2019-04-22 | 3 | -10/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix error with PEP 517 builds when wheel exists (GH #1761) |