Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs/userguide/distribution.rst | Jason Veatch | 2022-10-10 | 1 | -3/+3 |
| | | | | | Thanks @abravalheri for this change! Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | ||||
* | Fix #3419. Update example versions to be PEP440-compliant | Jason Veatch | 2022-10-05 | 1 | -21/+28 |
| | |||||
* | Docs: fix url (#3574) | Anderson Bravalheri | 2022-09-30 | 1 | -1/+1 |
|\ | |||||
| * | Docs: fix url | Anderson Bravalheri | 2022-09-15 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-09-26 | 1 | -2/+13 |
|\ \ | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/main.yml # docs/conf.py | ||||
| * | | When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. | Jason R. Coombs | 2022-09-25 | 1 | -2/+10 |
| | | | | | | | | | | | | Incidentally, re-organize the extensions a bit for clarity. | ||||
* | | | Merge https://github.com/pypa/distutils into distutils-d82d926 | Jason R. Coombs | 2022-09-24 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Rename environment variable to DIST_EXTRA_CONFIG, decoupling it from the ↵ | Jason R. Coombs | 2022-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | name of the implementation. | ||||
| * | | Add DISTUTILS_EXTRA_CONFIG option for passing setup.cfg overrides during build | Steve Dower | 2022-09-24 | 1 | -1/+2 |
| | | | |||||
* | | | [Docs] Typo in Dependency Management pyproject.toml | Matthew Butner | 2022-08-21 | 1 | -1/+1 |
| | | | | | | | | | Under the Dependency Management pyproject.toml example, requests was mistyped as requires. | ||||
* | | | Fix typo in docs/userguide/extension.rst | Helio Machado | 2022-08-21 | 1 | -1/+1 |
| | | | |||||
* | | | Correct docs on how to use the `legacy-editable` mode | Ed Morley | 2022-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #3414 added support for disabling the new PEP660 editable install hooks. However the documentation and changelog mentions didn't match the implementation. Before: - The implementation used: `SETUPTOOLS_ENABLE_FEATURES` - The changelog said to use: `SETUPTOOLS_ENABLE_FEATURE` (notice the missing "S") - The docs said to use: `SETUPTOOLS_USE_FEATURE` This caused confusion in #3535, since the testcase there used the form mentioned in the changelog, which doesn't do anything. Now, the changelog and docs both say to use `SETUPTOOLS_ENABLE_FEATURES`. | ||||
* | | | [Docs] Typo in Quickstart | Atiab Bin Zakaria | 2022-08-17 | 1 | -1/+1 |
| | | | |||||
* | | | ocs: Clarify 'setup.py' support on Quickstart (#3529) | Anderson Bravalheri | 2022-08-15 | 1 | -4/+25 |
|\ \ \ | |||||
| * | | | Clarify 'setup.py' on quistart | Anderson Bravalheri | 2022-08-15 | 1 | -4/+25 |
| | | | | |||||
* | | | | Make pkg_resources warning more visible | Anderson Bravalheri | 2022-08-15 | 1 | -6/+7 |
|/ / / | |||||
* | | | Merge pull request #3521 from pypa/distutils-fac564f | Jason R. Coombs | 2022-08-14 | 4 | -142/+2 |
|\ \ \ | | | | | | | | | Merge with distutils fac564f | ||||
| * \ \ | Merge https://github.com/pypa/distutils into distutils-fac564f | Jason R. Coombs | 2022-08-13 | 4 | -142/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'main' into debt/remove-bdist_msi | Jason R. Coombs | 2022-08-13 | 1 | -3/+0 |
| | |\ \ | |||||
| | | * | | Remove another reference to wininst | Jason R. Coombs | 2022-08-13 | 1 | -3/+0 |
| | | | | | |||||
| | * | | | Remove more references to bdist_msi | Jason R. Coombs | 2022-08-13 | 2 | -30/+0 |
| | |/ / | |||||
| | * | | Remove more references to bdist_wininst. | Jason R. Coombs | 2022-08-13 | 4 | -110/+3 |
| | | | | |||||
* | | | | typo fix | wim glenn | 2022-08-13 | 1 | -1/+1 |
|/ / / | |||||
* | | | Update keywords note on editable installs | Eva Maxfield Brown | 2022-08-12 | 1 | -6/+5 |
| | | | |||||
* | | | Remove question mark | Mike Hucka | 2022-08-12 | 1 | -2/+2 |
| | | | | | | | | | The heading "How editable installations work?" either contains a typo (the question mark should be omitted), or else the question as written is missing a word (it should be "How **do** editable installations work?"). This commit removes the question mark. | ||||
* | | | Typo in user guide: development mode | Louis Maddox | 2022-08-12 | 1 | -1/+1 |
| | | | | | | | | | `PATHONPATH` --> `PYTHONPATH` | ||||
* | | | Merge PEP 660 implementation (#3488) | Anderson Bravalheri | 2022-08-11 | 5 | -53/+291 |
|\ \ \ | |||||
| * | | | docs: Avoid refering to the strict mode as experimental | Anderson Bravalheri | 2022-08-11 | 1 | -1/+2 |
| | | | | |||||
| * | | | Update docs to reflect the implementation of PEP 660 | Anderson Bravalheri | 2022-08-06 | 2 | -19/+16 |
| | | | | |||||
| * | | | Merge 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-06 | 4 | -20/+28 |
| |\ \ \ | |||||
| * | | | | docs: Fix incorrect syntax | Anderson Bravalheri | 2022-08-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | docs: Fix phrases in userguide/development_mode | Anderson Bravalheri | 2022-08-05 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | docs: Fix link display text | Anderson Bravalheri | 2022-08-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update docs on the development_mode page (#3485) | Anderson Bravalheri | 2022-08-04 | 1 | -3/+98 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention: - compat mode - limitations in terms of accessing files outside of the package directory. - limitations in terms of __file__ and __path__ exact values. implementation mechanisms | ||||
| | * | | | | docs: Improve developement_mode.rst | Anderson Bravalheri | 2022-08-03 | 1 | -8/+10 |
| | | | | | | |||||
| | * | | | | doc: Add section explaining how editable installs work | Anderson Bravalheri | 2022-08-03 | 1 | -0/+44 |
| | | | | | | |||||
| | * | | | | docs: Mention 'compat' editable installation mode | Anderson Bravalheri | 2022-08-03 | 1 | -2/+29 |
| | | | | | | |||||
| | * | | | | docs: Expand editable install limitations section | Anderson Bravalheri | 2022-08-03 | 1 | -1/+23 |
| | | | | | | |||||
| * | | | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-04 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-02 | 3 | -4/+20 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-21 | 2 | -2/+1 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Fix outdated version number in docsv64.0.0b1 | Anderson Bravalheri | 2022-07-04 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-04 | 2 | -17/+12 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | [Doc] Ensure members of the build subcommand protocol are listed by autodoc ↵ | Anderson Bravalheri | 2022-07-04 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3429) | ||||
| | * | | | | | | | | Ensure members of the subcommand protocol are listed by autodoc | Anderson Bravalheri | 2022-07-03 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Document dir in strict editable installs | Anderson Bravalheri | 2022-06-29 | 1 | -0/+9 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Add notes about namespaces, tox + small fixes | Anderson Bravalheri | 2022-06-27 | 1 | -8/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | Add interfaces to docs | Anderson Bravalheri | 2022-06-25 | 1 | -3/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | Add note about using editable installs for test environments | Anderson Bravalheri | 2022-06-25 | 1 | -0/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Allow users to opt-into previous "develop" behavior | Anderson Bravalheri | 2022-06-25 | 1 | -0/+12 |
| | | | | | | | | |