summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avo...bugfix/2906-distutils-raceJason R. Coombs2021-11-262-4/+9
* Remove 'sample_test' fixture, unused.Jason R. Coombs2021-11-261-59/+0
* Use jaraco.path.build in test_tests_are_run_once.Jason R. Coombs2021-11-261-18/+18
* Merge pull request 2902.Jason R. Coombs2021-11-223-20/+61
|\
| * Add changelog.Jason R. Coombs2021-11-221-0/+1
| * Merge pull request #71 from abravalheri/use-tokenizeJason R. Coombs2021-11-222-20/+60
| |\
| | * Remove early initialization of 'commands'; unneeded.Jason R. Coombs2021-11-221-4/+0
| | * Preserve orignal comment positionAnderson Bravalheri2021-11-221-1/+1
| | * Use tokenize.open directly (available on Python>= 3.2)Anderson Bravalheri2021-11-221-3/+2
| | * Ensure distribution object is returnedAnderson Bravalheri2021-11-221-0/+2
| | * Add test for run_commandsAnderson Bravalheri2021-11-212-0/+12
| | * Separate run_commands from distutils.core.setupAnderson Bravalheri2021-11-211-20/+30
| | * Adopt setuptools.build_meta approach for run_setupAnderson Bravalheri2021-11-211-3/+7
| | * Ensure run_setup handles `if __name__ == '__main__'`Anderson Bravalheri2021-11-211-0/+17
| |/
* | Bump version: 59.1.1 → 59.2.0v59.2.0Jason R. Coombs2021-11-184-3/+11
* | Merge pull request #2875 from pypa/feature/local-schemesJason R. Coombs2021-11-189-77/+172
|\ \
| * | Add changelog.Jason R. Coombs2021-11-181-0/+1
| * | Merge https://github.com/pypa/distutils into feature/local-schemesJason R. Coombs2021-11-185-19/+70
| |\ \ | | |/
| | * Merge pull request #69 from pypa/feature/pkgsrc-compatJason R. Coombs2021-11-182-12/+29
| | |\
| | | * Add comments to help protect these interfaces from refactoring without consid...Jason R. Coombs2021-11-171-0/+1
| | | * Allow overrides of _multiarch_addendum and _sysconfig_name_tmpl, supporting t...Jason R. Coombs2021-11-132-12/+28
| | * | Merge pull request #68 from pypa/feature/debian-compatJason R. Coombs2021-11-183-8/+32
| | |\ \
| | | * | Add comments to help protect these interfaces from refactoring without consid...Jason R. Coombs2021-11-172-0/+5
| | | |/
| | | * Remove monkeypatch, as it was for illustration purposes only.Jason R. Coombs2021-11-131-121/+0
| | | * Move the monkeypatch behavior to the hook target and invoke it on import.Jason R. Coombs2021-11-131-6/+4
| | | * Add a hook on import of distutils that will allow Debian to override the defa...Jason R. Coombs2021-11-131-0/+10
| | | * Scheme now uses 'posix'Jason R. Coombs2021-11-131-3/+3
| | | * Create hooks and implement Debian's patches against those hooks. Fixes #2.Jason R. Coombs2021-11-133-8/+140
| | * | Merge pull request #41 from imba-tjd/patch-1Jason R. Coombs2021-11-172-1/+13
| | |\ \ | | | |/ | | |/|
| | | * Update test_cygwinccompiler.py谭九鼎2021-11-151-1/+1
| | | * Update test_cygwinccompiler.py谭九鼎2021-11-151-0/+3
| | | * Update distutils/cygwinccompiler.py谭九鼎2021-11-151-1/+1
| | | * Update cygwinccompiler.py谭九鼎2021-11-151-1/+1
| | | * Update cygwinccompiler.py谭九鼎2021-11-151-3/+3
| | | * Update msc_ver detection谭九鼎2021-11-151-0/+9
| | |/
| | * Merge pull request #23 from pypa/feature/local-schemesJason R. Coombs2021-11-123-58/+101
| | |\
| * | \ Merge branch 'main' into feature/local-schemesfeature/local-schemesJason R. Coombs2021-11-12402-80/+69289
| |\ \ \ | | |_|/ | |/| |
| * | | Rename 'posix' to 'unix' to match sysconfig. Merge both definitions with sysc...Jason R. Coombs2021-11-122-12/+20
| * | | Revert "Rename 'headers' to 'include' to match sysconfig."Jason R. Coombs2021-11-121-17/+13
| * | | Prefer 'posix_*' to 'unix_*'Jason R. Coombs2021-11-061-4/+4
| * | | Copy installed_base from sysconfig.get_config_vars.Jason R. Coombs2021-11-061-2/+5
| * | | Clean up 'invalid variable'. A KeyError already includes the quotes when rend...Jason R. Coombs2021-11-061-1/+1
| * | | Merge branch 'main' into feature/local-schemesJason R. Coombs2021-11-0622-309/+388
| |\ \ \
| * | | | Replace shell/Perl-style variables in install schemes with format-style.Jason R. Coombs2021-11-062-47/+60
| * | | | Rename 'headers' to 'include' to match sysconfig.Jason R. Coombs2021-11-061-13/+17
| * | | | Prefer contextlib.suppress to except/passJason R. Coombs2021-11-061-3/+2
| * | | | Prefer public APIs for sysconfig schemes.Jason R. Coombs2021-11-061-1/+5
| * | | | Replace instance method with global function.Jason R. Coombs2021-09-211-16/+17
| * | | | Remove special casing for Debian. Instead, Debian should make sure the scheme...Jason R. Coombs2021-09-211-16/+1
| * | | | Remove 'unix_local' install scheme.Jason R. Coombs2021-09-211-19/+0