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
...
*
Fix py info might be misslead by distutils config (#1705)
Bernát Gábor
2020-03-10
2
-5
/
+36
*
A more robust way to get scripts path (#1706)
Bernát Gábor
2020-03-10
1
-2
/
+1
*
upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)
Bernát Gábor
2020-03-09
2
-2
/
+0
*
add timeout for tests (#1700)
Bernát Gábor
2020-03-08
5
-0
/
+5
*
pythonw works as python on Windows (#1693)
Bernát Gábor
2020-03-08
3
-3
/
+8
*
use import hooks to patch distutils/setuptools (#1688)
Bernát Gábor
2020-03-04
2
-11
/
+4
*
Fix setting PYTHONPATH on Python 2 not working (#1673)
Julien Danjou
2020-03-03
2
-10
/
+68
*
Default prompt of environment name in batch shell (#1679)
spetafree
2020-03-03
1
-3
/
+6
*
Fix list configuration value parsing (#1676)
Bernát Gábor
2020-02-27
1
-0
/
+13
*
Disable distutils fixup for python 3
Bernat Gabor
2020-02-26
1
-1
/
+2
*
support entry point paths with space (#1660)
Nicola Soranzo
2020-02-26
1
-5
/
+6
*
handle application data folder is read only (#1661)
Seungmin Ryu
2020-02-26
9
-63
/
+107
*
Ensure distutils configuration values do not escape virtual environment (#1657)
Bernát Gábor
2020-02-24
6
-2
/
+76
*
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
2
-8
/
+10
*
Discover python interpreter in a case insensitive manner (#1629)
PRAJWAL M
2020-02-15
2
-2
/
+11
*
Also add executables for pythonX.X under pypy (#1615)
Anthony Sottile
2020-02-14
1
-2
/
+4
*
git mv tests/unit/activation/test_xon{o,}sh.py (#1613)
Anthony Sottile
2020-02-14
1
-0
/
+0
*
Make aliases relative symlinks (#1610)
Anthony Sottile
2020-02-13
1
-0
/
+20
*
Revert "also disallow altsep beside pathsep inside paths" (#1598)
Vincent Philippon
2020-02-13
1
-4
/
+10
*
Lower min version of six to 1.9 (#1606)
Sorin Sbarnea
2020-02-13
7
-37
/
+36
*
expose and document programmatic API (#1592)
Bernát Gábor
2020-02-12
10
-32
/
+32
*
Fix Python 2 Apple framework builds not isolated from global si… (#1588)
Bernát Gábor
2020-02-12
1
-2
/
+4
*
release 20.0.2
20.0.2
release-20.0.2
Bernat Gabor
2020-02-11
1
-1
/
+1
*
support long path names for the app-data seeder generates conso… (#1579)
Bernát Gábor
2020-02-11
1
-0
/
+15
*
app-data copies by default (#1578)
Bernát Gábor
2020-02-11
1
-1
/
+5
*
avoid copying the stats with copytree (#1571)
Bernát Gábor
2020-02-11
1
-1
/
+1
*
require passing a destination directory (#1568)
Pradyun Gedam
2020-02-11
1
-2
/
+2
*
add option to view failure stacktraces (#1572)
Bernát Gábor
2020-02-11
2
-4
/
+4
*
on exe discovery ignore incorrect interpreters, also try in the… (#1573)
Bernát Gábor
2020-02-11
1
-1
/
+6
*
Make app data override variable public (#1559)
Anthony Sottile
2020-02-10
2
-2
/
+2
*
fix system executable discovery (#1550)
Bernát Gábor
2020-02-10
1
-2
/
+8
*
rewrite the documentation (#1519)
Bernát Gábor
2020-02-04
3
-7
/
+6
*
generate fish and bash activators on Windows (#1528)
Bernát Gábor
2020-01-31
3
-3
/
+9
*
Better handling of base executable not found #1515
Bernát Gábor
2020-01-30
13
-57
/
+143
*
Fix failing to acquire lock in case of parallel runs (#1524)
Bernát Gábor
2020-01-29
1
-0
/
+15
*
Support relative paths for the python specification string. (#1523)
Bernát Gábor
2020-01-29
1
-1
/
+9
*
We should override the executable rather than original executable during our ...
Bernat Gabor
2020-01-29
1
-1
/
+1
*
Cached python information load should update original executable (#1513)
Bernát Gábor
2020-01-28
1
-11
/
+23
*
Bash activator should have no extension #1508 (#1509)
Bernát Gábor
2020-01-28
1
-1
/
+1
*
add a write through filesystem cache with locks for py informat… (#1505)
20.0.0b1
Bernát Gábor
2020-01-28
4
-14
/
+50
*
support for c-extension builds within virtualenv (#1503)
Bernát Gábor
2020-01-27
13
-115
/
+231
*
separate describe/create - check upfront if can create (#1502)
Bernát Gábor
2020-01-21
20
-140
/
+161
*
CentOs and Fedora support (#1500)
Bernát Gábor
2020-01-18
6
-38
/
+35
*
Improve CI performance on pypy (#1499)
Bernát Gábor
2020-01-17
1
-8
/
+16
*
add zipapp support with bundled dependencies (#1491)
Bernát Gábor
2020-01-16
10
-6
/
+112
*
bump pre commit (#1495)
Bernát Gábor
2020-01-13
1
-1
/
+1
*
more robust exe discovery in pyinfo (#1492)
Bernát Gábor
2020-01-12
1
-2
/
+8
*
fix errors under CPython 3.4 on Windows
Bernat Gabor
2020-01-10
1
-1
/
+3
*
also copy python27.dll if exists on windows py2.7 (#1490)
Bernát Gábor
2020-01-10
1
-2
/
+5
[prev]
[next]