index
:
delta/python-packages/virtualenv.git
add-ci
all-repos_autofix_bump
all-repos_autofix_bump-2023-02-05
boostrap
develop
docs
fix/1818
gaborbernat-patch-1
jython
legacy
lint
main
master
pre-commit-ci-update-config
release-16.1.2
release-16.2.0
release-16.4.3
release-16.6.1
release-16.7.4
release-16.7.5
release-16.7.9
release-20.0.10
release-20.0.11
release-20.0.14
release-20.0.18
release-20.0.2
release-20.0.21
release-20.0.24
release-20.0.27
release-20.0.28
release-20.0.29
release-20.0.31
release-20.0.32
release-20.0.34
release-20.0.35
release-20.0.6
release-20.1.0
release-20.11.0
release-20.12.1
release-20.13.0
release-20.2.0
release-20.2.1
release-20.2.2
release-20.4.1
release-20.4.2
release-20.4.3
remove-multiple-script-versions
rewrite
test-virtualenv-more
winbrackets
github.com: pypa/virtualenv.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
virtualenv
/
create
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)
Adrian Freund
2021-05-04
1
-1
/
+1
*
[pre-commit.ci] pre-commit autoupdate (#2098)
pre-commit-ci[bot]
2021-04-27
2
-3
/
+3
*
Fix PyPy3 Windows stlib path (#2072)
Bernát Gábor
2021-03-16
1
-8
/
+10
*
API: Allow passing on the environment variable as an argument (#2054)
Bernát Gábor
2021-01-18
1
-3
/
+4
*
Improve discovery on Windows and provide escape hatchet (#2046)
Bernát Gábor
2021-01-10
1
-6
/
+13
*
Optionally skip creation of .gitignore in virtualenv directory (#2004)
Aren Siekmeier
2020-11-02
1
-1
/
+11
*
Always copy executable on Windows 3+ (#1977)
Bernát Gábor
2020-10-12
3
-30
/
+27
*
Align Windows 3.7 methodology and later with venv (#1976)
Bernát Gábor
2020-10-12
6
-56
/
+106
*
Process pth files even if $PYTHONPATH points to site-packages/ (#1960)
Kirill Smelkov
2020-10-01
1
-2
/
+1
*
Upgrade setuptools and pip (#1939)
Bernát Gábor
2020-09-10
4
-6
/
+14
*
Use unix line-endings in bash activate script (#1924)
Siddhant Kumar
2020-08-23
1
-2
/
+3
*
Bump pre-commit hooks
Bernat Gabor
2020-07-20
1
-1
/
+1
*
Don't preimport threading early (#1897)
Kirill Smelkov
2020-07-15
1
-3
/
+18
*
Do not write .gitignore if already exists (#1866)
Bernát Gábor
2020-06-21
1
-8
/
+10
*
Implement periodic update feature (#1841)
Bernát Gábor
2020-06-21
5
-8
/
+74
*
Mark virtual environments ignored for Git (#1825)
Bernát Gábor
2020-05-12
1
-0
/
+19
*
Bump linters (#1823)
Bernát Gábor
2020-05-12
5
-12
/
+12
*
Wrap usage of get_makefile_filename (#1811)
Ian Wienand
2020-05-04
1
-1
/
+3
*
Fix typo in symlink detection (#1803)
Anthony Sottile
2020-05-02
1
-1
/
+1
*
Ensure makefile is present on CPython2 POSIX (#1787)
Bernát Gábor
2020-04-26
4
-8
/
+39
*
Better handling of conflicting --copies and --symlinks (#1785)
Bernát Gábor
2020-04-25
1
-3
/
+20
*
Allow all command line option flags to be used in config file/env-var (#1763)
Bernát Gábor
2020-04-08
1
-1
/
+3
*
do not allow PYVENV_LAUNCHER to be set (#1749)
Bernát Gábor
2020-03-25
2
-9
/
+32
*
Do not fail when the pyc files is missing for the host Python 2 (#1741)
Bernát Gábor
2020-03-19
1
-1
/
+2
*
amazonlinux support (#1728)
Bernát Gábor
2020-03-18
4
-26
/
+53
*
add zip importer test (#1727)
Bernát Gábor
2020-03-17
1
-1
/
+4
*
Fix Windows Store support (#1725)
Bernát Gábor
2020-03-17
7
-33
/
+96
*
Allow missing .py files if .pyc is present (#1714)
David Tucker
2020-03-13
3
-5
/
+29
*
macOS Python 3 Framework support (#1711)
Bernát Gábor
2020-03-13
4
-31
/
+94
*
Fix py info might be misslead by distutils config (#1705)
Bernát Gábor
2020-03-10
1
-5
/
+4
*
pythonw works as python on Windows (#1693)
Bernát Gábor
2020-03-08
1
-1
/
+4
*
Better handling of loader patch on python 3 (#1698)
Bernát Gábor
2020-03-06
1
-17
/
+19
*
Handle legacy loaders for pip patch (#1691)
Bernát Gábor
2020-03-06
1
-5
/
+17
*
Support for Python 2 platform that store landmark in platstdlib (#1697)
Bernát Gábor
2020-03-06
3
-4
/
+5
*
use import hooks to patch distutils/setuptools (#1688)
Bernát Gábor
2020-03-04
4
-87
/
+107
*
Fix setting PYTHONPATH on Python 2 not working (#1673)
Julien Danjou
2020-03-03
2
-28
/
+47
*
Disable distutils fixup for python 3
Bernat Gabor
2020-02-26
1
-0
/
+2
*
handle application data folder is read only (#1661)
Seungmin Ryu
2020-02-26
3
-22
/
+10
*
Ensure distutils configuration values do not escape virtual environment (#1657)
Bernát Gábor
2020-02-24
4
-1
/
+76
*
fix pypy2 builtins are imported as stdlib modules (#1656)
Bernát Gábor
2020-02-23
3
-13
/
+32
*
Fix global site package always being added with bundled macOs python framewor...
Bernát Gábor
2020-02-22
3
-1
/
+30
*
release 20.0.5
20.0.5
Bernat Gabor
2020-02-21
1
-1
/
+1
*
macOs Python 2 Framework support (#1641)
Bernát Gábor
2020-02-21
5
-41
/
+325
*
Also add executables for pythonX.X under pypy (#1615)
Anthony Sottile
2020-02-14
1
-1
/
+2
*
Make aliases relative symlinks (#1610)
Anthony Sottile
2020-02-13
1
-6
/
+6
*
Revert "also disallow altsep beside pathsep inside paths" (#1598)
Vincent Philippon
2020-02-13
1
-6
/
+5
*
Lower min version of six to 1.9 (#1606)
Sorin Sbarnea
2020-02-13
9
-23
/
+24
*
Fix Python 2 Apple framework builds not isolated from global si… (#1588)
Bernát Gábor
2020-02-12
1
-1
/
+21
*
require passing a destination directory (#1568)
Pradyun Gedam
2020-02-11
1
-1
/
+1
*
fix system executable discovery (#1550)
Bernát Gábor
2020-02-10
2
-3
/
+3
[next]