summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test more virtualenv invocationstest-virtualenv-moreMatthew Iversen2016-01-222-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-classifiersMatt Iversen2016-01-221-2/+1
|\ | | | | Update PyPI classifiers to match currently supported Python versions
| * Update PyPI classifiers to match currently supported Python versionsEd Morley2016-01-201-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 developmentDonald Stufft2016-01-212-1/+5
| |
* | Merge branch 'master' into developDonald Stufft2016-01-210-0/+0
|\ \
| * \ Merge branch 'develop'14.0.1Donald Stufft2016-01-213-1/+10
| |\ \ | |/ / |/| |
* | | Bump for releaseDonald Stufft2016-01-212-2/+6
| | |
* | | Merge pull request #849 from dstufft/updateDonald Stufft2016-01-211-0/+0
|\ \ \ | | | | | | | | Upgrade pip 8.0.0 to 8.0.2
| * | | Upgrade pip 8.0.0 to 8.0.2Donald Stufft2016-01-211-0/+0
|/ / /
* | | Merge pull request #848 from dstufft/default-trueDonald Stufft2016-01-211-0/+1
|\ \ \ | |_|/ |/| | Default to true
| * | Default to trueDonald Stufft2016-01-211-0/+1
|/ /
* | Bump version for developmentDonald Stufft2016-01-192-1/+5
| |
* | Merge branch 'master' into developDonald Stufft2016-01-190-0/+0
|\ \ | |/
| * Merge branch 'develop'14.0.0Donald Stufft2016-01-1930-546/+618
| |\ | |/ |/|
* | bump version for releaseDonald Stufft2016-01-192-2/+2
| |
* | Merge pull request #842 from dstufft/upgradeDonald Stufft2016-01-195-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.0Donald Stufft2016-01-195-2/+6
|/ /
* | Merge pull request #830 from kankri/developDonald Stufft2016-01-191-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 Kankkunen2015-12-091-1/+14
| | |
* | | Merge pull request #841 from dstufft/independentDonald Stufft2016-01-193-8/+16
|\ \ \ | | | | | | | | Make the --no-(pip|setuptools|wheel) options independent
| * | | Make the --no-(pip|setuptools|wheel) options independentDonald Stufft2016-01-193-8/+16
| | | |
* | | | Merge branch 'develop' of github.com:pypa/virtualenv into developMatt Iversen2016-01-204-31/+49
|\ \ \ \ | |/ / /
| * | | Merge pull request #840 from dstufft/downloadDonald Stufft2016-01-194-31/+49
| |\ \ \ | | | | | | | | | | Try to download the latest versions of preinstalled packages
| | * | | Try to download the latest versions of preinstalled packagesDonald Stufft2016-01-194-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 releasesMatt Iversen2016-01-201-1/+14
|/ / /
* | | Update deactivate.bat, apply to virtualenv.pyMatt Iversen2016-01-202-5/+5
| | |
* | | Modernize rebuild-script, now works with 2.7 & 3.5Matt Iversen2016-01-201-43/+45
| | |
* | | Update setuptools package to 19.4Matt Iversen2016-01-202-1/+1
| | |
* | | Merge pull request #839 from pypa/winbracketsMatt Iversen2016-01-195-43/+52
|\ \ \ | | | | | | | | Remove parentheses in *.bat to solve "Program Files (x86)" problems partially
| * | | Apply in virtualenv.pywinbracketsMatthew Iversen2016-01-191-5/+6
| | | |
| * | | Correct syntax and control logic flowMatt Iversen2016-01-191-3/+8
| | | |
| * | | Force CRLF for batch filesMatt Iversen2016-01-191-0/+1
| | | |
| * | | Add bat changes to virtualenv.pyMatthew Iversen2016-01-191-7/+9
| | | |
| * | | Remove some brackets in bat, solves #35Matthew Iversen2016-01-193-36/+36
|/ / /
* | | Homogenize test syntax, add explanation of itMatthew Iversen2016-01-182-14/+16
| | |
* | | Update setuptools to 19.1.1Matthew Iversen2015-12-172-2/+2
|/ /
* | Flatten logic of fix_lib64Matt Iversen2015-10-221-24/+26
| |
* | Simplify sys.path removal logic, use short form os.path.joinMatt Iversen2015-10-201-9/+5
| |
* | Fix 'python setup.py test' invocationMatt Iversen2015-10-201-4/+3
| |
* | Expand gitignoreMatt Iversen2015-10-201-3/+3
| |
* | Fix virtualenv tests on WindowsMatt Iversen2015-10-201-18/+14
| |
* | Merge branch 'extlinks' into developMatt Iversen2015-10-183-11/+19
|\ \
| * | Use issue/pull extlinks in changesMatt Iversen2015-10-182-9/+13
| | |
| * | Make use of extlinks for issue & pull refsMatt Iversen2015-10-181-2/+6
| | |
* | | Merge pull request #805 from Ivoz/early-syspath-removalMatt Iversen2015-10-182-44/+50
|\ \ \ | |/ / | | | Remove file's directory from sys.path ASAP
| * | Remove file's directory from sys.path ASAPMatthew Iversen2015-10-182-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.4Matt Iversen2015-10-172-1/+1
| |
* | Merge pull request #806 from willingc/doc-fixlinkMatt Iversen2015-10-111-2/+2
|\ \ | | | | | | Fix bad links to virtualenvwrapper in docs
| * | Fix bad links to virtualenvwrapperCarol Willing2015-10-101-2/+2
|/ /
* | Remove extraneous commented package linesMatt Iversen2015-10-091-155/+8
| | | | | | | | Since 3.3 development is finished, we no longer need these.