| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana | Berker Peksag | 2016-09-18 | 1 | -0/+7 |
|
|
* | Fix test_venv on FreeBSD buildbot | Victor Stinner | 2016-03-14 | 1 | -1/+10 |
|
|
* | 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 |
|
|
* | Issue #20053: new test to check an assumption | Nick Coghlan | 2014-02-05 | 1 | -0/+7 |
|
|
* | Close #20053: ignore default pip config settings | Nick Coghlan | 2014-02-04 | 1 | -9/+28 |
|
|
* | Issue #19744: improve ensurepip error when ssl is missing | Nick Coghlan | 2013-12-23 | 1 | -2/+5 |
|
|
* | Close #19734: ignore pip env vars in ensurepip | Nick Coghlan | 2013-12-23 | 1 | -9/+5 |
|
|
* | Issue #19728: don't be sensitive to line endings | Nick Coghlan | 2013-11-30 | 1 | -9/+5 |
|
|
* | Issue #19728: add private ensurepip._uninstall CLI | Nick Coghlan | 2013-11-30 | 1 | -16/+50 |
|
|
* | Fix and test pip version consistency | Nick Coghlan | 2013-11-30 | 1 | -1/+3 |
|
|
* | Issue #19734: Also run pip version check in isolated mode | Nick Coghlan | 2013-11-24 | 1 | -2/+2 |
|
|
* | Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV | Nick Coghlan | 2013-11-24 | 1 | -0/+4 |
|
|
* | Issue #19744 (temp workaround): without ssl, skip pip test | Nick Coghlan | 2013-11-24 | 1 | -0/+6 |
|
|
* | Issue 19734: better diagnostics for test_venv failures | Nick Coghlan | 2013-11-24 | 1 | -4/+16 |
|
|
* | Close #19694: venv now runs ensurepip in isolated mode | Nick Coghlan | 2013-11-23 | 1 | -2/+7 |
|
|
* | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 1 | -5/+49 |
|
|
* | Issue #18224: Updated test. | Vinay Sajip | 2013-06-30 | 1 | -4/+0 |
|\ |
|
| * | Issue #18224: Updated test. | Vinay Sajip | 2013-06-30 | 1 | -4/+0 |
|
|
* | | Closes #15776: pyvenv now works with existing directories. | Vinay Sajip | 2012-10-11 | 1 | -2/+57 |
|/ |
|
* | Fix test_venv to work with universal newlines (issue #13119) | Antoine Pitrou | 2012-08-04 | 1 | -3/+3 |
|
|
* | Closes #15307: symlinks now work on OS X with framework Python builds. Patch... | Vinay Sajip | 2012-07-17 | 1 | -11/+41 |
|
|
* | Issue #15307: Skipped test_venv:test_prefixes when run from a venv. | Vinay Sajip | 2012-07-15 | 1 | -0/+2 |
|
|
* | Issue #15241: Fix test_prefixes failure in test_venv due to symlink in | Ned Deily | 2012-07-13 | 1 | -1/+1 |
|
|
* | Issue #15241: Added test for venv prefixes. | Vinay Sajip | 2012-07-03 | 1 | -0/+25 |
|
|
* | Closes #15173: Tidied up copyright statements and removed pythonv references. | Vinay Sajip | 2012-06-24 | 1 | -5/+6 |
|
|
* | Restore test that was using pysetup and can now (#15157) use pydoc | Éric Araujo | 2012-06-24 | 1 | -0/+4 |
|
|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -4/+0 |
|
|
* | Updated test to reflect renamed file. | Vinay Sajip | 2012-05-29 | 1 | -1/+1 |
|
|
* | Fixed typo. | Vinay Sajip | 2012-05-28 | 1 | -1/+1 |
|
|
* | Tweaked tests to use launcher executable name on OS X. | Vinay Sajip | 2012-05-28 | 1 | -1/+5 |
|
|
* | Changed executable name computation in test_venv to allow for debug executables. | Vinay Sajip | 2012-05-27 | 1 | -2/+1 |
|
|
* | Refined venv tests. | Vinay Sajip | 2012-05-27 | 1 | -9/+26 |
|
|
* | Fixed _sys_home computation and added diagnostics for Windows buildbot failures. | Vinay Sajip | 2012-05-27 | 1 | -1/+4 |
|
|
* | Addressed some buildbot errors and comments on the checkin by Antoine on pyth... | Vinay Sajip | 2012-05-26 | 1 | -22/+5 |
|
|
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -0/+139 |
|
|