| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the --no-(pip|setuptools|wheel) options independent | Donald Stufft | 2016-01-19 | 1 | -2/+1 |
| | | |||||
| * | Try to download the latest versions of preinstalled packages | Donald Stufft | 2016-01-19 | 1 | -4/+6 |
| | | | | | | | | | | | | * 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. | ||||
| * | Install wheel automatically into new virtual environments | Donald Stufft | 2015-05-21 | 1 | -0/+4 |
| | | |||||
| * | Refer to python instead of python3 | Matthew Iversen | 2014-06-15 | 1 | -1/+1 |
| | | |||||
| * | Fix docs typos, thanks @alex | Matthew Iversen | 2014-06-15 | 1 | -1/+1 |
| | | |||||
| * | Capitalization Is Awesome | Matthew Iversen | 2014-06-15 | 1 | -1/+1 |
| | | |||||
| * | Usage, options, config, extending | Matthew Iversen | 2014-06-15 | 1 | -0/+256 |
