Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27393: Fix escaping of C:\ too | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | |||||
* | Issue #27393: Fix escaping of venv activate commands on Windows | Berker Peksag | 2016-06-27 | 1 | -2/+2 |
| | | | | Patch by Manuel Kaufmann. | ||||
* | issue27045 - Use backslash in windows path to script file. | Senthil Kumaran | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | Update "Creating Virtual Environments" link in venv documentation | Berker Peksag | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | Update output of venv -h | Berker Peksag | 2016-01-30 | 1 | -4/+5 |
| | | | | | * Update description of the --system-site-packages option * Show --copies option in the usage | ||||
* | Issue #26034: Sync documentation of --clear with its behavior | Berker Peksag | 2016-01-28 | 1 | -3/+2 |
| | | | | Most of the docs has already been updated in c3c188a0325a. | ||||
* | Closes #23357: Updated documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
|\ | |||||
| * | Corrected typo. | Vinay Sajip | 2015-02-07 | 1 | -1/+1 |
| | | |||||
| * | Minor change to documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
|/ | |||||
* | Updated pyvenv documentation to match its current behaviour. | Vinay Sajip | 2015-01-23 | 1 | -2/+5 |
| | |||||
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -1/+9 |
| | |||||
* | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. | R David Murray | 2013-12-26 | 1 | -0/+2 |
| | | | | | | Also added versionadded for for fish/csh, fixed indentation of versionadded for ElementTree.write, and make the behavior of shelf as a context manager explicit in the docs. | ||||
* | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 1 | -1/+9 |
| | |||||
* | Issue #15417: Add support for csh and fish in venv activation scripts. | Andrew Svetlov | 2012-10-04 | 1 | -14/+15 |
| | |||||
* | Factored out common venv documentation and added more information about ↵ | Vinay Sajip | 2012-07-10 | 1 | -0/+85 |
Distribute/pip. |