index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_venv.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-3/+8
*
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi
2020-08-03
1
-2/+1
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-2/+2
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
1
-3/+5
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
Xavier Fernandez
2020-06-15
1
-1/+1
*
bpo-40275: More lazy imports in test.support (GH-20131)
Hai Shi
2020-05-18
1
-1/+1
*
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
Ronald Oussoren
2020-03-22
1
-0/+12
*
bpo-38901: Allow setting a venv's prompt to the basename of the current direc...
Vinay Sajip
2020-01-14
1
-0/+9
*
bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
Tzu-ping Chung
2019-11-27
1
-3/+5
*
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)
Daniel Abrahamsson
2019-09-11
1
-0/+20
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-5/+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960)
Steve Dower
2019-07-26
1
-2/+3
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
1
-12/+19
*
bpo-34556: Add --upgrade-deps to venv module (#13100)
Cooper Lees
2019-06-17
1
-1/+23
*
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
Victor Stinner
2019-06-04
1
-2/+4
*
bpo-36342: Fix test_multiprocessing in test_venv (GH-12513)
xdegaye
2019-05-30
1
-1/+6
*
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Steve Dower
2019-03-21
1
-5/+10
*
bpo-35661: Fix failing test on buildbot (GH-12297)
Cheryl Sabella
2019-03-13
1
-4/+6
*
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
Cheryl Sabella
2019-03-08
1
-0/+6
*
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower
2019-02-04
1
-9/+2
*
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower
2019-01-30
1
-1/+0
*
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower
2019-01-25
1
-0/+13
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
1
-0/+1
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
1
-1/+0
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
1
-0/+1
*
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
Pablo Galindo
2018-11-07
1
-1/+1
*
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower
2018-09-20
1
-35/+32
*
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
Steve Dower
2018-02-20
1
-0/+18
*
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner
2017-11-20
1
-2/+5
*
bpo-31999: Fix test_venv in case the zlib module is not available. (#4359)
Serhiy Storchaka
2017-11-10
1
-1/+2
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-8/+1
*
Fixes #24875: Merged fix from 3.5.
Vinay Sajip
2017-02-02
1
-8/+14
|
\
|
*
Fixes #24875: pip can now be installed in a venv with --system-site-packages.
Vinay Sajip
2017-02-02
1
-9/+16
|
*
Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana
Berker Peksag
2016-09-18
1
-0/+7
*
|
Allow ensurepip even when ssl is unavailable
Donald Stufft
2016-11-03
1
-8/+0
*
|
Closes #22829: Added --prompt option to venv.
Vinay Sajip
2016-08-06
1
-0/+11
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
test_venv: enhance test_devnull()
Victor Stinner
2016-03-25
1
-10/+9
*
|
Skip test_venv.test_with_pip() if ctypes miss
Victor Stinner
2016-03-25
1
-0/+7
*
|
Merge 3.5 (test_venv)
Victor Stinner
2016-03-14
1
-1/+10
|
\
\
|
|
/
|
*
Fix test_venv on FreeBSD buildbot
Victor Stinner
2016-03-14
1
-1/+10
*
|
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-1/+1
|
/
*
Issue #25366: Skip test_with_pip when threading module is not available
Berker Peksag
2016-01-19
1
-0/+7
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5/+2
*
test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic
Victor Stinner
2014-10-10
1
-11/+10
*
Issue #21643: Updated test and fixed logic bug in lib64 symlink creation.
Vinay Sajip
2014-06-03
1
-11/+16
*
Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
Vinay Sajip
2014-04-15
1
-0/+9
*
Issue #20053: Mark as an expected failure for 3.4
Nick Coghlan
2014-02-07
1
-2/+12
*
Issue #20053: Actually test relevant assumption
Nick Coghlan
2014-02-07
1
-1/+1
[next]