Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consider this a breaking change.feature/local-distutils | Jason R. Coombs | 2021-12-10 | 1 | -0/+0 |
| | |||||
* | Update changelog. | Jason R. Coombs | 2021-11-18 | 1 | -0/+1 |
| | |||||
* | Restore local distutils as the default. | Jason R. Coombs | 2021-11-18 | 2 | -2/+2 |
| | |||||
* | Bump version: 59.1.1 → 59.2.0v59.2.0 | Jason R. Coombs | 2021-11-18 | 4 | -3/+11 |
| | |||||
* | Merge pull request #2875 from pypa/feature/local-schemes | Jason R. Coombs | 2021-11-18 | 9 | -77/+172 |
|\ | | | | | Update distutils @514e9d0 | ||||
| * | Add changelog. | Jason R. Coombs | 2021-11-18 | 1 | -0/+1 |
| | | |||||
| * | Merge https://github.com/pypa/distutils into feature/local-schemes | Jason R. Coombs | 2021-11-18 | 5 | -19/+70 |
| |\ | |||||
| | * | Merge pull request #69 from pypa/feature/pkgsrc-compat | Jason R. Coombs | 2021-11-18 | 2 | -12/+29 |
| | |\ | | | | | | | | | Allow pkgsrc to monkeypatch settings instead of relying on patches. | ||||
| | | * | Add comments to help protect these interfaces from refactoring without ↵ | Jason R. Coombs | 2021-11-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | consideration. | ||||
| | | * | Allow overrides of _multiarch_addendum and _sysconfig_name_tmpl, supporting ↵ | Jason R. Coombs | 2021-11-13 | 2 | -12/+28 |
| | | | | | | | | | | | | | | | | the patches used by pkgsrc. Fixes #16. | ||||
| | * | | Merge pull request #68 from pypa/feature/debian-compat | Jason R. Coombs | 2021-11-18 | 3 | -8/+32 |
| | |\ \ | | | | | | | | | | | Add hook to enable monkeypatching in Debian and unblock distutils adoption in Setuptools. | ||||
| | | * | | Add comments to help protect these interfaces from refactoring without ↵ | Jason R. Coombs | 2021-11-17 | 2 | -0/+5 |
| | | |/ | | | | | | | | | | | | | consideration. | ||||
| | | * | Remove monkeypatch, as it was for illustration purposes only. | Jason R. Coombs | 2021-11-13 | 1 | -121/+0 |
| | | | | |||||
| | | * | Move the monkeypatch behavior to the hook target and invoke it on import. | Jason R. Coombs | 2021-11-13 | 1 | -6/+4 |
| | | | | |||||
| | | * | Add a hook on import of distutils that will allow Debian to override the ↵ | Jason R. Coombs | 2021-11-13 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | default behavior. Fixes #2. | ||||
| | | * | Scheme now uses 'posix' | Jason R. Coombs | 2021-11-13 | 1 | -3/+3 |
| | | | | |||||
| | | * | Create hooks and implement Debian's patches against those hooks. Fixes #2. | Jason R. Coombs | 2021-11-13 | 3 | -8/+140 |
| | | | | |||||
| | * | | Merge pull request #41 from imba-tjd/patch-1 | Jason R. Coombs | 2021-11-17 | 2 | -1/+13 |
| | |\ \ | | | |/ | | |/| | Update msc_ver detection | ||||
| | | * | Update test_cygwinccompiler.py | 谭九鼎 | 2021-11-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Update test_cygwinccompiler.py | 谭九鼎 | 2021-11-15 | 1 | -0/+3 |
| | | | | |||||
| | | * | Update distutils/cygwinccompiler.py | 谭九鼎 | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
| | | * | Update cygwinccompiler.py | 谭九鼎 | 2021-11-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Update cygwinccompiler.py | 谭九鼎 | 2021-11-15 | 1 | -3/+3 |
| | | | | |||||
| | | * | Update msc_ver detection | 谭九鼎 | 2021-11-15 | 1 | -0/+9 |
| | |/ | |||||
| | * | Merge pull request #23 from pypa/feature/local-schemes | Jason R. Coombs | 2021-11-12 | 3 | -58/+101 |
| | |\ | | | | | | | | | Allow sysconfig to override install schemes... | ||||
| * | \ | Merge branch 'main' into feature/local-schemesfeature/local-schemes | Jason R. Coombs | 2021-11-12 | 402 | -80/+69289 |
| |\ \ \ | | |_|/ | |/| | | |||||
| * | | | Rename 'posix' to 'unix' to match sysconfig. Merge both definitions with ↵ | Jason R. Coombs | 2021-11-12 | 2 | -12/+20 |
| | | | | | | | | | | | | | | | | sysconfig. | ||||
| * | | | Revert "Rename 'headers' to 'include' to match sysconfig." | Jason R. Coombs | 2021-11-12 | 1 | -17/+13 |
| | | | | | | | | | | | | | | | | This reverts commit e4466cd3436c6b331fac85bd28d1fdaa658772f7. | ||||
| * | | | Prefer 'posix_*' to 'unix_*' | Jason R. Coombs | 2021-11-06 | 1 | -4/+4 |
| | | | | |||||
| * | | | Copy installed_base from sysconfig.get_config_vars. | Jason R. Coombs | 2021-11-06 | 1 | -2/+5 |
| | | | | |||||
| * | | | Clean up 'invalid variable'. A KeyError already includes the quotes when ↵ | Jason R. Coombs | 2021-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | rendered. | ||||
| * | | | Merge branch 'main' into feature/local-schemes | Jason R. Coombs | 2021-11-06 | 22 | -309/+388 |
| |\ \ \ | |||||
| * | | | | Replace shell/Perl-style variables in install schemes with format-style. | Jason R. Coombs | 2021-11-06 | 2 | -47/+60 |
| | | | | | |||||
| * | | | | Rename 'headers' to 'include' to match sysconfig. | Jason R. Coombs | 2021-11-06 | 1 | -13/+17 |
| | | | | | |||||
| * | | | | Prefer contextlib.suppress to except/pass | Jason R. Coombs | 2021-11-06 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Prefer public APIs for sysconfig schemes. | Jason R. Coombs | 2021-11-06 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Replace instance method with global function. | Jason R. Coombs | 2021-09-21 | 1 | -16/+17 |
| | | | | | |||||
| * | | | | Remove special casing for Debian. Instead, Debian should make sure the ↵ | Jason R. Coombs | 2021-09-21 | 1 | -16/+1 |
| | | | | | | | | | | | | | | | | | | | | schemes are updated in sysconfig. | ||||
| * | | | | Remove 'unix_local' install scheme. | Jason R. Coombs | 2021-09-21 | 1 | -19/+0 |
| | | | | | |||||
| * | | | | In _load_schemes, actually return the schemes and avoid mutating the global ↵ | Jason R. Coombs | 2021-09-21 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | state. | ||||
| * | | | | Remove is_rpm_build, unneeded. | Jason R. Coombs | 2021-09-21 | 1 | -5/+1 |
| | | | | | |||||
| * | | | | Only catch relevant exeptions. | Jason R. Coombs | 2021-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Petr Viktorin <encukou@gmail.com> | ||||
| * | | | | Allow sysconfig to override install schemes and provide some compatibility ↵ | Jason R. Coombs | 2021-01-23 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | | | | | overrides for debian and fedora until they patch sysconfig. | ||||
* | | | | | Merge pull request #2890 from icemac/patch-1 | Jason R. Coombs | 2021-11-18 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Reduce resource_string documentation confusion. | ||||
| * | | | | | Reduce resource_string documentation confusion. | Michael Howitz | 2021-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Besides the name the function returns bytes. | ||||
* | | | | | | Merge pull request #2891 from hugovk/update-docs-links | Jason R. Coombs | 2021-11-18 | 10 | -18/+18 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Docs: Update setuptools.readthedocs.io to setuptools.pypa.io | ||||
| * | | | | | Fix typo | Hugo van Kemenade | 2021-11-16 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update setuptools.readthedocs.io to setuptools.pypa.io | Hugo van Kemenade | 2021-11-16 | 9 | -17/+17 |
|/ / / / / | |||||
* | | | | | Bump version: 59.1.0 → 59.1.1v59.1.1 | Jason R. Coombs | 2021-11-15 | 4 | -3/+11 |
| | | | | | |||||
* | | | | | Merge pull request #2889 from pypa/bugfix/2885-legacy-version | Jason R. Coombs | 2021-11-15 | 6 | -7/+26 |
|\ \ \ \ \ | | | | | | | | | | | | | Correct behavior under LegacyVersion when deprecation warnings are enabled. |