summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 64.0.0 → 64.0.1v64.0.1Anderson Bravalheri2022-08-116-10/+18
* Use past tense in changelog entryAnderson Bravalheri2022-08-112-2/+2
* Prevent errors in editable install and external ``.egg-info`` (#3503)Anderson Bravalheri2022-08-113-4/+60
|\
| * Avoid mentioning project names in CHANGELOGAnderson Bravalheri2022-08-112-5/+4
| * Add news fragmentAnderson Bravalheri2022-08-111-0/+6
| * Filter external egg_info filesAnderson Bravalheri2022-08-111-3/+17
| * Replicate error in issue 3500Anderson Bravalheri2022-08-111-0/+37
* | Improve changelog entryAnderson Bravalheri2022-08-111-1/+1
* | Fix issue with editable install and single module distributionsAnderson Bravalheri2022-08-113-1/+31
|\ \
| * | Add news fragmentAnderson Bravalheri2022-08-111-0/+1
| * | Fix problem with editable install and single module packagesAnderson Bravalheri2022-08-111-1/+1
| * | Reproduce problem with editable install in issue 3499Anderson Bravalheri2022-08-111-0/+29
| |/
* | Fix ``editable_wheel`` for legacy namespaces (#3497)Anderson Bravalheri2022-08-113-1/+10
|\ \ | |/ |/|
| * Update news entryAnderson Bravalheri2022-08-111-1/+1
| * editable_install: Fix missing dry-run for legacy namespacesAnderson Bravalheri2022-08-111-0/+1
| * editable_install: Ensure tests with legacy namespaces runAnderson Bravalheri2022-08-111-0/+7
| * Add news fragmentAnderson Bravalheri2022-08-111-0/+1
| * Fix typo in editable_wheel.pyleonixyz2022-08-111-1/+1
|/
* 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
| |/ / / / /