summaryrefslogtreecommitdiff
path: root/setuptools/command/easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid bitly linksAnderson Bravalheri2023-04-241-1/+1
* Overhaul for better visibility of warnings (#3849)Anderson Bravalheri2023-04-201-15/+18
|\
| * Use new warnings in setuptools/command/easy_install.pyAnderson Bravalheri2023-03-071-15/+18
* | Use the same naming convention for pyXXcompat filesAnderson Bravalheri2023-04-201-2/+2
* | Handle Python3.12a7 compatibility problemsAnderson Bravalheri2023-04-191-5/+6
|/
* Merge pull request #3151 from hexagonrecursion/fix-editableJason R. Coombs2022-04-031-12/+6
|\
| * Fix editable --user installs with build isolationAndrey Bienkowski2022-03-061-12/+6
| * Revert "XXX: Debugging"Andrey Bienkowski2022-03-061-37/+0
| * XXX: DebuggingAndrey Bienkowski2022-03-061-0/+37
* | 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
* Prefer jaraco.text for yield_lines.Jason R. Coombs2022-02-061-1/+3
* Move ensure_directory into setuptools.Jason R. Coombs2022-02-051-1/+2
* 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
* Deprecate setup.py install and easy_install. Ref #917.Jason R. Coombs2021-10-221-0/+6
* Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-011-1/+4
|\
| * Fix linting errorsNiyas Sait2021-09-061-1/+0
| * use distutils.util.get_platform to find the target platformNiyas Sait2021-08-261-1/+1
| * add win/arm64 launchersNiyas Sait2021-08-261-1/+5
* | configparser: replace deprecated readfp with read_fileHugo van Kemenade2021-09-121-1/+1
|/
* Fix broken links in easy_install.pySeungMin Lee2021-07-201-3/+3
* remove duplicate wordJürgen Gmach2021-03-241-1/+1
* Modify existing tests to be compatible with future underscore changeMelissa Li2021-03-021-1/+1
* Remove 'main' function from 'easy_install'.Jason R. Coombs2021-01-231-45/+1
* Remove eggsecutablefeature/remove-eggsecutableJason R. Coombs2021-01-201-10/+0
* Apply noqa C901 comments to overly complex codeSviatoslav Sydorenko2020-12-311-7/+12
* Simplify `command.easy_install.expand_paths`Sviatoslav Sydorenko2020-12-311-7/+12
* Simplify `command.easy_install.get_site_dirs`Sviatoslav Sydorenko2020-12-311-38/+43
* Simplify `easy_install.update_pth`Sviatoslav Sydorenko2020-12-311-16/+20
* Simplify `easy_install.install_eggs`Sviatoslav Sydorenko2020-12-311-6/+13
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-38/+17