summaryrefslogtreecommitdiff
path: root/tests/unit/create
Commit message (Expand)AuthorAgeFilesLines
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-104-8/+24
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-241-2/+2
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-0/+16
* Do not write .gitignore if already exists (#1866)Bernát Gábor2020-06-211-0/+7
* Implement periodic update feature (#1841)Bernát Gábor2020-06-216-5/+150
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+3
* Bump linters (#1823)Bernát Gábor2020-05-123-9/+9
* Fix python 2 activator when generated from python 3 is invalid (#1805)Bernát Gábor2020-05-031-13/+0
* Fix CPython2 not found on Windows via registry (#1797)Bernát Gábor2020-05-021-2/+0
* Fix typo in symlink detection (#1803)Anthony Sottile2020-05-021-0/+6
* make test discovery more deterministic (#1802)Anthony Sottile2020-05-021-1/+1
* Bump pip to 20.1 (#1795)Bernát Gábor2020-04-291-1/+0
* Fix pinning seed packages via app-data fails (#1788)Bernát Gábor2020-04-271-1/+0
* Ensure makefile is present on CPython2 POSIX (#1787)Bernát Gábor2020-04-261-10/+17
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-251-1/+4
* do not allow PYVENV_LAUNCHER to be set (#1749)Bernát Gábor2020-03-251-0/+8
* Do not fail when the pyc files is missing for the host Python 2 (#1741)Bernát Gábor2020-03-191-11/+20
* Allow testing via the system Python (#1731)Bernát Gábor2020-03-182-6/+38
* generate pipx.y besides pip-x.y (#1729)Bernát Gábor2020-03-181-1/+6
* amazonlinux support (#1728)Bernát Gábor2020-03-181-14/+9
* add zip importer test (#1727)Bernát Gábor2020-03-171-0/+23
* Fix Windows Store support (#1725)Bernát Gábor2020-03-171-10/+17
* Allow missing .py files if .pyc is present (#1714)David Tucker2020-03-131-1/+34
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-131-3/+1
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-101-5/+11
* upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)Bernát Gábor2020-03-091-1/+0
* add timeout for tests (#1700)Bernát Gábor2020-03-081-0/+1
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+6
* use import hooks to patch distutils/setuptools (#1688)Bernát Gábor2020-03-041-10/+3
* Fix setting PYTHONPATH on Python 2 not working (#1673)Julien Danjou2020-03-032-10/+68
* Disable distutils fixup for python 3Bernat Gabor2020-02-261-1/+2
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-12/+11
* Ensure distutils configuration values do not escape virtual environment (#1657)Bernát Gábor2020-02-245-1/+72
* Fix generated scripts use host version info rather than target (#1655)Bernát Gábor2020-02-221-1/+5
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-211-4/+5
* Also add executables for pythonX.X under pypy (#1615)Anthony Sottile2020-02-141-2/+4
* Make aliases relative symlinks (#1610)Anthony Sottile2020-02-131-0/+20
* Revert "also disallow altsep beside pathsep inside paths" (#1598)Vincent Philippon2020-02-131-4/+10
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-14/+12
* expose and document programmatic API (#1592)Bernát Gábor2020-02-123-15/+15
* Fix Python 2 Apple framework builds not isolated from global si… (#1588)Bernát Gábor2020-02-121-2/+4
* release 20.0.220.0.2release-20.0.2Bernat Gabor2020-02-111-1/+1
* support long path names for the app-data seeder generates conso… (#1579)Bernát Gábor2020-02-111-0/+15
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-111-2/+2
* Make app data override variable public (#1559)Anthony Sottile2020-02-101-1/+1
* fix system executable discovery (#1550)Bernát Gábor2020-02-101-2/+8
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-4/+3
* Better handling of base executable not found #1515Bernát Gábor2020-01-303-8/+16
* Fix failing to acquire lock in case of parallel runs (#1524)Bernát Gábor2020-01-291-0/+15
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-272-12/+35