summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Jython to CIjythonBernat Gabor2018-10-285-19/+42
|
* Jython supportBernat Gabor2018-10-284-16/+31
|
* Refactor sys.stdout.write to print (#1231)Ming Li2018-10-271-5/+5
| | | | | | | | | | | | | | | | * refactor sys.stdout.write to print for readability * print_function * format string * top print_function import * format string and use sys flush * remove end keyword for compatibility * format again
* Issue 1215: A script to automatically rebuild virtualenv_support (#1225)ThomasTPG2018-10-277-3/+56
|
* ensure prefix path is absolute (#1227)Bernát Gábor2018-10-262-0/+3
| | | Replaces #1208 as the PR is not edit-able.
* add dev tox env (#1226)Bernát Gábor2018-10-261-0/+9
|
* Update seed-isort-config to 1.3.0 (#1224)Anthony Sottile2018-10-262-4/+4
|
* Fix documentation generation (#1222)Bernát Gábor2018-10-267-130/+26
| | | | 👍
* Merge pull request #1221 from pypa/lintBernát Gábor2018-10-2623-1300/+1463
|\ | | | | Add linter and code formatter
| * workaround ConfigParser bugBernat Gabor2018-10-262-2/+3
| |
| * fix shieldBernat Gabor2018-10-251-5/+2
| |
| * fix flake8 errorsBernat Gabor2018-10-257-75/+71
| |
| * distutils-initBernat Gabor2018-10-252-48/+67
| |
| * siteBernat Gabor2018-10-252-274/+285
| |
| * activateBernat Gabor2018-10-254-25/+26
| |
| * setupBernat Gabor2018-10-251-51/+50
| |
| * add virtualenvBernat Gabor2018-10-251-568/+624
| |
| * paint it blackBernat Gabor2018-10-252-171/+148
| |
| * fix embedBernat Gabor2018-10-251-33/+57
| |
| * fix readme, add lint paramsBernat Gabor2018-10-2514-89/+171
|/
* Merge pull request #1219 from pypa/add-ciBernát Gábor2018-10-256-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 reporterBernat Gabor2018-10-251-7/+7
| |
| * disable Python 3.4Bernat Gabor2018-10-251-1/+1
| |
| * add embed tox envBernat Gabor2018-10-253-2/+14
| |
| * test `get_installed_pythons()` on and off Windows platformJurko Gospodnetić2018-10-251-1/+143
| |
| * test resolve_interpreter() with registered python installationsJurko Gospodnetić2018-10-251-0/+29
| |
| * touch up & improve `resolve_interpreter()` testsJurko Gospodnetić2018-10-251-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 installationsJurko Gospodnetić2018-10-251-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 reportBernat Gabor2018-10-238-15/+19
|
* move CI to Azure PipelinesBernat Gabor2018-10-235-81/+213
|
* Improve tox and add pyproject.toml (#1216)Bernát Gábor2018-10-224-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 buildThijs Triemstra2018-10-151-0/+1
|
* enable pip cache in appveyor buildThijs Triemstra2018-10-151-0/+3
|
* travis: enable use of test_activate.sh (#1087)Sorin Sbarnea2018-10-124-9/+34
|
* Upgrade bundled (#1205)Anthony Sottile2018-10-054-1/+2
|
* Fix instructions for download of virtualenv. (#1210)Zvezdan Petkovic2018-10-056-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 Lovett2018-09-241-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 Sbarnea2018-09-221-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 Wagenaar2018-09-221-0/+1
| | | | failures on prompts. (#1101)
* Fix grammatical error (#1195)msrahman072018-09-221-1/+1
| | | "should filed" --> "should be filed"
* Bump for developmentDonald Stufft2018-05-162-1/+5
|
* Bump for release16.0.0Donald Stufft2018-05-162-2/+2
|
* Merge pull request #1176 from dstufft/upgradeDonald Stufft2018-05-166-0/+6
|\ | | | | Upgrade bundled
| * Upgrade bundledDonald Stufft2018-05-166-0/+6
|/
* Merge pull request #1175 from dstufft/drop-2.6Donald Stufft2018-05-1610-31/+11
|\ | | | | Drop support for Python 2.6
| * Drop support for Python 2.6Donald Stufft2018-05-1610-31/+11
|/
* Bump for developmentDonald Stufft2018-03-212-1/+5
|
* Bump for release15.2.0Donald Stufft2018-03-212-2/+2
|
* Merge pull request #1152 from dstufft/upgrade-pipDonald Stufft2018-03-213-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.1Donald Stufft2018-03-213-2/+2
|/