Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test more virtualenv invocationstest-virtualenv-more | Matthew Iversen | 2016-01-22 | 2 | -8/+32 |
| | | | | | | | | - with no arguments - with --python=<fullpath> - with -p <binary> Also test creating a {2,3}-based venv with python {3,2} | ||||
* | Merge pull request #844 from edmorley/update-python-classifiers | Matt Iversen | 2016-01-22 | 1 | -2/+1 |
|\ | | | | | Update PyPI classifiers to match currently supported Python versions | ||||
| * | Update PyPI classifiers to match currently supported Python versions | Ed Morley | 2016-01-20 | 1 | -2/+1 |
| | | | | | | | | | | Python 3.2 support was dropped as part of the update to pip v8, and virtualenv is already tested under Python 3.5. | ||||
* | | Bump for development | Donald Stufft | 2016-01-21 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into develop | Donald Stufft | 2016-01-21 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge branch 'develop'14.0.1 | Donald Stufft | 2016-01-21 | 3 | -1/+10 |
| |\ \ | |/ / |/| | | |||||
* | | | Bump for release | Donald Stufft | 2016-01-21 | 2 | -2/+6 |
| | | | |||||
* | | | Merge pull request #849 from dstufft/update | Donald Stufft | 2016-01-21 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | Upgrade pip 8.0.0 to 8.0.2 | ||||
| * | | | Upgrade pip 8.0.0 to 8.0.2 | Donald Stufft | 2016-01-21 | 1 | -0/+0 |
|/ / / | |||||
* | | | Merge pull request #848 from dstufft/default-true | Donald Stufft | 2016-01-21 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | Default to true | ||||
| * | | Default to true | Donald Stufft | 2016-01-21 | 1 | -0/+1 |
|/ / | |||||
* | | Bump version for development | Donald Stufft | 2016-01-19 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into develop | Donald Stufft | 2016-01-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge branch 'develop'14.0.0 | Donald Stufft | 2016-01-19 | 30 | -546/+618 |
| |\ | |/ |/| | |||||
* | | bump version for release | Donald Stufft | 2016-01-19 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #842 from dstufft/upgrade | Donald Stufft | 2016-01-19 | 5 | -2/+6 |
|\ \ | | | | | | | Upgrade pip to 8.0.0 and argparse to 1.4.0 | ||||
| * | | Upgrade pip to 8.0.0 and argparse to 1.4.0 | Donald Stufft | 2016-01-19 | 5 | -2/+6 |
|/ / | |||||
* | | Merge pull request #830 from kankri/develop | Donald Stufft | 2016-01-19 | 1 | -1/+14 |
|\ \ | | | | | | | PIP_FIND_LINKS doesn't cope with spaces, work around with file:// URLs. | ||||
| * | | PIP_FIND_LINKS doesn't cope with spaces, work around with file:// URLs. | Risto Kankkunen | 2015-12-09 | 1 | -1/+14 |
| | | | |||||
* | | | Merge pull request #841 from dstufft/independent | Donald Stufft | 2016-01-19 | 3 | -8/+16 |
|\ \ \ | | | | | | | | | Make the --no-(pip|setuptools|wheel) options independent | ||||
| * | | | Make the --no-(pip|setuptools|wheel) options independent | Donald Stufft | 2016-01-19 | 3 | -8/+16 |
| | | | | |||||
* | | | | Merge branch 'develop' of github.com:pypa/virtualenv into develop | Matt Iversen | 2016-01-20 | 4 | -31/+49 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #840 from dstufft/download | Donald Stufft | 2016-01-19 | 4 | -31/+49 |
| |\ \ \ | | | | | | | | | | | Try to download the latest versions of preinstalled packages | ||||
| | * | | | Try to download the latest versions of preinstalled packages | Donald Stufft | 2016-01-19 | 4 | -31/+49 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Will only accept Wheels (because that is all we can install without setuptools). * Will still fall back to using the bundled copies of the preinstalled packages if it cannot access the internet. This should prevent errors happening from too old of versions of software being bundled with virtualenv, while still allowing people to prevent talking to the internet with --no-download. | ||||
* | | | | Shorten history in long_description to 2 releases | Matt Iversen | 2016-01-20 | 1 | -1/+14 |
|/ / / | |||||
* | | | Update deactivate.bat, apply to virtualenv.py | Matt Iversen | 2016-01-20 | 2 | -5/+5 |
| | | | |||||
* | | | Modernize rebuild-script, now works with 2.7 & 3.5 | Matt Iversen | 2016-01-20 | 1 | -43/+45 |
| | | | |||||
* | | | Update setuptools package to 19.4 | Matt Iversen | 2016-01-20 | 2 | -1/+1 |
| | | | |||||
* | | | Merge pull request #839 from pypa/winbrackets | Matt Iversen | 2016-01-19 | 5 | -43/+52 |
|\ \ \ | | | | | | | | | Remove parentheses in *.bat to solve "Program Files (x86)" problems partially | ||||
| * | | | Apply in virtualenv.pywinbrackets | Matthew Iversen | 2016-01-19 | 1 | -5/+6 |
| | | | | |||||
| * | | | Correct syntax and control logic flow | Matt Iversen | 2016-01-19 | 1 | -3/+8 |
| | | | | |||||
| * | | | Force CRLF for batch files | Matt Iversen | 2016-01-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add bat changes to virtualenv.py | Matthew Iversen | 2016-01-19 | 1 | -7/+9 |
| | | | | |||||
| * | | | Remove some brackets in bat, solves #35 | Matthew Iversen | 2016-01-19 | 3 | -36/+36 |
|/ / / | |||||
* | | | Homogenize test syntax, add explanation of it | Matthew Iversen | 2016-01-18 | 2 | -14/+16 |
| | | | |||||
* | | | Update setuptools to 19.1.1 | Matthew Iversen | 2015-12-17 | 2 | -2/+2 |
|/ / | |||||
* | | Flatten logic of fix_lib64 | Matt Iversen | 2015-10-22 | 1 | -24/+26 |
| | | |||||
* | | Simplify sys.path removal logic, use short form os.path.join | Matt Iversen | 2015-10-20 | 1 | -9/+5 |
| | | |||||
* | | Fix 'python setup.py test' invocation | Matt Iversen | 2015-10-20 | 1 | -4/+3 |
| | | |||||
* | | Expand gitignore | Matt Iversen | 2015-10-20 | 1 | -3/+3 |
| | | |||||
* | | Fix virtualenv tests on Windows | Matt Iversen | 2015-10-20 | 1 | -18/+14 |
| | | |||||
* | | Merge branch 'extlinks' into develop | Matt Iversen | 2015-10-18 | 3 | -11/+19 |
|\ \ | |||||
| * | | Use issue/pull extlinks in changes | Matt Iversen | 2015-10-18 | 2 | -9/+13 |
| | | | |||||
| * | | Make use of extlinks for issue & pull refs | Matt Iversen | 2015-10-18 | 1 | -2/+6 |
| | | | |||||
* | | | Merge pull request #805 from Ivoz/early-syspath-removal | Matt Iversen | 2015-10-18 | 2 | -44/+50 |
|\ \ \ | |/ / | | | | Remove file's directory from sys.path ASAP | ||||
| * | | Remove file's directory from sys.path ASAP | Matthew Iversen | 2015-10-18 | 2 | -44/+50 |
|/ / | | | | | | | | | | | | | | | | | | | | | This is needed particularly when a new interpreter is used, via -p/--python. Re-execing the same `virtualenv.py` will generally lead to its path being added to the start of sys.path (as usual). And usually its path will be the site-packages of the previous interpreter. This will lead to issues if older backported packages are present in the old environment (which will then get preference being imported). Should fix #779, #774, #763 | ||||
* | | Upgrade to setuptools 18.4 | Matt Iversen | 2015-10-17 | 2 | -1/+1 |
| | | |||||
* | | Merge pull request #806 from willingc/doc-fixlink | Matt Iversen | 2015-10-11 | 1 | -2/+2 |
|\ \ | | | | | | | Fix bad links to virtualenvwrapper in docs | ||||
| * | | Fix bad links to virtualenvwrapper | Carol Willing | 2015-10-10 | 1 | -2/+2 |
|/ / | |||||
* | | Remove extraneous commented package lines | Matt Iversen | 2015-10-09 | 1 | -155/+8 |
| | | | | | | | | Since 3.3 development is finished, we no longer need these. |