| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent errors in editable install and external ``.egg-info`` (#3503) | Anderson Bravalheri | 2022-08-11 | 2 | -4/+54 |
| |\ | |||||
| | * | Avoid mentioning project names in CHANGELOG | Anderson Bravalheri | 2022-08-11 | 1 | -1/+0 |
| | * | Filter external egg_info files | Anderson Bravalheri | 2022-08-11 | 1 | -3/+17 |
| | * | Replicate error in issue 3500 | Anderson Bravalheri | 2022-08-11 | 1 | -0/+37 |
| * | | Fix issue with editable install and single module distributions | Anderson Bravalheri | 2022-08-11 | 2 | -1/+30 |
| |\ \ | |||||
| | * | | Fix problem with editable install and single module packages | Anderson Bravalheri | 2022-08-11 | 1 | -1/+1 |
| | * | | Reproduce problem with editable install in issue 3499 | Anderson Bravalheri | 2022-08-11 | 1 | -0/+29 |
| | |/ | |||||
| * | | editable_install: Fix missing dry-run for legacy namespaces | Anderson Bravalheri | 2022-08-11 | 1 | -0/+1 |
| * | | editable_install: Ensure tests with legacy namespaces run | Anderson Bravalheri | 2022-08-11 | 1 | -0/+7 |
| * | | Fix typo in editable_wheel.py | leonixyz | 2022-08-11 | 1 | -1/+1 |
| |/ | |||||
| * | Merge PEP 660 implementation (#3488) | Anderson Bravalheri | 2022-08-11 | 22 | -263/+2636 |
| |\ | |||||
| | * | Merge 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-06 | 23 | -205/+321 |
| | |\ | |||||
| | * \ | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-05 | 1 | -1/+6 |
| | |\ \ | |||||
| | * | | | Prevent test errors on Windows due to path sep | Anderson Bravalheri | 2022-08-04 | 1 | -4/+8 |
| | * | | | Improve editable_wheel command help | Anderson Bravalheri | 2022-08-03 | 1 | -3/+3 |
| | * | | | Use better wording in description of 'compat' editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -1/+1 |
| | * | | | Add test for 'compat' editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -0/+33 |
| | * | | | Add deprecation warning for compat editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -2/+15 |
| | * | | | Adapt test_build_meta to the new format of editable_wheel options | Anderson Bravalheri | 2022-08-03 | 1 | -5/+5 |
| | * | | | Add compat mode to editable install | Anderson Bravalheri | 2022-08-03 | 2 | -22/+41 |
| | * | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-03 | 74 | -1064/+1037 |
| | |\ \ \ | |||||
| | * | | | | Avoid using 'SETUPTOOLS_EDITABLE' env var in test | Anderson Bravalheri | 2022-08-02 | 1 | -24/+28 |
| | * | | | | Use venv to isolate test_legacy_editable_install | Anderson Bravalheri | 2022-08-02 | 1 | -6/+5 |
| | * | | | | Use set comparisson in test instead of list | Anderson Bravalheri | 2022-08-02 | 1 | -3/+3 |
| | * | | | | Add prepare_metadata_for_build_editable to build_meta.__all__ | Anderson Bravalheri | 2022-08-02 | 1 | -0/+1 |
| | * | | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-02 | 87 | -797/+388 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-21 | 5 | -34/+31 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-04 | 20 | -286/+202 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Fix grammar problems with paragraph in docs | Anderson Bravalheri | 2022-07-03 | 1 | -1/+1 |
| | * | | | | | | | Fix header location | Anderson Bravalheri | 2022-06-27 | 1 | -1/+1 |
| | * | | | | | | | Add interfaces to docs | Anderson Bravalheri | 2022-06-25 | 2 | -15/+15 |
| | * | | | | | | | Add help message to editable install exception | Anderson Bravalheri | 2022-06-25 | 1 | -6/+23 |
| | * | | | | | | | Allow users to opt-into previous "develop" behavior | Anderson Bravalheri | 2022-06-25 | 2 | -24/+58 |
| | * | | | | | | | Test symlinks in the target directory | Anderson Bravalheri | 2022-06-25 | 1 | -3/+4 |
| | * | | | | | | | sdist: Add files from build subcommands (get_source_files) | Anderson Bravalheri | 2022-06-25 | 3 | -0/+71 |
| | * | | | | | | | Revert addition of use_links to build_lib | Anderson Bravalheri | 2022-06-24 | 2 | -5/+3 |
| | * | | | | | | | Add docstrings for command classes | Anderson Bravalheri | 2022-06-24 | 2 | -2/+166 |
| | * | | | | | | | editable_wheel: Improve strategy interface | Anderson Bravalheri | 2022-06-24 | 2 | -29/+34 |
| | * | | | | | | | editable_wheel: simplify strategy instantiation | Anderson Bravalheri | 2022-06-24 | 1 | -53/+15 |
| | * | | | | | | | editable_wheel: Move warnings/logging inside the strategy classes | Anderson Bravalheri | 2022-06-24 | 1 | -18/+40 |
| | * | | | | | | | Remove unnecessary complexity | Anderson Bravalheri | 2022-06-24 | 1 | -46/+1 |
| | * | | | | | | | Rely on get_outputs() and get_output_mapping() in editable_wheel | Anderson Bravalheri | 2022-06-24 | 2 | -112/+292 |
| | * | | | | | | | Merge remote-tracking branch 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-06-24 | 8 | -49/+259 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix problems with backup directory | Anderson Bravalheri | 2022-06-21 | 2 | -3/+3 |
| | * | | | | | | | | build_meta: Allow dist-info and egg-info to coexist | Anderson Bravalheri | 2022-06-21 | 3 | -45/+45 |
| | * | | | | | | | | Allow dist-info to keep original egg-info directory | Anderson Bravalheri | 2022-06-21 | 2 | -6/+47 |
| | * | | | | | | | | Fix linting errors | Anderson Bravalheri | 2022-06-20 | 2 | -11/+4 |
| | * | | | | | | | | Remove debugging code | Anderson Bravalheri | 2022-06-19 | 1 | -1/+0 |
| | * | | | | | | | | Make it possible for build_ext to export the output mapping | Anderson Bravalheri | 2022-06-19 | 4 | -29/+187 |
| | * | | | | | | | | Make it possible for build_py to export the output mapping | Anderson Bravalheri | 2022-06-19 | 2 | -8/+113 |
