summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Improve clib builds reproducibility (#3679)Anderson Bravalheri2022-11-231-1/+1
|\
| * Make clib build reproducible by sorting sourcesDaniel Garcia Moreno2022-11-151-1/+1
* | The default encoding of Python sources is UTF-8Dimitri Papadopoulos2022-11-201-1/+0
|/
* Typo correctionsBrett M. Morris2022-10-311-2/+2
*-----. Merge PRs #3636 #3634 #3633 #3595 #3576 #3569 #3564Anderson Bravalheri2022-10-142-5/+14
|\ \ \ \
| | | | * remove python2 casesStéphane Blondon2022-08-251-1/+1
| |_|_|/ |/| | |
| | | * Improve warnings in editable installAnderson Bravalheri2022-08-261-2/+6
| |_|/ |/| |
| | * Handle no-packages projects in editable_wheelAnderson Bravalheri2022-10-121-1/+6
| |/ |/|
| * fix small error message typo in editable_wheel.pyalexzorin2022-10-121-1/+1
|/
* Prevent accidental partial name matching in editable hooksAnderson Bravalheri2022-08-241-1/+1
* Limit number of string replacementsAnderson Bravalheri2022-08-211-1/+5
* Fix recursion problem in finderAnderson Bravalheri2022-08-211-1/+1
* Fix backward compatibility with distutilsAnderson Bravalheri2022-08-151-0/+2
* Fix other problems with editable installs (#3517)Anderson Bravalheri2022-08-122-16/+24
|\
| * Filter out temporary source files from being added to sdistAnderson Bravalheri2022-08-121-13/+20
| * Ensure commands are finalized before using themAnderson Bravalheri2022-08-121-3/+4
* | Prevent optional extensions from failing in build_extAnderson Bravalheri2022-08-121-1/+2
|/
* Handle accidental virtual namespaces in editable install (#3512)Anderson Bravalheri2022-08-121-2/+10
|\
| * Add comments about accidental virtual namespacesAnderson Bravalheri2022-08-121-1/+9
| * Emulate accidental namespaces from regular installationAnderson Bravalheri2022-08-121-1/+1
* | Parametrise command nameAnderson Bravalheri2022-08-121-2/+2
* | Safeguard editable installs against build_py errorsAnderson Bravalheri2022-08-122-3/+46
|/
* Prevent errors in editable install and external ``.egg-info`` (#3503)Anderson Bravalheri2022-08-111-4/+17
|\
| * Avoid mentioning project names in CHANGELOGAnderson Bravalheri2022-08-111-1/+0
| * Filter external egg_info filesAnderson Bravalheri2022-08-111-3/+17
* | Fix issue with editable install and single module distributionsAnderson Bravalheri2022-08-111-1/+1
|\ \
| * | Fix problem with editable install and single module packagesAnderson Bravalheri2022-08-111-1/+1
| |/
* | editable_install: Fix missing dry-run for legacy namespacesAnderson Bravalheri2022-08-111-0/+1
* | Fix typo in editable_wheel.pyleonixyz2022-08-111-1/+1
|/
* Improve editable_wheel command helpAnderson Bravalheri2022-08-031-3/+3
* Use better wording in description of 'compat' editable modeAnderson Bravalheri2022-08-031-1/+1
* Add deprecation warning for compat editable modeAnderson Bravalheri2022-08-031-2/+15
* Add compat mode to editable installAnderson Bravalheri2022-08-031-11/+37
* Merge branch 'main' into feature/pep660Anderson Bravalheri2022-08-031-2/+3
|\
| * Merge pull request #3469 from pypa/debt/deprecate-upload-docsJason R. Coombs2022-08-021-2/+3
| |\
| | * 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-08-021-1/+3
| | * spell out read the docsJason R. Coombs2022-08-021-1/+1
| | * Revert "Limit the scope of deprecation of the upload_docs command."Jason R. Coombs2022-07-271-2/+1
* | | Merge branch 'main' into feature/pep660Anderson Bravalheri2022-08-021-2/+6
|\ \ \ | |/ /
| * | Update 'bdist' format addition to assume a single 'format_commands' as a dict...Jason R. Coombs2022-07-311-2/+6
| |/
* | Merge 'upstream/main' into feature/pep660Anderson Bravalheri2022-07-041-1/+0
|\ \ | |/
| * setuptools: drop support for installing an entrypoint dependenciesBenoit Pierre2022-07-021-1/+0
* | Fix grammar problems with paragraph in docsAnderson Bravalheri2022-07-031-1/+1
* | Fix header locationAnderson Bravalheri2022-06-271-1/+1
* | Add interfaces to docsAnderson Bravalheri2022-06-251-14/+14
* | Add help message to editable install exceptionAnderson Bravalheri2022-06-251-6/+23
* | Test symlinks in the target directoryAnderson Bravalheri2022-06-251-3/+4
* | sdist: Add files from build subcommands (get_source_files)Anderson Bravalheri2022-06-252-0/+30
* | Revert addition of use_links to build_libAnderson Bravalheri2022-06-242-5/+3
* | Add docstrings for command classesAnderson Bravalheri2022-06-241-1/+107