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
*
Drop Python 2 support (#2548)
Bernát Gábor
2023-04-19
21
-713
/
+100
*
Sepcify the encoding (#2515)
Filipe Laíns
2023-03-12
3
-6
/
+6
*
Move to hatchling, drop 3.6 support (#2474)
Bernát Gábor
2022-12-29
4
-8
/
+12
*
Set 'home' to parent directory of system_executable (#2441)
Vincent Fazio
2022-11-12
1
-1
/
+1
*
Remove outdated PyPy stdlib overrides (#2426)
Matti Picus
2022-10-24
1
-17
/
+0
*
Bump dependencies and build tools (#2394)
Bernát Gábor
2022-08-04
10
-24
/
+24
*
Drop support of running under Python 2.7 (#2382)
Bernát Gábor
2022-07-25
19
-309
/
+267
*
docs: fix simple typo, developent -> development (#2377)
Tim Gates
2022-07-23
1
-1
/
+1
*
Ignores missing DLLs dir in CPython3Windows (#2369)
reksarka
2022-06-29
1
-2
/
+8
*
Windows embedable support (#2353)
reksarka
2022-06-25
1
-9
/
+40
*
Fixes for Windows PyPy 3.6 (#2363)
reksarka
2022-06-25
4
-3
/
+33
*
Support Python 2.7 framework-style distributions on macOS 12 (#2325)
Nicholas Hutchinson
2022-04-11
1
-20
/
+26
*
fix 20ms startup penalty added by virtualenv (#2317)
Anthony Sottile
2022-03-18
1
-4
/
+4
*
Avoid symlinking the contents of /usr into PyPy3 virtualenvs (#2310)
Stefano Rivera
2022-03-07
1
-0
/
+5
*
fix: cast type from Path to text (#2288)
Isac Byeonghoon Yoo
2022-02-05
1
-4
/
+5
*
[pre-commit.ci] pre-commit autoupdate (#2293)
pre-commit-ci[bot]
2022-02-01
1
-1
/
+1
*
PyPy: glob for required dlls, check they exist (#2274)
Matti Picus
2022-01-02
3
-14
/
+21
*
fix: Correctly remove bk dir when re-signing macOS Python 2.x executable (#2272)
Alex Willmer
2022-01-02
1
-1
/
+1
*
fix: AttributeError on macOS creating a Python 2.x virtualenv (#2270)
Alex Willmer
2022-01-02
1
-2
/
+6
*
Sign the python2 exe on Darwin arm64 (#2233)
Tracey Spicer
2021-12-31
1
-4
/
+34
*
Support PyPy 3.8 (#2206)
Matti Picus
2021-10-23
1
-1
/
+11
*
add libffi-8.dll to pypy windows _shared_libs (#2218)
Matti Picus
2021-10-23
2
-3
/
+3
*
Fail early instead of creating non-working env (#2189)
Greg Dubicki
2021-09-21
1
-0
/
+8
*
Support without distutils (#2146)
Bernát Gábor
2021-07-14
3
-5
/
+5
*
add libffi-7.dll to pypy on windows (#2141)
Matti Picus
2021-07-12
2
-2
/
+2
*
Fix site.getsitepackages() broken on python2 on debian (#2108)
Adrian Freund
2021-05-05
1
-8
/
+34
*
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
[next]