Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Bump version: 49.0.0 → 49.0.1v49.0.1 | Jason R. Coombs | 2020-07-05 | 4 | -3/+8 | |
| | | | | | | | ||||||
| | * | | | | | Update changelog. Ref #2228. | Jason R. Coombs | 2020-07-05 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge https://github.com/pypa/distutils into HEAD | Jason R. Coombs | 2020-07-05 | 2 | -3/+14 | |
| | |\ \ \ \ \ | |/ / / / / / | | | _ / / / | | | / / / | ||||||
| | * | | | | Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and ↵ | Jason R. Coombs | 2020-07-05 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | pypa/setuptools#2228 and bpo-41207. | |||||
| | * | | | | Add test for spawn when exe is missing. Ref pypa/distutils#3. | Jason R. Coombs | 2020-07-05 | 1 | -0/+5 | |
| | | | | | | ||||||
| * | | | | | Bump version: 48.0.0 → 49.0.0v49.0.0 | Jason R. Coombs | 2020-07-03 | 7 | -6/+11 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #2199 from cool-RR/2020-06-11-raise-from | Jason R. Coombs | 2020-07-03 | 10 | -40/+50 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix exception causes all over the codebase | |||||
| | * \ \ \ \ | Merge branch 'master' into 2020-06-11-raise-from | Jason R. Coombs | 2020-07-03 | 146 | -381/+24879 | |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge pull request #2180 from ozars/2175-bump-pkg-resources-vendor | Jason R. Coombs | 2020-07-03 | 12 | -186/+661 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update vendor packaging in pkg_resources to v19.2 | |||||
| | * | | | | | | Update changelog. | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Update vendor packaging in pkg_resources to v19.2 | Omer Ozarslan | 2020-07-03 | 11 | -186/+660 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #2166 from pypa/bugfix/2165-remove-site-py | Jason R. Coombs | 2020-07-03 | 6 | -129/+3 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove site.py hack | |||||
| | * | | | | | | | Update changelog. | Jason R. Coombs | 2020-05-29 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Setuptools no longer installs a site.py file during easy_install or develop ↵ | Jason R. Coombs | 2020-05-29 | 5 | -129/+2 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | installs. Ref #2165. | |||||
| * | | | | | | | Merge pull request #2137 from pypa/debt/remove-RequirementParseError | Jason R. Coombs | 2020-07-03 | 2 | -9/+6 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove superfluous RequirementParseError | |||||
| | * | | | | | | | Update changelog.debt/remove-RequirementParseError | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add a compatibility wrapper, so downstream consumers trapping a ↵ | Jason R. Coombs | 2020-06-15 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RequirementParseError will now trap an InvalidRequirement, allowing transition to only trapping an InvalidRequirement. | |||||
| | * | | | | | | | Remove superfluous RequirementParseError. Ref #1832. | Jason R. Coombs | 2020-05-24 | 1 | -9/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Bump version: 47.3.2 → 48.0.0v48.0.0 | Jason R. Coombs | 2020-07-03 | 4 | -3/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2143 from pypa/distutils | Jason R. Coombs | 2020-07-03 | 117 | -18/+24159 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adopt distutils | |||||
| | * | | | | | | | | Update changelog.distutils | Jason R. Coombs | 2020-07-03 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #2226 from pypa/distutils-nested | Jason R. Coombs | 2020-07-03 | 111 | -16/+8 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Move distutils to setuptools._distutils | |||||
| | | * | | | | | | | | Ensure the module is named 'distutils'. Avoids errors when distutils.log and ↵ | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setuptools._distutils.log are two separate modules with separate state. | |||||
| | | * | | | | | | | | Move distutils into a submodule of setuptools. | Jason R. Coombs | 2020-07-03 | 111 | -16/+7 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Merge pull request #2221 from mattip/pypy | Jason R. Coombs | 2020-07-02 | 4 | -18/+26 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | add pypy schemas to command/install.py | |||||
| | | * | | | | | | | | catch some resource leaks | mattip | 2020-07-02 | 3 | -17/+25 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | fix test for deprecation warning | mattip | 2020-07-02 | 1 | -1/+1 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Merge https://github.com/pypa/distutils into distutils | Jason R. Coombs | 2020-07-02 | 12 | -43/+182 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | Merge pull request #1 from pypa/feature/integrate-pypy | Jason R. Coombs | 2020-07-02 | 4 | -36/+84 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add support for PyPy | |||||
| | | | * | | | | | | | In test_unixcompiler.test_osx*, also patch sysconfig.get_config_vars ↵ | Jason R. Coombs | 2020-07-02 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following the patterns of prior implementations. | |||||
| | | | * | | | | | | | Skip test on PyPy where the functionality is disabled. | Jason R. Coombs | 2020-07-01 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | no Makefile with PyPy and has own layout for python stdlib, site-packages | mattip | 2020-07-01 | 1 | -35/+44 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | do the minimum to fix sysconfig.py for PyPy, more will probably be needed | mattip | 2020-07-01 | 1 | -1/+5 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | add pypy schemas | mattip | 2020-07-01 | 1 | -0/+20 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Acknowledge and ignore warning about TestDistribution (it's a "test" ↵ | Jason R. Coombs | 2020-07-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distribution, not a "test of distributions"). | |||||
| | | * | | | | | | | Fix failing test in test_fileutil by adapting expectation based on Python ↵ | Jason R. Coombs | 2020-07-01 | 2 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version. | |||||
| | | * | | | | | | | Add compatibility module to fix failing tests on Python 3.5 due to missing ↵ | Jason R. Coombs | 2020-07-01 | 4 | -3/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality. | |||||
| | | * | | | | | | | Restore Python 3.5 syntax compatibility in distutils.tests.test_build_ext | Jason R. Coombs | 2020-07-01 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is ↵ | Jason R. Coombs | 2020-07-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unavailable. | |||||
| | | * | | | | | | | Restore Python 3.5 syntax compatibility in distutils.dist. | Jason R. Coombs | 2020-07-01 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Mark test_venv to be skipped when running under a virtualenv as virtualenv ↵ | Jason R. Coombs | 2020-06-28 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | monkey patches distutils. | |||||
| | | * | | | | | | | Fix test on Python 3.8 and earlier. | Jason R. Coombs | 2020-06-28 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Use tox for tests | Jason R. Coombs | 2020-06-28 | 2 | -5/+8 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Add conftest so that tests can run under pytest | Jason R. Coombs | 2020-06-28 | 1 | -0/+5 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Replace distutils rather than requiring it to be present in advanec. Instead ↵ | Jason R. Coombs | 2020-06-21 | 2 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of crashing, issue a warning when Setuptools is replacing distutils. | |||||
| | * | | | | | | | | Wordsmith | Jason R. Coombs | 2020-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Update setuptools/distutils_patch.py | Jason R. Coombs | 2020-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Steve Dower <steve.dower@microsoft.com> | |||||
| | * | | | | | | | | Add changelog entry. | Jason R. Coombs | 2020-05-31 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is ↵ | Jason R. Coombs | 2020-05-31 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unavailable. | |||||
| | * | | | | | | | | Extract function for ensure_local_distuils | Jason R. Coombs | 2020-05-31 | 1 | -4/+6 | |
| | | | | | | | | | |