summaryrefslogtreecommitdiff
path: root/tests/unit/create/test_creator.py
Commit message (Expand)AuthorAgeFilesLines
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-271-3/+23
* prevent PermissionError when using venv creator on some systems (#2543)Jakub Kulík2023-04-271-0/+22
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-82/+3
* Sepcify the encoding (#2515)Filipe Laíns2023-03-121-11/+14
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-7/+7
* Set 'home' to parent directory of system_executable (#2441)Vincent Fazio2022-11-121-0/+22
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-041-16/+20
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-170/+151
* Drop Python 3.4 support (#2143)Bernát Gábor2021-07-131-2/+0
* Fix site.getsitepackages() broken on python2 on debian (#2108)Adrian Freund2021-05-051-7/+36
* Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)Adrian Freund2021-05-041-0/+32
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-3/+3
* Optionally skip creation of .gitignore in virtualenv directory (#2004)Aren Siekmeier2020-11-021-1/+14
* Restore python3.4 support (add it back to CI) (#1965)Bernát Gábor2020-10-041-0/+2
* Process pth files even if $PYTHONPATH points to site-packages/ (#1960)Kirill Smelkov2020-10-011-0/+27
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-5/+11
* 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-211-3/+3
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+3
* Bump linters (#1823)Bernát Gábor2020-05-121-6/+6
* 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
* make test discovery more deterministic (#1802)Anthony Sottile2020-05-021-1/+1
* 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-181-5/+32
* 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-031-2/+60
* 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-241-1/+42
* 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