summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor updates to the documentation (#1540)rewritePradyun Gedam2020-02-058-58/+69
* release 20.0.0b220.0.0b2Bernat Gabor2020-02-0414-37/+50
* update release process to include zipapp (#1539)Bernát Gábor2020-02-042-14/+31
* rewrite the documentation (#1519)Bernát Gábor2020-02-0456-2459/+1272
* Stable order in pyenv.cfg, include-system-site-packages only for ref (#1535)Bernát Gábor2020-02-024-19/+26
* pyproject.toml for version generation (#1534)Bernát Gábor2020-02-022-20/+11
* README is now markdown instead of reStructuredText (#1536)Bernát Gábor2020-02-026-49/+35
* upgrade wheel from 0.34.0 to 0.34.2 (#1531)Bernát Gábor2020-01-314-7/+8
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-317-11/+15
* fish prompt: preserve pipestatus (#1530)Johannes Altmanninger2020-01-301-5/+3
* Better handling of base executable not found #1515Bernát Gábor2020-01-3023-215/+437
* Correct the casing of PyPI (#1526)Anthony Sottile2020-01-294-6/+6
* Fix failing to acquire lock in case of parallel runs (#1524)Bernát Gábor2020-01-293-3/+26
* Support relative paths for the python specification string. (#1523)Bernát Gábor2020-01-293-2/+11
* pth files are not processed on Ubuntu under Python 2 #1517 (#1521)Bernát Gábor2020-01-292-5/+20
* We should override the executable rather than original executable during our ...Bernat Gabor2020-01-292-2/+2
* Cached python information load should update original executable (#1513)Bernát Gábor2020-01-282-11/+26
* 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-283-2/+9
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-2821-230/+526
* 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-2737-303/+552
* 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-2173-736/+1012
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-1825-219/+207
* Improve CI performance on pypy (#1499)Bernát Gábor2020-01-171-8/+16
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-1633-78/+702
* bump bundled setuptools (#1497)Bernát Gábor2020-01-132-5/+5
* 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