summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 63.4.3 → 64.0.0v64.0.0Anderson Bravalheri2022-08-1111-54/+71
* Merge PEP 660 implementation (#3488)Anderson Bravalheri2022-08-1138-316/+2982
|\
| * docs: Avoid refering to the strict mode as experimentalAnderson Bravalheri2022-08-111-1/+2
| * PEP 660: Final touches in main new fragmentAnderson Bravalheri2022-08-112-17/+15
| * Update docs to better reflect the implementation of PEP 660 (#3490)Anderson Bravalheri2022-08-082-19/+16
| |\
| | * Update docs to reflect the implementation of PEP 660Anderson Bravalheri2022-08-062-19/+16
| |/
| * Merge 'main' into feature/pep660Anderson Bravalheri2022-08-0647-363/+689
| |\
| * \ Merge branch 'main' into feature/pep660Anderson Bravalheri2022-08-051-1/+6
| |\ \
| * | | docs: Fix incorrect syntaxAnderson Bravalheri2022-08-051-1/+1
| * | | docs: Fix phrases in userguide/development_modeAnderson Bravalheri2022-08-051-2/+2
| * | | docs: Fix link display textAnderson Bravalheri2022-08-041-1/+1
| * | | Update docs on the development_mode page (#3485)Anderson Bravalheri2022-08-041-3/+98
| |\ \ \
| | * | | docs: Improve developement_mode.rstAnderson Bravalheri2022-08-031-8/+10
| | * | | doc: Add section explaining how editable installs workAnderson Bravalheri2022-08-031-0/+44
| | * | | docs: Mention 'compat' editable installation modeAnderson Bravalheri2022-08-031-2/+29
| | * | | docs: Expand editable install limitations sectionAnderson Bravalheri2022-08-031-1/+23
| * | | | Add transitional compat editable install (#3484)Anderson Bravalheri2022-08-046-30/+105
| |\ \ \ \
| | * | | | Prevent test errors on Windows due to path sepAnderson Bravalheri2022-08-041-4/+8
| | * | | | Add news fragmentAnderson Bravalheri2022-08-031-0/+6
| | * | | | 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 test for 'compat' editable modeAnderson Bravalheri2022-08-031-0/+33
| | * | | | Add deprecation warning for compat editable modeAnderson Bravalheri2022-08-031-2/+15
| | * | | | Make editable mode nomenclature homogeneousAnderson Bravalheri2022-08-031-1/+1
| | * | | | Adapt test_build_meta to the new format of editable_wheel optionsAnderson Bravalheri2022-08-031-5/+5
| | * | | | Add compat mode to editable installAnderson Bravalheri2022-08-032-22/+41
| | |/ / /
| * | | | Merge branch 'main' into feature/pep660Anderson Bravalheri2022-08-042-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'main' into feature/pep660Anderson Bravalheri2022-08-0380-1076/+1068
| |\ \ \ \
| * \ \ \ \ Avoid using SETUPTOOLS_EDITABLE env var in test (#3479)Anderson Bravalheri2022-08-031-24/+28
| |\ \ \ \ \
| | * | | | | Avoid using 'SETUPTOOLS_EDITABLE' env var in testAnderson Bravalheri2022-08-021-24/+28
| |/ / / / /
| * | | | | Use venv to isolate `test_legacy_editable_install` (#3478)Anderson Bravalheri2022-08-021-6/+5
| |\ \ \ \ \
| | * | | | | Use venv to isolate test_legacy_editable_installAnderson Bravalheri2022-08-021-6/+5
| |/ / / / /
| * | | | | Add prepare_metadata_for_build_editable to build_meta.__all__ (#3477)Anderson Bravalheri2022-08-022-3/+4
| |\ \ \ \ \
| | * | | | | Use set comparisson in test instead of listAnderson Bravalheri2022-08-021-3/+3
| | * | | | | Add prepare_metadata_for_build_editable to build_meta.__all__Anderson Bravalheri2022-08-021-0/+1
| |/ / / / /
| * | | | | Merge branch 'main' into feature/pep660Anderson Bravalheri2022-08-0297-809/+437
| |\ \ \ \ \
| * \ \ \ \ \ Merge 'upstream/main' into feature/pep660Anderson Bravalheri2022-07-2112-40/+50
| |\ \ \ \ \ \
| * | | | | | | Fix outdated version number in docsv64.0.0b1Anderson Bravalheri2022-07-041-2/+2
| * | | | | | | Temporarily bump beta versionAnderson Bravalheri2022-07-041-1/+1
| * | | | | | | Merge 'upstream/main' into feature/pep660Anderson Bravalheri2022-07-0433-330/+257
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ [Doc] Ensure members of the build subcommand protocol are listed by autodoc (...Anderson Bravalheri2022-07-042-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix grammar problems with paragraph in docsAnderson Bravalheri2022-07-031-1/+1
| | * | | | | | | | Ensure members of the subcommand protocol are listed by autodocAnderson Bravalheri2022-07-031-0/+1
| * | | | | | | | | Document strict editable installs use the `build` directory (#3425)Anderson Bravalheri2022-07-031-0/+9
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Document dir in strict editable installsAnderson Bravalheri2022-06-291-0/+9
| |/ / / / / / / /
| * | | | | | | | Temporarily bump beta versionv63.0.0b1Anderson Bravalheri2022-06-291-1/+1
| * | | | | | | | Fix header locationAnderson Bravalheri2022-06-271-1/+1
| * | | | | | | | Improve docs and behaviour of editable installs (#3414)Anderson Bravalheri2022-06-2710-82/+275
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add notes about namespaces, tox + small fixesAnderson Bravalheri2022-06-271-8/+13
| | * | | | | | | | Add interfaces to docsAnderson Bravalheri2022-06-253-18/+30