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
/
unit
/
create
/
test_creator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.12 support and no setuptools/wheel on 3.12+ (#2558)
chrysle
2023-04-27
1
-3
/
+23
*
prevent PermissionError when using venv creator on some systems (#2543)
Jakub Kulík
2023-04-27
1
-0
/
+22
*
Drop Python 2 support (#2548)
Bernát Gábor
2023-04-19
1
-82
/
+3
*
Sepcify the encoding (#2515)
Filipe Laíns
2023-03-12
1
-11
/
+14
*
Move to hatchling, drop 3.6 support (#2474)
Bernát Gábor
2022-12-29
1
-7
/
+7
*
Set 'home' to parent directory of system_executable (#2441)
Vincent Fazio
2022-11-12
1
-0
/
+22
*
Bump dependencies and build tools (#2394)
Bernát Gábor
2022-08-04
1
-16
/
+20
*
Drop support of running under Python 2.7 (#2382)
Bernát Gábor
2022-07-25
1
-170
/
+151
*
Drop Python 3.4 support (#2143)
Bernát Gábor
2021-07-13
1
-2
/
+0
*
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
*
API: Allow passing on the environment variable as an argument (#2054)
Bernát Gábor
2021-01-18
1
-3
/
+3
*
Optionally skip creation of .gitignore in virtualenv directory (#2004)
Aren Siekmeier
2020-11-02
1
-1
/
+14
*
Restore python3.4 support (add it back to CI) (#1965)
Bernát Gábor
2020-10-04
1
-0
/
+2
*
Process pth files even if $PYTHONPATH points to site-packages/ (#1960)
Kirill Smelkov
2020-10-01
1
-0
/
+27
*
Upgrade setuptools and pip (#1939)
Bernát Gábor
2020-09-10
1
-5
/
+11
*
Allow bypassing the logging setup via the Python API (#1904)
Bernát Gábor
2020-07-24
1
-2
/
+2
*
Don't preimport threading early (#1897)
Kirill Smelkov
2020-07-15
1
-0
/
+16
*
Do not write .gitignore if already exists (#1866)
Bernát Gábor
2020-06-21
1
-0
/
+7
*
Implement periodic update feature (#1841)
Bernát Gábor
2020-06-21
1
-3
/
+3
*
Mark virtual environments ignored for Git (#1825)
Bernát Gábor
2020-05-12
1
-0
/
+3
*
Bump linters (#1823)
Bernát Gábor
2020-05-12
1
-6
/
+6
*
Fix python 2 activator when generated from python 3 is invalid (#1805)
Bernát Gábor
2020-05-03
1
-13
/
+0
*
Fix CPython2 not found on Windows via registry (#1797)
Bernát Gábor
2020-05-02
1
-2
/
+0
*
make test discovery more deterministic (#1802)
Anthony Sottile
2020-05-02
1
-1
/
+1
*
Fix pinning seed packages via app-data fails (#1788)
Bernát Gábor
2020-04-27
1
-1
/
+0
*
Ensure makefile is present on CPython2 POSIX (#1787)
Bernát Gábor
2020-04-26
1
-10
/
+17
*
Better handling of conflicting --copies and --symlinks (#1785)
Bernát Gábor
2020-04-25
1
-1
/
+4
*
do not allow PYVENV_LAUNCHER to be set (#1749)
Bernát Gábor
2020-03-25
1
-0
/
+8
*
Do not fail when the pyc files is missing for the host Python 2 (#1741)
Bernát Gábor
2020-03-19
1
-11
/
+20
*
Allow testing via the system Python (#1731)
Bernát Gábor
2020-03-18
1
-5
/
+32
*
generate pipx.y besides pip-x.y (#1729)
Bernát Gábor
2020-03-18
1
-1
/
+6
*
amazonlinux support (#1728)
Bernát Gábor
2020-03-18
1
-14
/
+9
*
add zip importer test (#1727)
Bernát Gábor
2020-03-17
1
-0
/
+23
*
Fix Windows Store support (#1725)
Bernát Gábor
2020-03-17
1
-10
/
+17
*
Allow missing .py files if .pyc is present (#1714)
David Tucker
2020-03-13
1
-1
/
+34
*
macOS Python 3 Framework support (#1711)
Bernát Gábor
2020-03-13
1
-3
/
+1
*
Fix py info might be misslead by distutils config (#1705)
Bernát Gábor
2020-03-10
1
-5
/
+11
*
upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)
Bernát Gábor
2020-03-09
1
-1
/
+0
*
add timeout for tests (#1700)
Bernát Gábor
2020-03-08
1
-0
/
+1
*
pythonw works as python on Windows (#1693)
Bernát Gábor
2020-03-08
1
-1
/
+6
*
use import hooks to patch distutils/setuptools (#1688)
Bernát Gábor
2020-03-04
1
-10
/
+3
*
Fix setting PYTHONPATH on Python 2 not working (#1673)
Julien Danjou
2020-03-03
1
-2
/
+60
*
Disable distutils fixup for python 3
Bernat Gabor
2020-02-26
1
-1
/
+2
*
handle application data folder is read only (#1661)
Seungmin Ryu
2020-02-26
1
-12
/
+11
*
Ensure distutils configuration values do not escape virtual environment (#1657)
Bernát Gábor
2020-02-24
1
-1
/
+42
*
Fix generated scripts use host version info rather than target (#1655)
Bernát Gábor
2020-02-22
1
-1
/
+5
*
macOs Python 2 Framework support (#1641)
Bernát Gábor
2020-02-21
1
-4
/
+5
*
Also add executables for pythonX.X under pypy (#1615)
Anthony Sottile
2020-02-14
1
-2
/
+4
*
Make aliases relative symlinks (#1610)
Anthony Sottile
2020-02-13
1
-0
/
+20
[next]