summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bump pre commit (#1495)Bernát Gábor2020-01-133-7/+16
* beutify setup.cfg (#1494)Bernát Gábor2020-01-121-62/+65
* more robust exe discovery in pyinfo (#1492)Bernát Gábor2020-01-122-3/+29
* fix errors under CPython 3.4 on WindowsBernat Gabor2020-01-102-1/+8
* also copy python27.dll if exists on windows py2.7 (#1490)Bernát Gábor2020-01-104-2/+19
* also install wheel with seed packages (#1489)Bernát Gábor2020-01-1012-40/+76
* super for __init__ in exception_Bernat Gabor2020-01-101-0/+1
* simplify code logicBernat Gabor2020-01-101-14/+15
* fix WindowsBernat Gabor2020-01-107-20/+32
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-1012-19/+26
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-1031-292/+328
* express that from_exe may import stuff in py_infoBernat Gabor2020-01-101-0/+1
* simplify range in creatorBernat Gabor2020-01-101-1/+1
* mark the project as stableBernat 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-102-7/+9
* use S_IXUSR | S_IXGRP | S_IXOTH instead of 0755 for chmod exeBernat Gabor2020-01-101-1/+2
* converter already logs, mention for env-var getterBernat Gabor2020-01-101-1/+1
* consider empty value for an env-var also falseBernat Gabor2020-01-106-6/+6
* importlib-resources should be preferd over pkg_dataBernat Gabor2020-01-102-2/+8
* with json.dump we can enable black on activate_thisBernat Gabor2020-01-101-6/+4
* power-shell should be just powershellBernat Gabor2020-01-101-1/+1
* xonosh is actually just xonshBernat Gabor2020-01-105-12/+12
* move from entrypoints to importlib.metadataBernat Gabor2020-01-103-8/+20
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-1043-325/+888
* link app data needs ro with symlinks (#1480)Bernát Gábor2020-01-1019-257/+398
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-1039-346/+527
* unicode support (#1477)Bernát Gábor2020-01-1045-201/+666
* Cross version compatibility (#1475)Bernát Gábor2020-01-1011-50/+181
* use coverage 5 (#1463)Bernát Gábor2020-01-102-2/+2
* add seed packages via pip invoke (#1462)Bernát Gábor2020-01-105-7/+75
* Activation scripts for next-gen virtualenv (#1454)Siddhant Kumar2020-01-1037-29/+1079
* Improve executable discovery of a PythonInfo inside a given fol… (#1443)Siddhant Kumar2020-01-104-36/+110
* fixBernat Gabor2020-01-104-26/+26
* Stat rewrite - POCBernát Gábor2020-01-1097-0/+7035