summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* support long path names for the app-data seeder generates conso… (#1579)Bernát Gábor2020-02-111-46/+11
* app-data copies by default (#1578)Bernát Gábor2020-02-111-2/+15
* avoid copying the stats with copytree (#1571)Bernát Gábor2020-02-114-13/+33
* print a message after creating an environment (#1569)Pradyun Gedam2020-02-111-0/+8
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-1/+1
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-113-14/+27
* on exe discovery ignore incorrect interpreters, also try in the… (#1573)Bernát Gábor2020-02-111-1/+6
* respect --copies for app-data (#1575)Bernát Gábor2020-02-111-5/+3
* only info if during discovery fail to query a executable (#1574)Bernát Gábor2020-02-111-1/+1
* Make app data override variable public (#1559)Anthony Sottile2020-02-101-1/+1
* release 20.0.120.0.1Bernat Gabor2020-02-102-5/+5
* fix system executable discovery (#1550)Bernát Gábor2020-02-105-8/+7
* rewrite the documentation (#1519)Bernát Gábor2020-02-0416-65/+163
* Stable order in pyenv.cfg, include-system-site-packages only for ref (#1535)Bernát Gábor2020-02-023-19/+24
* upgrade wheel from 0.34.0 to 0.34.2 (#1531)Bernát Gábor2020-01-312-6/+6
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-313-8/+4
* fish prompt: preserve pipestatus (#1530)Johannes Altmanninger2020-01-301-5/+3
* Better handling of base executable not found #1515Bernát Gábor2020-01-307-156/+278
* Correct the casing of PyPI (#1526)Anthony Sottile2020-01-291-2/+2
* Fix failing to acquire lock in case of parallel runs (#1524)Bernát Gábor2020-01-291-3/+10
* Support relative paths for the python specification string. (#1523)Bernát Gábor2020-01-291-1/+1
* pth files are not processed on Ubuntu under Python 2 #1517 (#1521)Bernát Gábor2020-01-291-5/+19
* We should override the executable rather than original executable during our ...Bernat Gabor2020-01-291-1/+1
* Cached python information load should update original executable (#1513)Bernát Gábor2020-01-281-0/+3
* Make single verbosity output cleaner (#1511)Bernát Gábor2020-01-283-3/+3
* Bash activator should have no extension #1508 (#1509)Bernát Gábor2020-01-282-1/+8
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-2815-209/+471
* bump pip and wheel (#1507)Bernát Gábor2020-01-273-12/+12
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-2723-184/+314
* upgrade bundled wheels (#1504)Bernát Gábor2020-01-213-11/+11
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-2151-586/+840
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-1819-181/+172
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-1614-48/+165
* bump bundled setuptools (#1497)Bernát Gábor2020-01-132-5/+5
* more robust exe discovery in pyinfo (#1492)Bernát Gábor2020-01-121-1/+21
* fix errors under CPython 3.4 on WindowsBernat Gabor2020-01-101-0/+5
* also copy python27.dll if exists on windows py2.7 (#1490)Bernát Gábor2020-01-103-0/+14
* also install wheel with seed packages (#1489)Bernát Gábor2020-01-108-34/+70
* super for __init__ in exception_Bernat Gabor2020-01-101-0/+1
* simplify code logicBernat Gabor2020-01-101-14/+15
* fix WindowsBernat Gabor2020-01-104-16/+28
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-106-10/+14
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-1022-272/+308
* express that from_exe may import stuff in py_infoBernat Gabor2020-01-101-0/+1
* simplify range in creatorBernat Gabor2020-01-101-1/+1
* prefer if/else over try/expect for import of config parserBernat Gabor2020-01-102-4/+5
* use ast.literal_eval instead of evalBernat Gabor2020-01-101-1/+2
* handle read only errors for clearBernat Gabor2020-01-101-1/+10
* also disallow altsep beside pathsep inside pathsBernat Gabor2020-01-101-5/+6
* use S_IXUSR | S_IXGRP | S_IXOTH instead of 0755 for chmod exeBernat Gabor2020-01-101-1/+2