| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix documentationdocs | Bernat Gabor | 2018-10-26 | 7 | -130/+26 |
| | | |||||
| * | Merge pull request #1221 from pypa/lint | Bernát Gábor | 2018-10-26 | 23 | -1300/+1463 |
| |\ | | | | | Add linter and code formatter | ||||
| | * | workaround ConfigParser bug | Bernat Gabor | 2018-10-26 | 2 | -2/+3 |
| | | | |||||
| | * | fix shield | Bernat Gabor | 2018-10-25 | 1 | -5/+2 |
| | | | |||||
| | * | fix flake8 errors | Bernat Gabor | 2018-10-25 | 7 | -75/+71 |
| | | | |||||
| | * | distutils-init | Bernat Gabor | 2018-10-25 | 2 | -48/+67 |
| | | | |||||
| | * | site | Bernat Gabor | 2018-10-25 | 2 | -274/+285 |
| | | | |||||
| | * | activate | Bernat Gabor | 2018-10-25 | 4 | -25/+26 |
| | | | |||||
| | * | setup | Bernat Gabor | 2018-10-25 | 1 | -51/+50 |
| | | | |||||
| | * | add virtualenv | Bernat Gabor | 2018-10-25 | 1 | -568/+624 |
| | | | |||||
| | * | paint it black | Bernat Gabor | 2018-10-25 | 2 | -171/+148 |
| | | | |||||
| | * | fix embed | Bernat Gabor | 2018-10-25 | 1 | -33/+57 |
| | | | |||||
| | * | fix readme, add lint params | Bernat Gabor | 2018-10-25 | 14 | -89/+171 |
| |/ | |||||
| * | Merge pull request #1219 from pypa/add-ci | Bernát Gábor | 2018-10-25 | 6 | -45/+247 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update detecting Windows Python installations - now correctly detects current user installation and not just those installed at the system level - for Python versions 3.5+ (which track 32-bit & 64-bit installations separately), recognize version tags X.Y, X.Y-32 & X.Y-64 where X.Y represents the 64-bit installation if available or 32-bit otherwise * touch up & improve `resolve_interpreter()` tests - tests no longer permanently modify the `virtualenv` module under test (`virtualenv.is_executable` changes were leaking from some tests) - tests now check that `get_installed_python()` results unrelated to the given version tag do not affect the result - simple patch function's return values now given in `@patch` decorators to make the test code more compact * test resolve_interpreter() with registered python installations * test `get_installed_pythons()` on and off Windows platform * add embed tox env * disable Python 3.4 * fix coverage reporter | ||||
| | * | fix coverage reporter | Bernat Gabor | 2018-10-25 | 1 | -7/+7 |
| | | | |||||
| | * | disable Python 3.4 | Bernat Gabor | 2018-10-25 | 1 | -1/+1 |
| | | | |||||
| | * | add embed tox env | Bernat Gabor | 2018-10-25 | 3 | -2/+14 |
| | | | |||||
| | * | test `get_installed_pythons()` on and off Windows platform | Jurko Gospodnetić | 2018-10-25 | 1 | -1/+143 |
| | | | |||||
| | * | test resolve_interpreter() with registered python installations | Jurko Gospodnetić | 2018-10-25 | 1 | -0/+29 |
| | | | |||||
| | * | touch up & improve `resolve_interpreter()` tests | Jurko Gospodnetić | 2018-10-25 | 1 | -14/+15 |
| | | | | | | | | | | | | | | | | | | | - tests no longer permanently modify the `virtualenv` module under test (`virtualenv.is_executable` changes were leaking from some tests) - tests now check that `get_installed_python()` results unrelated to the given version tag do not affect the result - simple patch function's return values now given in `@patch` decorators to make the test code more compact | ||||
| | * | update detecting Windows Python installations | Jurko Gospodnetić | 2018-10-25 | 1 | -20/+38 |
| |/ | | | | | | | | - now correctly detects current user installation and not just those installed at the system level - for Python versions 3.5+ (which track 32-bit & 64-bit installations separately), recognize version tags X.Y, X.Y-32 & X.Y-64 where X.Y represents the 64-bit installation if available or 32-bit otherwise | ||||
| * | move to src layout to fix coverage report | Bernat Gabor | 2018-10-23 | 8 | -15/+19 |
| | | |||||
| * | move CI to Azure Pipelines | Bernat Gabor | 2018-10-23 | 5 | -81/+213 |
| | | |||||
| * | Improve tox and add pyproject.toml (#1216) | Bernát Gábor | 2018-10-22 | 4 | -33/+82 |
| | | | | | | | | * explain .gitignore * add documentations to tox.ini; python 3.7 to test envs * add coverage and timeout to tests * add pyproject.toml and isolated tox build | ||||
| * | enable pip cache in travis build | Thijs Triemstra | 2018-10-15 | 1 | -0/+1 |
| | | |||||
| * | enable pip cache in appveyor build | Thijs Triemstra | 2018-10-15 | 1 | -0/+3 |
| | | |||||
| * | travis: enable use of test_activate.sh (#1087) | Sorin Sbarnea | 2018-10-12 | 4 | -9/+34 |
| | | |||||
| * | Upgrade bundled (#1205) | Anthony Sottile | 2018-10-05 | 4 | -1/+2 |
| | | |||||
| * | Fix instructions for download of virtualenv. (#1210) | Zvezdan Petkovic | 2018-10-05 | 6 | -13/+14 |
| | | | | | | | | | | | Replaced pypi.python.org with pypi.org in the download URL. Added `-L` option to `curl` to follow redirects from randomized hash URLS. Also, replaced pypi.python.org/pypi with pypi.org/project throughout the docs. This fix addresses the most important part of #1042. | ||||
| * | Include /path/to/ENV for activate (#1178) | Ryan Lovett | 2018-09-24 | 1 | -1/+1 |
| | | | | Be explicit about where `activate` is and maintain the convention used throughout. | ||||
| * | travis: fail fast if rebuild-script was not called (#1194) | Sorin Sbarnea | 2018-09-22 | 1 | -1/+4 |
| | | | | | | | | Avoid running tests if rebuild-script is making repository dirty because this means that code was commited without rebuilding first. This prevents wasted time on reviews. | ||||
| * | Fix issue 1099: pass environment variable PIP_NO-INPUT=1 to pip to prevent ↵ | Henk-Jaap Wagenaar | 2018-09-22 | 1 | -0/+1 |
| | | | | | failures on prompts. (#1101) | ||||
| * | Fix grammatical error (#1195) | msrahman07 | 2018-09-22 | 1 | -1/+1 |
| | | | | "should filed" --> "should be filed" | ||||
| * | Bump for development | Donald Stufft | 2018-05-16 | 2 | -1/+5 |
| | | |||||
| * | Bump for release16.0.0 | Donald Stufft | 2018-05-16 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #1176 from dstufft/upgrade | Donald Stufft | 2018-05-16 | 6 | -0/+6 |
| |\ | | | | | Upgrade bundled | ||||
| | * | Upgrade bundled | Donald Stufft | 2018-05-16 | 6 | -0/+6 |
| |/ | |||||
| * | Merge pull request #1175 from dstufft/drop-2.6 | Donald Stufft | 2018-05-16 | 10 | -31/+11 |
| |\ | | | | | Drop support for Python 2.6 | ||||
| | * | Drop support for Python 2.6 | Donald Stufft | 2018-05-16 | 10 | -31/+11 |
| |/ | |||||
| * | Bump for development | Donald Stufft | 2018-03-21 | 2 | -1/+5 |
| | | |||||
| * | Bump for release15.2.0 | Donald Stufft | 2018-03-21 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #1152 from dstufft/upgrade-pip | Donald Stufft | 2018-03-21 | 3 | -2/+2 |
| |\ | | | | | Upgrade pip to 9.0.3 and setuptools to 39.0.1 | ||||
| | * | Upgrade pip to 9.0.3 and setuptools to 39.0.1 | Donald Stufft | 2018-03-21 | 3 | -2/+2 |
| |/ | |||||
| * | Merge pull request #1149 from dstufft/upgrade | Donald Stufft | 2018-03-17 | 6 | -3/+15 |
| |\ | | | | | Upgrade bundled dependencies | ||||
| | * | Also need to handle setuptools for 2.6 support | Donald Stufft | 2018-03-17 | 2 | -2/+5 |
| | | | |||||
| | * | Restore support for Python 2.6 | Donald Stufft | 2018-03-17 | 2 | -1/+4 |
| | | | |||||
| | * | Upgrade bundled dependencies | Donald Stufft | 2018-03-17 | 5 | -0/+6 |
| |/ | |||||
| * | Declare support for Python 3.6 | Jon Banafato | 2018-02-18 | 2 | -2/+2 |
| | | | | | | | Per the [changelog](https://github.com/pypa/virtualenv/blob/6d8a4ed81f40223a3f9ea1ba5d11be500d9f667a/docs/changes.rst) notes for `15.1.0`, Python 3.6 is supported. This change adds 3.6 to the trove classifiers and drops the now-unsupported 3.3. | ||||
| * | Merge pull request #1103 from mattip/pypy-dlls | Philip Jenvey | 2017-12-14 | 1 | -11/+19 |
| |\ | | | | | BUG: pypy dlls are named differently | ||||
| | * | pypy dlls are named differently | mattip | 2017-11-17 | 1 | -11/+19 |
| |/ | |||||
