| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Quote all install command components that aren't a bare package name | Matthew Feickert | 2023-03-14 | 1 | -24/+24 |
| | | | | | | | | | * As a means to make things easier for new users, quote everything in a `pip install` command that is part of a package that isn't just a bare package name. * Use single quotes for Linux/Mac and use double quotes for Windows to follow existing style conventions. | ||||
| * | Quote extras to guard shells with glob qualifiers | Matthew Feickert | 2023-03-14 | 1 | -9/+9 |
| | | | | | | | | | | * Shells like zsh have glob qualifiers that will error if an extra is not quoted. While the glob qualifiers can be disabled, adding quotes guards against errors if people are copy-pasting or do not know that they can disable the behavior. * Use single quotes for Linux/Mac and use double quotes for Windows to follow existing style conventions. | ||||
| * | Update the macos tag in `pip download` docs (#11603) | Rishi | 2022-11-16 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #11254 from kasium/issue-11235 | Tzu-ping Chung | 2022-08-15 | 1 | -0/+8 |
| |\ | |||||
| | * | Comments | Kai Mueller | 2022-08-03 | 1 | -0/+1 |
| | | | |||||
| | * | Update docs/html/cli/pip_wheel.rst | kasium | 2022-08-03 | 1 | -2/+2 |
| | | | | | | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> | ||||
| | * | fix2 | Kai Mueller | 2022-07-19 | 1 | -1/+1 |
| | | | |||||
| | * | fix | Kai Mueller | 2022-07-19 | 1 | -4/+2 |
| | | | |||||
| | * | Clarify difference between pip-wheel and build | Kai Mueller | 2022-07-13 | 1 | -0/+9 |
| | | | | | | | | | Closes #11235 | ||||
| * | | Merge pull request #11322 from pradyunsg/docs/move-truststore-docs | Pradyun Gedam | 2022-08-05 | 1 | -11/+3 |
| |\ \ | | | | | | | Add a dedicated topic page for HTTPS certificates | ||||
| | * | | Add a dedicated topic page for HTTPS certificates | Pradyun Gedam | 2022-07-29 | 1 | -11/+3 |
| | | | | | | | | | | | | | | | | | | | This makes further progress on moving content into dedeicated topic pages, away from dumping it into `pip install`'s documentation or as a part of the user guide. | ||||
| * | | | Add a clarifying note to the pip download docs | Paul Moore | 2022-07-30 | 1 | -1/+3 |
| |/ / | |||||
| * | | inspect: add versionadded to docs | Stéphane Bidoul | 2022-07-15 | 1 | -0/+1 |
| | | | |||||
| * | | Add pip inspect command | Stéphane Bidoul | 2022-07-15 | 2 | -0/+33 |
| | | | |||||
| * | | install report: docs | Stéphane Bidoul | 2022-07-12 | 1 | -0/+12 |
| |/ | |||||
| * | fixed some spelling mistakes | Bastian Venthur | 2022-06-14 | 1 | -1/+1 |
| | | | | | that's all :) | ||||
| * | Change all moved headings to rubrics | Pradyun Gedam | 2022-06-10 | 3 | -36/+24 |
| | | | | | | This ensures that they don't show up in the table of contents sidebar, which is part of the point of moving this content into dedicated pages. | ||||
| * | Docs: Capitalise Y as the default for Proceed (#10969) | Hugo van Kemenade | 2022-03-18 | 1 | -2/+2 |
| | | | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com> | ||||
| * | Fix a small typo in the docs | Diego Ramirez | 2022-03-11 | 1 | -1/+1 |
| | | | | (a)abort (aabort?) -> (a)bort (abort) | ||||
| * | Add a dedicated topic page on "Secure Installs" | Pradyun Gedam | 2022-02-18 | 1 | -156/+2 |
| | | | | | | This moves the content about hash checking mode into here, along with adding minor additional recommendation of using `--no-binary :all:`. | ||||
| * | Move section on per-requirement build system overrides | Pradyun Gedam | 2022-02-18 | 1 | -37/+1 |
| | | | | | | This also adds some prominent warnings to the section, to discourage users from using these options. | ||||
| * | Add a dedicated topic page for local project installation | Pradyun Gedam | 2022-02-18 | 1 | -63/+5 |
| | | | | | | | This should make this information more discoverable, while also providing clearer guidance on what the difference between a "regular" install vs an "editable" install is. | ||||
| * | Add a dedicated page for requirement specifiers | Pradyun Gedam | 2022-02-18 | 1 | -46/+1 |
| | | | | | This should make this information more discoverable. | ||||
| * | fix: spelling mistakes and typos | Yusuke Hayashi | 2022-02-17 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #9674 from mobolic/document-that-overrides-disable-all-wheels | Pradyun Gedam | 2022-01-31 | 1 | -2/+5 |
| |\ | |||||
| | * | Document that using overrides disables all wheels | Martey Dodoo | 2022-01-05 | 1 | -2/+5 |
| | | | | | | | | | | | | | Update documentation to state that using command line options on any requirements will disable all usage of wheels. Since this is unexpected behavior, move text to a warning. | ||||
| * | | Merge pull request #10484 from pradyunsg/updated-direct-references-version | Pradyun Gedam | 2021-12-04 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update when "direct references" got supported, to reflect reality | Pradyun Gedam | 2021-09-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Drop "setuptools" qualifier and link to PEP page for extras | layday | 2021-11-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | Extras are not specific to setuptools anymore. | ||||
| * | | | Merge pull request #10495 from sbidoul/out-of-tree-build-flag | Pradyun Gedam | 2021-10-02 | 1 | -12/+14 |
| |\ \ \ | |||||
| | * | | | Make in-tree-build the default | Stéphane Bidoul | 2021-09-25 | 1 | -12/+14 |
| | | |/ | |/| | | | | | | | Add an out-of-tree-build feature flag to ease the transition. | ||||
| * | | | Add a dedicated "Build system interface" reference section | Pradyun Gedam | 2021-09-28 | 3 | -297/+7 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reworks a substantial portion of our existing build system related documentation, putting it all in a single location. There are certain areas that have been rephrased or rewritten: - The setup.py interface is now considered an implementation detail. - The setup.py interface is explicitly noted as a legacy interface, due for removal. - The pyproject.toml interface now has clearer documentation on how it is used and how it operates. - Clearer separation of `--use-pep-517` and `--no-build-isolation`, to make the difference between the two clearer. | ||||
| * | | Improve docs | Stéphane Bidoul | 2021-09-21 | 1 | -3/+3 |
| | | | | | | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> | ||||
| * | | Add docs example for pip list and editable installs | Stéphane Bidoul | 2021-09-21 | 1 | -0/+90 |
| |/ | |||||
| * | Merge pull request #10450 from pradyunsg/docs/requirements-format | Pradyun Gedam | 2021-09-17 | 1 | -111/+1 |
| |\ | | | | | Add a dedicated page for "Requirements File Format" | ||||
| | * | Move "Requirements File Format" docs to `reference/` | Pradyun Gedam | 2021-09-08 | 1 | -111/+1 |
| | | | | | | | | | | | This is a better, more visible location for this file format. It is more discoverable and more likely to show up in search results. | ||||
| * | | Link to PyPUG instead of Setuptools | meowmeowcat | 2021-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | Update links of setuptools | meowmeowcat | 2021-09-04 | 1 | -4/+4 |
| |/ | |||||
| * | Remove pip list legacy format from documentation | Stéphane Bidoul | 2021-08-15 | 1 | -70/+10 |
| | | |||||
| * | Fix a broken link | Pradyun Gedam | 2021-08-06 | 1 | -1/+1 |
| | | |||||
| * | Add missing periods | Pradyun Gedam | 2021-08-06 | 1 | -2/+2 |
| | | |||||
| * | Link directly to the new location to avoid an extra click and load | Hugo van Kemenade | 2021-08-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' into topic/repeatable-installs | Pradyun Gedam | 2021-07-13 | 1 | -165/+4 |
| |\ | |||||
| | * | Drop old VCS support section and update links | Pradyun Gedam | 2021-06-25 | 1 | -165/+4 |
| | | | |||||
| * | | Add topic guide: Repeatable Installs | Pradyun Gedam | 2021-06-25 | 1 | -3/+3 |
| |/ | |||||
| * | Add a topic guide: Caching | Pradyun Gedam | 2021-06-11 | 1 | -50/+2 |
| | | |||||
| * | Move where show is shown in commands | Pradyun Gedam | 2021-05-28 | 1 | -1/+1 |
| | | | | | It is for introspecting installed packages, not on the index. | ||||
| * | address review, I think? | Eric Cousineau | 2021-04-03 | 1 | -3/+5 |
| | | |||||
| * | docs: Describe --upgrade-strategy and direct requirements explicitly | Eric Cousineau | 2021-04-03 | 1 | -0/+5 |
| | | | | | Add a brief example | ||||
| * | Merge branch 'main' into dependency-confustion-documentation | Tzu-ping Chung | 2021-04-03 | 1 | -10/+19 |
| | | |||||
