summaryrefslogtreecommitdiffstats
path: root/Doc/library/venv.rst
Commit message (Collapse)AuthorAgeFilesLines
* Closes #15307: symlinks now work on OS X with framework Python builds. ↵Vinay Sajip2012-07-171-1/+1
| | | | Patch by Ronald Oussoren.
* Factored out common venv documentation and added more information about ↵Vinay Sajip2012-07-101-82/+7
| | | | Distribute/pip.
* Added cross-references to venv definition.Vinay Sajip2012-07-091-1/+3
|
* Issue #15283: Updated pyvenv documentation to expand on activation.Vinay Sajip2012-07-091-3/+57
|
* Refactor the venv API docs into a real API doc style.Georg Brandl2012-06-241-113/+123
|
* Remove packaging from the standard library.Éric Araujo2012-06-241-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
* Update pydoc topics and fix new suspicious markup.Georg Brandl2012-05-301-3/+1
|
* Added pyvenv docs to 'Python Setup and Usage' section.Vinay Sajip2012-05-291-5/+4
|
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+193