summaryrefslogtreecommitdiff
path: root/src/virtualenv/util/subprocess
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Sepcify the encoding (#2515)Filipe Laíns2023-03-121-0/+1
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-252-194/+2
|
* Fixes for Windows PyPy 3.6 (#2363)reksarka2022-06-251-2/+5
|
* Fix Windows failure (#2056)Bernát Gábor2021-01-191-0/+1
|
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-1/+1
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump setuptools and fix Windows subprocess with cwd broken (#1982)Bernát Gábor2020-10-151-4/+8
|
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-1/+5
|
* Avoid showing new windows on Windows (#1929)Bernát Gábor2020-08-311-2/+2
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-0/+4
| | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* Bump linters (#1823)Bernát Gábor2020-05-122-21/+36
|
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-311-0/+4
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-181-1/+0
| | | | | | | | | | | | | | | | | * CentOs support Instead of hard coding patterns and guessing let's ask the host python via the sysconfig. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * add isolated test Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fixes for Fedora Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-102-3/+20
| | | | | | Ensure that what ran with virtualenv 17 will continue running in a post rewrite world minus the deprecated flags, plus the relocatable feature. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* unicode support (#1477)Bernát Gábor2020-01-102-0/+168
* creator unicode support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * activator support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * add space * python3.4 support * Windows fixes * some fixes * fix powershell requires utf-16 * try to fix python2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * use utf-8 for activation scripts Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * more fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * windows path py2.7 * fixes for Python 2 and unicode on Windows * do not single out mbcs, but the file system encoder * do not install pathlib python 2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix encoding on py35 Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>