Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 1 | -12/+0 |
| | | | | | | | | | 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. | ||||
* | Improve the pyvenv entry | Antoine Pitrou | 2012-08-20 | 1 | -0/+2 |
| | |||||
* | Factored out common venv documentation and added more information about ↵ | Vinay Sajip | 2012-07-10 | 1 | -85/+1 |
| | | | | Distribute/pip. | ||||
* | Added cross-references to venv definition. | Vinay Sajip | 2012-07-09 | 1 | -25/+3 |
| | |||||
* | Issue #15283: Updated pyvenv documentation to expand on activation. | Vinay Sajip | 2012-07-09 | 1 | -2/+31 |
| | |||||
* | Closes #15241: Added information on venv prefixes to pyvenv section. | Vinay Sajip | 2012-07-03 | 1 | -0/+22 |
| | |||||
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -2/+1 |
| | | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html | ||||
* | Added pyvenv docs to 'Python Setup and Usage' section. | Vinay Sajip | 2012-05-29 | 1 | -0/+66 |