summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2770 from pypa/bugfix/2769-fail-fast-2to3Jason R. Coombs2021-09-061-0/+4
|\
| * Fail fast when use_2to3 is supplied.Jason R. Coombs2021-09-061-0/+4
* | Refactor test_setup_requires_with_allow_hosts to re-use path.buildJason R. Coombs2021-09-061-17/+16
* | Include trailing quote in build-backend for test_build_meta. Fixes #2771.Jason R. Coombs2021-09-061-2/+2
|/
* Remove time-based horizon.Jason R. Coombs2021-09-061-13/+6
* In Distribution.finalize_options, suppress known removed entry points for a y...Jason R. Coombs2021-09-061-2/+25
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-09-043-4/+0
* remove lib2to3 usageThomas Grainger2021-09-0412-721/+434
* Merge https://github.com/pypa/distutils into remove-lib2to3-usageJason R. Coombs2021-09-043-115/+2
* Merge pull request #2712 from darkvertex/data_files_glob_directiveJason R. Coombs2021-08-262-1/+65
|\
| * config.py: Fix line-too-long warning in _parse_list_glob()Alan Fregtman2021-07-261-1/+1
| * Satisfy some flake8 style checks for the previous commit.Alan Fregtman2021-07-221-2/+2
| * globbing for [options.data_files]: Remove special treatment for filenames wit...Alan Fregtman2021-07-212-16/+4
| * Update globbing for [options.data_files] to be implicit, not requiring a cust...Alan Fregtman2021-07-212-11/+23
| * 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-07-041-1/+2
| * Implement "glob:" directive for declarative "data_files" option.Alan Fregtman2021-06-302-1/+64
* | Fix broken links in easy_install.pySeungMin Lee2021-07-201-3/+3
* | Merge pull request #2723 from zooba/ext_suffixJason R. Coombs2021-07-182-3/+45
|\ \
| * | Fix extension in testSteve Dower2021-07-121-1/+1
| * | Override PyPy case in testSteve Dower2021-07-121-1/+11
| * | Fixes #2722: Adds an environment variable SETUPTOOLS_EXT_SUFFIX to override t...Steve Dower2021-07-102-3/+35
* | | Merge https://github.com/pypa/distutils into arm64Jason R. Coombs2021-07-141-0/+1
|/ /
* | Merge https://github.com/pypa/distutils into feature/distutils-syncJason R. Coombs2021-07-0411-95/+256
* | Merge pull request #2692 from rpurdie/mainJason R. Coombs2021-07-041-1/+7
|\ \
| * | Add testJason R. Coombs2021-07-041-0/+6
| * | Restore the iteratorJason R. Coombs2021-07-041-2/+2
| * | setuptools/dist: Fix reproducibility issue by sorting globbingRichard Purdie2021-05-311-2/+2
| |/
* | Remove ssl_support. Fixes #2715.Jason R. Coombs2021-07-042-276/+1
|/
* Merge branch 'main' into feature/more-itertoolsJason R. Coombs2021-05-227-59/+135
|\
| * Fix flaky testMarc Mueller2021-05-231-5/+3
| * Replace for/if/add/extend with generator on patterns. Use unique_everseen to ...Jason R. Coombs2021-05-231-11/+30
| * Revert removal of license_fileMarc Mueller2021-05-231-4/+2
| * Remove license_fileMarc Mueller2021-05-231-2/+4
| * Fix after rebaseMarc Mueller2021-05-231-2/+2
| * Keep user sorting for license filesMarc Mueller2021-05-232-11/+29
| * Overwrite exlude from MANIFEST with license_files optionMarc Mueller2021-05-232-6/+7
| * Remove license_files_computed fieldMarc Mueller2021-05-232-5/+4
| * Add License-File field to package metadataMarc Mueller2021-05-236-50/+77
| * Changes after rebaseMarc Mueller2021-05-223-10/+5
| * Small changes after reviewMarc Mueller2021-05-221-5/+1
| * Changes after rebaseMarc Mueller2021-05-221-19/+8
| * Fix testsMarc Mueller2021-05-222-2/+28
| * Write long description in message payloadMarc Mueller2021-05-222-2/+27
* | Use unique_everseen from more_itertools.Jason R. Coombs2021-05-224-66/+8
* | Vendor more_itertoolsJason R. Coombs2021-05-229-1/+5036
|/
* Merge pull request #2678 from pypa/feature/static-commandsJason R. Coombs2021-05-212-10/+9
|\
| * When discovering commands and distribution does not yet exist, return the emp...Jason R. Coombs2021-05-191-2/+6
| * Move list of commands out of command package and into package metadata.Jason R. Coombs2021-05-192-10/+5
* | Extract _set_metadata_defaults method and collapse the implementation to a mu...Jason R. Coombs2021-05-211-12/+12
* | Fix misc. doc typosluz paz2021-05-147-9/+9
|/