summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Restore more_itertools.more, make importing `concurrent.futures` lazyMaciej Pasternacki2022-02-084-0/+4306
* Clean also .pyi of more_itertoolsMaciej Pasternacki2022-02-082-481/+0
* Remove more_itertools.more from vendored libs (fixes pypa/setuptools#3090)Maciej Pasternacki2022-02-082-3826/+0
* Ensure that _vendor/jaraco is available as a module. Fixes #3084.Jason R. Coombs2022-02-061-0/+0
* Replace use of parse_requirements with _reqs.parse.Jason R. Coombs2022-02-051-5/+6
* Replace use of parse_requirements with simple constructor.Jason R. Coombs2022-02-051-7/+3
* Move requirements processing to _reqs module. Add parse function.Jason R. Coombs2022-02-052-12/+21
* Pin vendored importlib dependencies for consistency.Jason R. Coombs2022-02-051-2/+2
* In build_meta, remove dependency on pkg_resources.Jason R. Coombs2022-02-051-2/+11
* Vendor jaraco.text with setuptools.Jason R. Coombs2022-02-0548-3/+2050
* Refresh importlib_metadata to 4.10.1.Jason R. Coombs2022-02-051-16/+13
* Move ensure_directory into setuptools.Jason R. Coombs2022-02-056-5/+16
* Add module for selectively loading importlib modules.Jason R. Coombs2022-02-051-0/+13
* Add importlib_resources and importlib_metadata to vendored packages.Jason R. Coombs2022-02-0552-1/+3867
* Merge pull request #3070 from domdfcoding/isue-3063Jason R. Coombs2022-02-011-1/+8
|\
| * Create a function for only_strs to help document its purpose.Jason R. Coombs2022-02-011-3/+8
| * Skip non-string values from sysconfig.get_config_vars()Dominic Davis-Foster2022-02-011-1/+3
* | Merge pull request #3060 from pypa/bugfix/3059-simple-session-buildJason R. Coombs2022-02-012-6/+22
|\ \ | |/ |/|
| * Only resolve 'parent' directory when xdist is in use. Fixes #3059.Jason R. Coombs2022-01-292-6/+22
* | Merge pull request #3062 from pypa/distutils-b53a824ec3Jason R. Coombs2022-01-3011-13/+38
|\ \
| * | Add py_version_nodot_plat substitution support to easy_install.Jason R. Coombs2022-01-301-0/+6
| * | Merge branch 'main' into distutils-b53a824ec3Jason R. Coombs2022-01-3010-13/+32
| |/
* | Merge pull request #3057 from cdce8p/optional-home_pageJason R. Coombs2022-01-301-8/+3
|\ \ | |/ |/|
| * Don't include Home-page with UNKNOWN valueMarc Mueller2022-01-281-8/+3
* | Merge branch 'main' into missing_metadataJason R. Coombs2022-01-29140-1924/+4051
|\ \
| * | Use super()谭九鼎2022-01-264-6/+6
| |/
| * Merge pull request #3042 from abravalheri/issue-3038Anderson Bravalheri2022-01-242-0/+42
| |\
| | * Update setuptools/logging.pyAnderson Bravalheri2022-01-241-3/+3
| | * Avoid replacing the global log level in testAnderson Bravalheri2022-01-221-2/+7
| | * Fix weird distutils.log reloading/caching situationAnderson Bravalheri2022-01-221-0/+6
| | * Add test to ensure the correct log level is setAnderson Bravalheri2022-01-221-0/+31
| * | Merge branch 'feature/distutils-bb018f1ac3'Jason R. Coombs2022-01-233-181/+44
| |\ \
| | * | Merge https://github.com/pypa/distutils into feature/distutils-bb018f1ac3feature/distutils-bb018f1ac3Jason R. Coombs2022-01-223-181/+44
| | |/
| * | Rely on pip_run.launch to install sitecustomize.Jason R. Coombs2022-01-221-19/+4
| |/
| * Merge commit 197570db5.Jason R. Coombs2022-01-171-14/+0
| |\
| | * Update documentation to match and remove requirements file with stale referen...Jason R. Coombs2022-01-171-14/+0
| * | Simplify vendored script to simply include the metadata.Jason R. Coombs2022-01-1432-0/+1198
| * | Update vendored with no changes.Jason R. Coombs2022-01-141-18/+18
| |/
| * Merge pull request #3018 from abravalheri/fix-exclude-patternAnderson Bravalheri2022-01-141-0/+9
| |\
| | * Prevent test files from being included in setuptools own wheelAnderson Bravalheri2022-01-091-0/+9
| * | Fix failing test when user site-packages has no version numberAnderson Bravalheri2022-01-131-10/+12
| * | Honor sysconfig variables in easy_install. Fixes #3026.bugfix/3026-sysconfig-vars-in-easy-installJason R. Coombs2022-01-121-8/+8
| * | Trim excess indentation.Jason R. Coombs2022-01-111-14/+14
| |/
| * Check that distutils has an origin. Ref #2990.Jason R. Coombs2022-01-081-0/+7
| * fix version parsingliuzhe2022-01-071-2/+2
| * Add test to make sure 3.10 is not interpreted as 3.1Anderson Bravalheri2022-01-071-0/+49
| * Remove `numpy` sdists from integration testsAnderson Bravalheri2022-01-071-2/+1
| * Merge pull request #2839 from msuozzo/patch-1Jason R. Coombs2022-01-062-3/+36
| |\
| | * Merge remote-tracking branch 'upstream/main' into patch-1Anderson Bravalheri2022-01-0692-1567/+1946
| | |\
| | * | Add new test to document expected order stability.Matthew Suozzo2021-12-161-0/+33