summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Revert "XXX: Debugging"Andrey Bienkowski2022-03-061-37/+0
| | * | XXX: DebuggingAndrey Bienkowski2022-03-061-0/+37
| * | | Make install consider dist.run_command is overwritten in v61.0.0Anderson Bravalheri2022-03-251-8/+15
| * | | Add test for setup.py install and dependenciesAnderson Bravalheri2022-03-251-1/+3
| |/ /
| * | Use super throughout.Jason R. Coombs2022-02-271-2/+2
| * | Just check for if destination file existsAnderson Bravalheri2022-02-271-2/+3
| * | Check for file existence before using samefileAnderson Bravalheri2022-02-271-1/+2
| * | Merge pull request #3137 from pypa/feature/samefile-nativeJason R. Coombs2022-02-261-18/+2
| |\ \
| | * | Use samefile from stdlib, supported on Windows since Python 3.2.Jason R. Coombs2022-02-261-18/+2
| * | | Extract method for processing site dirsJason R. Coombs2022-02-261-15/+22
| * | | Move normpath into if block.Jason R. Coombs2022-02-261-3/+1
| * | | Remove 'isinstance(int)' check and just validate unconditionally.Jason R. Coombs2022-02-261-3/+0
| * | | Extract method to validate optimize parameter.Jason R. Coombs2022-02-261-9/+17
| |/ /
| * | Prefer range().__contains__ for bounds check.Jason R. Coombs2022-02-261-1/+1
| * | Deprecated upload_docs command. Ref #2971Jason R. Coombs2022-02-171-0/+8
| * | Prefer jaraco.text for yield_lines.Jason R. Coombs2022-02-062-2/+5
| * | Refactor _entry_points to separate loading from rendering. Explicitly validat...Jason R. Coombs2022-02-061-1/+2
| * | Extract module for entry point management.Jason R. Coombs2022-02-061-38/+2
| * | In test command, rely on metadata.EntryPoint for loading the value.Jason R. Coombs2022-02-061-5/+4
| * | In egg_info, port use of pkg_resources.EntryPoint to importlib.metadataJason R. Coombs2022-02-061-3/+11
| * | Extract function for converting entry points to a string.Jason R. Coombs2022-02-061-6/+14
| * | Refactor to extract entry_points_definition generation.Jason R. Coombs2022-02-061-16/+23
| * | Refactor to construct data in a single expression and extract 'to_str'.Jason R. Coombs2022-02-061-7/+9
| * | Remove duplicate check on ep is None.Jason R. Coombs2022-02-061-1/+1
| * | Avoid dual-use variable.Jason R. Coombs2022-02-061-3/+3
| * | Migrate remainder of 'iter_entry_points' to importlib_metadata.Jason R. Coombs2022-02-063-11/+14
* | | Merge branch 'main' into debt/remove-legacy-versionJason R. Coombs2022-02-125-36/+54
|\ \ \ | |/ /
| * | Replace use of parse_requirements with simple constructor.Jason R. Coombs2022-02-051-7/+3
| * | Move ensure_directory into setuptools.Jason R. Coombs2022-02-054-4/+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
| * Add py_version_nodot_plat substitution support to easy_install.Jason R. Coombs2022-01-301-0/+6
| * Use super()谭九鼎2022-01-261-1/+1
| * Honor sysconfig variables in easy_install. Fixes #3026.bugfix/3026-sysconfig-vars-in-easy-installJason R. Coombs2022-01-121-8/+8
| * fix version parsingliuzhe2022-01-071-2/+2
| * Use 'dict()' instead of '.copy()', for compatibility with DictStack.Jason R. Coombs2022-01-031-1/+1
| * Select 'posix_user' for the scheme unless falling back to stdlib, then use 'u...Jason R. Coombs2021-12-201-2/+2
| * Add fallback support for distutils in stdlib.Jason R. Coombs2021-12-201-3/+11
| * In easy_install, re-use scheme selection from distutils if available.Jason R. Coombs2021-12-201-8/+5
| * Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-161-3/+3
* | Merge branch 'main' into debt/remove-legacy-versiondebt/remove-legacy-versionJason R. Coombs2021-11-145-5/+52
|\ \ | |/
| * Use warning instead of log for distutils commandAnderson Bravalheri2021-11-051-2/+3
| * Handle custom build_py inheriting from distutilsAnderson Bravalheri2021-11-041-1/+9
| * Remove data_files avoidance code.Jason R. Coombs2021-11-021-3/+0
| * Reformat docstring and rewrite in imperative voice.Jason R. Coombs2021-11-021-4/+5
| * Fix 1461: Better loop breaker for `manifest_maker`Anderson Bravalheri2021-11-013-5/+32
| * Deprecate setup.py install and easy_install. Ref #917.Jason R. Coombs2021-10-222-0/+13
* | Merge branch 'main' into debt/remove-legacy-versionJason R. Coombs2021-10-2214-462/+270
|\ \ | |/
| * Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-011-1/+4
| |\
| | * Fix linting errorsNiyas Sait2021-09-061-1/+0