summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 59.4.0 → 59.5.0v59.5.0Jason R. Coombs2021-12-054-3/+11
* Merge pull request #2915 from rodrigomologni/docs/fix-typo-and-exampleJason R. Coombs2021-12-052-2/+2
|\
| * fix: typo 'extras_require'Rodrigo Mologni2021-12-041-1/+1
| * fix: 'python_requires' must be a stringRodrigo Mologni2021-12-041-1/+1
* | Re-implement yield_lines as a singledispatch function.Jason R. Coombs2021-12-031-12/+13
* | Merge branch 'main' of https://github.com/pypa/setuptoolsJason R. Coombs2021-12-031-2/+5
|\ \ | |/
| * Update comment and docstring.Jason R. Coombs2021-11-291-2/+5
* | Merge https://github.com/pypa/distutils at 8f2df0bf6.Jason R. Coombs2021-12-033-3/+14
|\ \ | |/ |/|
| * Merge pull request #70 from hroncok/fedora_hackJason R. Coombs2021-12-031-2/+7
| |\
| | * Move _prefix_addition inline, so it's only configurable through sysconfig.Jason R. Coombs2021-11-271-4/+5
| | * Revert "Update comment for _distutils_system_mod." as Fedora is not using tha...Jason R. Coombs2021-11-241-4/+2
| | * Load _prefix_addition attribute directly from sysconfigMiro Hrončok2021-11-241-1/+1
| | * Update comment for _distutils_system_mod.Jason R. Coombs2021-11-201-2/+4
| | * Expose _prefix_addition as a class property on install.Jason R. Coombs2021-11-201-18/+6
| | * Incorporate Fedora's distutil patchMiro Hrončok2021-11-191-2/+18
| * | Employ the TempdirManager to avoid creating 'scratch' in the test directory. ...Jason R. Coombs2021-11-271-1/+6
* | | Bump version: 59.3.0 → 59.4.0v59.4.0Jason R. Coombs2021-11-284-3/+11
* | | When repairing bad summaries, use only the first line.Jason R. Coombs2021-11-281-1/+1
* | | Revert "Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-inv...Jason R. Coombs2021-11-282-4/+5
* | | Bump version: 59.2.0 → 59.3.0v59.3.0Jason R. Coombs2021-11-265-4/+15
* | | Merge pull request #2907 from pypa/bugfix/2906-distutils-raceJason R. Coombs2021-11-263-15/+12
|\ \ \
| * | | Remove reliance on distutils log verbosity.Jason R. Coombs2021-11-261-10/+3
| * | | Bind to 'distutils.log' late in case the loader has changed.Jason R. Coombs2021-11-262-4/+3
| * | | 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