| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | 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 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Add get_output_mapping to build_py and build_ext (#3392) | Anderson Bravalheri | 2022-06-21 | 6 | -96/+423 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Fix linting errors | Anderson Bravalheri | 2022-06-20 | 2 | -11/+4 | |
| | | * | | | | | | | | | | | | | Remove debugging code | Anderson Bravalheri | 2022-06-19 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | | | Add news fragment | Anderson Bravalheri | 2022-06-19 | 1 | -0/+5 | |
| | | * | | | | | | | | | | | | | 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 | |
| | | * | | | | | | | | | | | | | build_py: Allow get_outputs() to work without re-running egg-info | Anderson Bravalheri | 2022-06-18 | 2 | -65/+132 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Add new item for PEP 660 implementation | Anderson Bravalheri | 2022-06-17 | 1 | -0/+17 | |
| | * | | | | | | | | | | | | | Handle `config_settings` as they would be passed by pip (#3380) | Anderson Bravalheri | 2022-06-17 | 8 | -36/+351 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Address errors in tests for Windows | Anderson Bravalheri | 2022-06-17 | 2 | -24/+27 | |
| | | * | | | | | | | | | | | | | Skip problematic test on macOS | Anderson Bravalheri | 2022-06-16 | 1 | -2/+7 | |
| | | * | | | | | | | | | | | | | Add news fragment | Anderson Bravalheri | 2022-06-16 | 2 | -0/+17 | |
| | | * | | | | | | | | | | | | | Add warning with information for the user about link tree | Anderson Bravalheri | 2022-06-16 | 2 | -0/+19 | |
| | | * | | | | | | | | | | | | | build_meta.build_editable: Add tests for config_settings | Anderson Bravalheri | 2022-06-16 | 2 | -9/+75 | |
| | | * | | | | | | | | | | | | | Consider config_settings in build_editable | Anderson Bravalheri | 2022-06-16 | 1 | -6/+10 | |
| | | * | | | | | | | | | | | | | Prefer 'verbose' and 'quiet' instead of 'log-level' | Anderson Bravalheri | 2022-06-16 | 1 | -21/+23 | |
| | | * | | | | | | | | | | | | | Support --build-option alongside --global-option | Anderson Bravalheri | 2022-06-16 | 1 | -6/+17 | |
| | | * | | | | | | | | | | | | | build_meta: Consider --global-option and --build-option | Anderson Bravalheri | 2022-06-16 | 1 | -34/+82 | |
| | | * | | | | | | | | | | | | | Make the dist info args translation private | Anderson Bravalheri | 2022-06-16 | 1 | -2/+7 | |
| | | * | | | | | | | | | | | | | Ensure new options for dist-info work | Anderson Bravalheri | 2022-06-16 | 2 | -6/+32 | |
| | | * | | | | | | | | | | | | | Add translator for config_settings to build_meta | Anderson Bravalheri | 2022-06-16 | 2 | -32/+141 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Ensure namespaces from ImportFinder handle additions to path | Anderson Bravalheri | 2022-06-15 | 3 | -64/+154 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Avoid adding PathEntryFinder if not necessary | Anderson Bravalheri | 2022-06-15 | 1 | -0/+4 | |
| | | * | | | | | | | | | | | | | Add missing methods to PathEntryFinder | Anderson Bravalheri | 2022-06-15 | 1 | -4/+10 | |
| | | * | | | | | | | | | | | | | Adequate tests to new internal API | Anderson Bravalheri | 2022-06-15 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | Correctly handle namespace spec via PathEntryFinder | Anderson Bravalheri | 2022-06-15 | 3 | -53/+103 | |
| | | * | | | | | | | | | | | | | Test dynamic namespace path computation | Anderson Bravalheri | 2022-06-15 | 1 | -0/+36 | |
| | | * | | | | | | | | | | | | | Remove unnecessary fixture from tests | Anderson Bravalheri | 2022-06-15 | 1 | -11/+5 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Add editable strategy based on a link tree | Anderson Bravalheri | 2022-06-15 | 5 | -89/+456 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Add a better workaround for 3260 in tests for editable tree | Anderson Bravalheri | 2022-06-15 | 1 | -11/+11 | |
| | | * | | | | | | | | | | | | | Ignore transient warning | Anderson Bravalheri | 2022-06-15 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | | | Fix problems with link assertions on Windows | Anderson Bravalheri | 2022-06-15 | 1 | -10/+26 | |
| | | * | | | | | | | | | | | | | Allow egg-info directory to be ignored in manifest | Anderson Bravalheri | 2022-06-15 | 3 | -14/+39 | |
| | | * | | | | | | | | | | | | | Add temporary workaround for packages.find.exclude | Anderson Bravalheri | 2022-06-15 | 1 | -4/+6 | |
| | | * | | | | | | | | | | | | | Add more tests for editable install | Anderson Bravalheri | 2022-06-15 | 1 | -21/+218 | |
| | | * | | | | | | | | | | | | | Improve clarity of 'editable_wheel' code | Anderson Bravalheri | 2022-06-15 | 2 | -43/+60 | |
| | | * | | | | | | | | | | | | | Add LinkTree strategy for build executable | Anderson Bravalheri | 2022-06-15 | 4 | -49/+156 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Initial editable MetaPathFinder for top-level pkgs | Anderson Bravalheri | 2022-06-15 | 4 | -15/+454 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Prevent errors due to caching in sys.modules | Anderson Bravalheri | 2022-06-15 | 2 | -10/+18 | |
| | | * | | | | | | | | | | | | | Prevent errors when __path__ is not set | Anderson Bravalheri | 2022-06-15 | 1 | -3/+9 | |
| | | * | | | | | | | | | | | | | Fix error with Python 3.7 | Anderson Bravalheri | 2022-06-15 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | Add logging messages to editable install | Anderson Bravalheri | 2022-06-15 | 1 | -4/+19 | |
| | | * | | | | | | | | | | | | | Make sure top-level modules can be imported in editable install | Anderson Bravalheri | 2022-06-15 | 3 | -16/+73 | |
| | | * | | | | | | | | | | | | | Add editable strategy with MetaPathFinder for top-level packages | Anderson Bravalheri | 2022-06-15 | 2 | -55/+192 | |
| | | * | | | | | | | | | | | | | Relax file types in discovery | Anderson Bravalheri | 2022-06-15 | 1 | -4/+17 | |
| | | * | | | | | | | | | | | | | Add test for namespaces created via package_dir | Anderson Bravalheri | 2022-06-15 | 1 | -1/+61 | |
| | | * | | | | | | | | | | | | | Add template for MetaPathFinder that can be used in editable mode | Anderson Bravalheri | 2022-06-15 | 3 | -3/+146 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Add tests for editable install focusing on namespaces | Anderson Bravalheri | 2022-06-15 | 3 | -58/+112 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
