| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) | Miss Islington (bot) | 2024-05-26 | 1 | -1/+1 |
| | | | | | Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
| * | [3.13] gh-119078: Clarify venv tutorial (GH-119129) (GH-119142) | Miss Islington (bot) | 2024-05-18 | 1 | -4/+4 |
| | | | | (cherry picked from commit 0f5e8bed636c2f29701e5a1965d1b088d33abbf0) | ||||
| * | GH-107987: Remove the Distributing Python Modules guide (#108016) | Adam Turner | 2023-08-17 | 1 | -1/+3 |
| | | |||||
| * | gh-102354: change python3 to python in docs examples (#102696) | Paul Watson | 2023-03-14 | 1 | -1/+1 |
| | | |||||
| * | docs: replace PyPI description with link (#101506) | François Magimel | 2023-02-03 | 1 | -2/+2 |
| | | |||||
| * | gh-91249: Remove .bat extension in documentation for when activating venv on ↵ | yashlad681 | 2022-05-13 | 1 | -1/+1 |
| | | | | | Windows. (GH-92770) | ||||
| * | bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003) | Ville Skyttä | 2022-04-09 | 1 | -12/+12 |
| | | |||||
| * | bpo-45442: Add deactivate step to venv tutorial. (GH-28981) | srinivasan | 2021-10-15 | 1 | -0/+5 |
| | | | | | | | | @vsajip Sorry for the trouble—made a [fairly significant] git error in the previous PR. Have edited the patch as you had said in #28959. Automerge-Triggered-By: GH:vsajip | ||||
| * | bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) | Bob Kline | 2021-04-14 | 1 | -13/+2 |
| | | |||||
| * | bpo-43319: Fixed the tutorial on venv about standard library (GH-24740) | cmhzc | 2021-03-07 | 1 | -1/+1 |
| | | | | | | | | | | In the [official tutorial on virtual environment](https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments) > This will create the tutorial-env directory if it doesn’t exist, and also create directories inside it containing a copy of the Python interpreter, **the standard library**, and various supporting files. According to the actual behavior of `venv` and [PEP 405](https://www.python.org/dev/peps/pep-0405/#id15)'s description about virtual environment, no standard library file is included in the virtual environment's directory. Automerge-Triggered-By: GH:vsajip | ||||
| * | bpo-37403: Touch up venv docs (GH-14458) | Brett Cannon | 2019-06-28 | 1 | -0/+6 |
| | | | | Add a versionadded for PS Core and note that `.venv` is a common virtual environment name. | ||||
| * | Use `python -m pip install` in porting guide and venv docs (GH-13257) | Brad | 2019-06-21 | 1 | -4/+4 |
| | | | | This is to help prevent people from accidentally installing into the wrong Python interpreter if they are not aware of which Python interpreter `pip` points to. | ||||
| * | bpo-33503: Fix the broken pypi link in the source and the documentation ↵ | Stéphane Wirtel | 2018-05-15 | 1 | -1/+1 |
| | | | | | (GH-6814) | ||||
| * | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 1 | -49/+62 |
| | | | | | | | | | | As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch. | ||||
| * | #23891: correctly refer to PyPI as "Python Package Index" | Tal Einat | 2015-06-09 | 1 | -3/+3 |
| | | |||||
| * | #23891: remove extra words | Andrew Kuchling | 2015-06-08 | 1 | -1/+1 |
| | | |||||
| * | #23891: add a section to the Tutorial describing virtual environments and pip | Andrew Kuchling | 2015-06-08 | 1 | -0/+197 |
