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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump dependencies and build tools (#2394)
Bernát Gábor
2022-08-04
28
-104
/
+132
*
Drop support of running under Python 2.7 (#2382)
Bernát Gábor
2022-07-25
43
-578
/
+371
*
Fix test_py_info to work on Python 3.11 too (#2380)
rkucsora
2022-07-23
1
-1
/
+2
*
Ignores missing DLLs dir in CPython3Windows (#2369)
reksarka
2022-06-29
1
-0
/
+3
*
Windows embedable support (#2353)
reksarka
2022-06-25
9
-92
/
+382
*
Use shlex.quote instead of deprecated pipes.quote (#2351)
Lumír 'Frenzy' Balhar
2022-06-10
3
-8
/
+21
*
Update Nushell activation scripts to 0.60 (#2321)
Jakub Žádník
2022-03-25
1
-1
/
+1
*
Avoid symlinking the contents of /usr into PyPy3 virtualenvs (#2310)
Stefano Rivera
2022-03-07
4
-0
/
+288
*
feature: cache downloaded wheel information (#2276)
Matthieu Darbois
2022-01-02
2
-61
/
+160
*
feature: store version update source in embed JSON file (#2273)
Matthieu Darbois
2022-01-01
2
-19
/
+158
*
fix: `--download` option (#2262)
Matthieu Darbois
2021-12-31
1
-2
/
+29
*
fix: pinned version are not working once periodic / manual updates kick-in
mayeut
2021-12-29
2
-4
/
+75
*
Fix the CI (#2254)
Bernát Gábor
2021-12-28
2
-1
/
+6
*
Fix test_custom_venv_install_scheme_is_prefered mocking if "venv" install sch...
Miro Hrončok
2021-12-03
1
-1
/
+8
*
?? prompt should be wrapped in paranthesis ?? (#2224)
Tushar Sadhwani
2021-10-31
8
-2
/
+29
*
Favor the "venv" sysconfig install scheme over the default and distutils sche...
Miro Hrončok
2021-10-28
1
-0
/
+62
*
special-case `--prompt .` to the cwd (#2220)
Ruairidh MacLeod
2021-10-23
1
-0
/
+18
*
Fix the CI and bump setuptools (#2205)
Bernát Gábor
2021-10-04
1
-1
/
+1
*
During seeding properly uninstall present versions of the wheels (#2186)
Arcadiy Ivanov
2021-09-24
1
-3
/
+13
*
Nushell activation scripts (#2170)
Fernando Herrera
2021-09-16
1
-0
/
+26
*
Remove xonsh activator (#2160)
Bernát Gábor
2021-07-31
1
-38
/
+0
*
Support without distutils (#2146)
Bernát Gábor
2021-07-14
3
-3
/
+5
*
Drop Python 3.4 support (#2143)
Bernát Gábor
2021-07-13
3
-5
/
+5
*
Fix site.getsitepackages() broken on python2 on debian (#2108)
Adrian Freund
2021-05-05
1
-7
/
+36
*
Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)
Adrian Freund
2021-05-04
1
-0
/
+32
*
Built in discovery class is always preferred over plugin supplied classes (#2...
Ashley Whetter
2021-04-20
1
-0
/
+11
*
Fix pip_cert pytest fixture (#2083)
Lumír 'Frenzy' Balhar
2021-03-17
1
-7
/
+8
*
Fix upgrade embeded crashes (#2062)
Bernát Gábor
2021-02-01
1
-2
/
+2
*
Fix Windows failure (#2056)
Bernát Gábor
2021-01-19
1
-2
/
+2
*
API: Allow passing on the environment variable as an argument (#2054)
Bernát Gábor
2021-01-18
7
-20
/
+32
*
Bump pip to 20.3.3 and wheel to 0.36.2 (#2036)
Bernát Gábor
2021-01-12
1
-1
/
+2
*
Improve discovery on Windows and provide escape hatchet (#2046)
Bernát Gábor
2021-01-10
2
-6
/
+6
*
Try to fix the CI (#2041)
Bernát Gábor
2020-12-21
1
-3
/
+32
*
Add --readonly-app-data option (#2009)
Anthony Sottile
2020-11-21
1
-6
/
+73
*
conftest.py: Make coverage optional (#2008)
Miro Hrončok
2020-11-21
1
-23
/
+25
*
Also skip xonsh tests on Python 3.10 (#2013)
Miro Hrončok
2020-11-19
1
-1
/
+1
*
Optionally skip creation of .gitignore in virtualenv directory (#2004)
Aren Siekmeier
2020-11-02
1
-1
/
+14
*
clean up a few small things (#2002)
Anthony Sottile
2020-11-01
1
-4
/
+5
*
Fix `VIRTUALENV_PYTHON` environment lookup (#1998)
Patrice Neff
2020-10-28
1
-0
/
+29
*
Fix test_bootstrap_link_via_app_data.py file name (#1994)
Felix Yan
2020-10-25
1
-0
/
+0
*
Fallback functionality for interpreter discovery (#1995)
Bernát Gábor
2020-10-25
1
-1
/
+23
*
Bump setuptools and fix Windows subprocess with cwd broken (#1982)
Bernát Gábor
2020-10-15
1
-0
/
+17
*
Fix absolute paths for Cygwin (#1970)
davidcoghlan
2020-10-12
1
-44
/
+0
*
Restore python3.4 support (add it back to CI) (#1965)
Bernát Gábor
2020-10-04
6
-6
/
+12
*
Fix cygwin NoneType error if POSIX path in dest (#1964)
Dan Yeaw
2020-10-03
1
-0
/
+13
*
Process pth files even if $PYTHONPATH points to site-packages/ (#1960)
Kirill Smelkov
2020-10-01
1
-0
/
+27
*
Fix activator path in cygwin and msys2 (#1952)
Dan Yeaw
2020-09-30
1
-0
/
+31
*
Upgrade setuptools and pip (#1939)
Bernát Gábor
2020-09-10
13
-25
/
+79
*
Avoid showing new windows on Windows (#1929)
Bernát Gábor
2020-08-31
1
-2
/
+2
*
Use unix line-endings in bash activate script (#1924)
Siddhant Kumar
2020-08-23
4
-4
/
+16
[next]