Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a variable typo by switching to a f-string. | Brett Cannon | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Issue #25154: Make the file argument apply to the print function and | Brett Cannon | 2015-10-26 | 1 | -1/+1 |
| | | | | not str.format call. | ||||
* | Issue #25154: Deprecate the pyvenv script. | Brett Cannon | 2015-10-16 | 1 | -0/+6 |
| | | | | | | This was done so as to move users to `python3 -m venv` which prevents confusion over which Python interpreter will be used in the virtual environment when more than one is installed. | ||||
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -0/+11 |