| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717) | Hugo van Kemenade | 2023-03-15 | 1 | -2/+2 |
|
|
* | [3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-... | Vinay Sajip | 2022-10-19 | 1 | -59/+134 |
|
|
* | [3.10] gh-88452: Add a warning about non-portability of environments. (GH-981... | Miss Islington (bot) | 2022-10-10 | 1 | -0/+13 |
|
|
* | [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-2... | Miss Islington (bot) | 2021-09-17 | 1 | -1/+1 |
|
|
* | Update link to Django's Context class. (#24805) | Mariusz Felisiak | 2021-03-13 | 1 | -1/+1 |
|
|
* | bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135) | Shantanu | 2020-05-23 | 1 | -1/+5 |
|
|
* | bpo-39417: Fix broken link to guide to building venvs (GH-18432) | Ogi Moore | 2020-02-10 | 1 | -1/+1 |
|
|
* | bpo-38901: Allow setting a venv's prompt to the basename of the current direc... | Vinay Sajip | 2020-01-14 | 1 | -1/+2 |
|
|
* | bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404) | Tzu-ping Chung | 2019-11-27 | 1 | -2/+2 |
|
|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -2/+2 |
|
|
* | bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) | Vinay Sajip | 2019-09-09 | 1 | -0/+8 |
|
|
* | Touch up venv docs (GH-14922) | Brett Cannon | 2019-07-23 | 1 | -21/+26 |
|
|
* | bpo-34556: Add --upgrade-deps to venv module (#13100) | Cooper Lees | 2019-06-17 | 1 | -1/+6 |
|
|
* | bpo-36275: enhance documentation for venv.create() (GH-13114) | Sebastian Koslowski | 2019-05-06 | 1 | -1/+6 |
|
|
* | bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) | Steve Dower | 2019-01-30 | 1 | -9/+13 |
|
|
* | bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-... | Steve Dower | 2018-12-10 | 1 | -7/+10 |
|
|
* | bpo-24356: Specify which Python binary will be used with venv (GH-6589) | Elena Oat | 2018-07-28 | 1 | -3/+8 |
|
|
* | bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) | Vinay Sajip | 2018-06-01 | 1 | -2/+1 |
|
|
* | bpo-25427: Remove pyvenv (GH-5962) | Brett Cannon | 2018-04-20 | 1 | -4/+0 |
|
|
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
|
|
* | Merge from 3.5 | Zachary Ware | 2016-10-26 | 1 | -1/+1 |
|\ |
|
| * | Fix default role usage | Zachary Ware | 2016-10-26 | 1 | -1/+1 |
|
|
* | | Merge (issue #25152) | Brett Cannon | 2016-10-21 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #25152: Mention the deprecation of pyvenv | Brett Cannon | 2016-10-21 | 1 | -0/+6 |
|
|
* | | Closes #22829: Added --prompt option to venv. | Vinay Sajip | 2016-08-06 | 1 | -1/+9 |
|
|
* | | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 1 | -57/+67 |
|/ |
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -4/+4 |
|
|
* | Issue #21034: Remove outdated paragraph from venv documentation | Berker Peksag | 2016-03-07 | 1 | -5/+0 |
|
|
* | Merge doc change from 3.3 | Jason R. Coombs | 2014-05-13 | 1 | -2/+2 |
|\ |
|
| * | Update docs to reflect resurrection of Setuptools over Distribute | Jason R. Coombs | 2014-05-13 | 1 | -2/+2 |
|
|
* | | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -0/+2 |
|
|
* | | Tweaks to What's New and some referenced docs | Nick Coghlan | 2014-02-09 | 1 | -1/+2 |
|
|
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
|
|
* | | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 1 | -2/+13 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix method name: ensure_directories, not create_directories. Found by Michael... | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|
|
* | | Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. | Vinay Sajip | 2013-10-02 | 1 | -0/+3 |
|
|
* | | Closes #18939: Merged documentation update from 3.3. | Vinay Sajip | 2013-09-06 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Issue #18939: Updated venv documentation with some clarifications. | Vinay Sajip | 2013-09-06 | 1 | -0/+14 |
|
|
* | | Closes #18433: Merged documentation update from 3.3. | Vinay Sajip | 2013-07-12 | 1 | -3/+10 |
|\ \
| |/ |
|
| * | Issue #18433: Clarified venv documentation. | Vinay Sajip | 2013-07-12 | 1 | -3/+10 |
|
|
* | | Merged changes. | Vinay Sajip | 2013-07-12 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #18434: Updated example script to tidy up resources. | Vinay Sajip | 2013-07-12 | 1 | -0/+1 |
|
|
* | | Closes #18434: Merged documentation update from 3.3. | Vinay Sajip | 2013-07-12 | 1 | -21/+28 |
|\ \
| |/ |
|
| * | Issue #18434: Updated example script in venv docs to use setuptools rather th... | Vinay Sajip | 2013-07-12 | 1 | -21/+28 |
|
|
* | | Issue #18187: merge from 3.3 | Ned Deily | 2013-06-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. | Ned Deily | 2013-06-11 | 1 | -1/+1 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-05-12 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Closes issue #17732: ignore install-directory specific options in | Georg Brandl | 2013-05-12 | 1 | -0/+4 |
|
|