Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #15307: symlinks now work on OS X with framework Python builds. ↵ | Vinay Sajip | 2012-07-17 | 1 | -1/+1 |
| | | | | Patch by Ronald Oussoren. | ||||
* | Factored out common venv documentation and added more information about ↵ | Vinay Sajip | 2012-07-10 | 1 | -82/+7 |
| | | | | Distribute/pip. | ||||
* | Added cross-references to venv definition. | Vinay Sajip | 2012-07-09 | 1 | -1/+3 |
| | |||||
* | Issue #15283: Updated pyvenv documentation to expand on activation. | Vinay Sajip | 2012-07-09 | 1 | -3/+57 |
| | |||||
* | Refactor the venv API docs into a real API doc style. | Georg Brandl | 2012-06-24 | 1 | -113/+123 |
| | |||||
* | 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 | ||||
* | Update pydoc topics and fix new suspicious markup. | Georg Brandl | 2012-05-30 | 1 | -3/+1 |
| | |||||
* | Added pyvenv docs to 'Python Setup and Usage' section. | Vinay Sajip | 2012-05-29 | 1 | -5/+4 |
| | |||||
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -0/+193 |