summaryrefslogtreecommitdiff
path: root/src/virtualenv.py
Commit message (Collapse)AuthorAgeFilesLines
* Jython to CIjythonBernat Gabor2018-10-281-4/+4
|
* Refactor sys.stdout.write to print (#1231)Ming Li2018-10-271-5/+5
| | | | | | | | | | | | | | | | * refactor sys.stdout.write to print for readability * print_function * format string * top print_function import * format string and use sys flush * remove end keyword for compatibility * format again
* ensure prefix path is absolute (#1227)Bernát Gábor2018-10-261-0/+1
| | | Replaces #1208 as the PR is not edit-able.
* fix flake8 errorsBernat Gabor2018-10-251-58/+52
|
* distutils-initBernat Gabor2018-10-251-23/+23
|
* siteBernat Gabor2018-10-251-141/+139
|
* activateBernat Gabor2018-10-251-15/+15
|
* add virtualenvBernat Gabor2018-10-251-568/+624
|
* fix embedBernat Gabor2018-10-251-33/+57
|
* update detecting Windows Python installationsJurko Gospodnetić2018-10-251-20/+38
| | | | | | | | - now correctly detects current user installation and not just those installed at the system level - for Python versions 3.5+ (which track 32-bit & 64-bit installations separately), recognize version tags X.Y, X.Y-32 & X.Y-64 where X.Y represents the 64-bit installation if available or 32-bit otherwise
* move to src layout to fix coverage reportBernat Gabor2018-10-231-0/+2348