summaryrefslogtreecommitdiff
path: root/src/virtualenv/create
Commit message (Expand)AuthorAgeFilesLines
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-104-6/+14
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-231-2/+3
* Bump pre-commit hooksBernat Gabor2020-07-201-1/+1
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-3/+18
* Do not write .gitignore if already exists (#1866)Bernát Gábor2020-06-211-8/+10
* Implement periodic update feature (#1841)Bernát Gábor2020-06-215-8/+74
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+19
* Bump linters (#1823)Bernát Gábor2020-05-125-12/+12
* Wrap usage of get_makefile_filename (#1811)Ian Wienand2020-05-041-1/+3
* Fix typo in symlink detection (#1803)Anthony Sottile2020-05-021-1/+1
* Ensure makefile is present on CPython2 POSIX (#1787)Bernát Gábor2020-04-264-8/+39
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-251-3/+20
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-081-1/+3
* do not allow PYVENV_LAUNCHER to be set (#1749)Bernát Gábor2020-03-252-9/+32
* Do not fail when the pyc files is missing for the host Python 2 (#1741)Bernát Gábor2020-03-191-1/+2
* amazonlinux support (#1728)Bernát Gábor2020-03-184-26/+53
* add zip importer test (#1727)Bernát Gábor2020-03-171-1/+4
* Fix Windows Store support (#1725)Bernát Gábor2020-03-177-33/+96
* Allow missing .py files if .pyc is present (#1714)David Tucker2020-03-133-5/+29
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-134-31/+94
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-101-5/+4
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+4
* Better handling of loader patch on python 3 (#1698)Bernát Gábor2020-03-061-17/+19
* Handle legacy loaders for pip patch (#1691)Bernát Gábor2020-03-061-5/+17
* Support for Python 2 platform that store landmark in platstdlib (#1697)Bernát Gábor2020-03-063-4/+5
* use import hooks to patch distutils/setuptools (#1688)Bernát Gábor2020-03-044-87/+107
* Fix setting PYTHONPATH on Python 2 not working (#1673)Julien Danjou2020-03-032-28/+47
* Disable distutils fixup for python 3Bernat Gabor2020-02-261-0/+2
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-263-22/+10
* Ensure distutils configuration values do not escape virtual environment (#1657)Bernát Gábor2020-02-244-1/+76
* fix pypy2 builtins are imported as stdlib modules (#1656)Bernát Gábor2020-02-233-13/+32
* Fix global site package always being added with bundled macOs python framewor...Bernát Gábor2020-02-223-1/+30
* release 20.0.520.0.5Bernat Gabor2020-02-211-1/+1
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-215-41/+325
* Also add executables for pythonX.X under pypy (#1615)Anthony Sottile2020-02-141-1/+2
* Make aliases relative symlinks (#1610)Anthony Sottile2020-02-131-6/+6
* Revert "also disallow altsep beside pathsep inside paths" (#1598)Vincent Philippon2020-02-131-6/+5
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-139-23/+24
* Fix Python 2 Apple framework builds not isolated from global si… (#1588)Bernát Gábor2020-02-121-1/+21
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-1/+1
* fix system executable discovery (#1550)Bernát Gábor2020-02-102-3/+3
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-9/+31
* Stable order in pyenv.cfg, include-system-site-packages only for ref (#1535)Bernát Gábor2020-02-022-17/+21
* Better handling of base executable not found #1515Bernát Gábor2020-01-302-3/+5
* pth files are not processed on Ubuntu under Python 2 #1517 (#1521)Bernát Gábor2020-01-291-5/+19
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-10/+11
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-2712-71/+155
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-2122-0/+1219