| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bootstrap the package unconditionally in setup.py. Fixes #2001.feature/implicit-bootstrap | Jason R. Coombs | 2020-02-16 | 4 | -47/+6 |
| * | Merge branch 'maint/44.x' | Jason R. Coombs | 2020-02-15 | 2 | -0/+5 |
| |\ | |||||
| | * | Suppress failures due to unfortunate combination of issues. Ref #2000. | Jason R. Coombs | 2020-02-15 | 1 | -0/+3 |
| | * | Merge pull request #1999 from pypa/bugfix/1998-virtualenv-site-conflict | Jason R. Coombs | 2020-02-15 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Pin virtualenv to <20 as workaround for #1998. | Jason R. Coombs | 2020-02-15 | 1 | -0/+2 |
| | |/ | |||||
| | * | Bootstrap the environment in tox, allowing simple 'tox' to run tests and simp... | Jason R. Coombs | 2020-02-06 | 6 | -15/+13 |
| | * | Add azure pipelines from jaraco/skeleton | Jason R. Coombs | 2020-02-05 | 1 | -0/+71 |
| * | | Merge pull request #1997 from pypa/bugfix/1996-py27-tests | Jason R. Coombs | 2020-02-15 | 1 | -1/+5 |
| |\ \ | |||||
| | * | | Avoid installing setuptools 45 on Python 2. | Jason R. Coombs | 2020-02-15 | 1 | -1/+5 |
| |/ / | |||||
| * | | Merge pull request #1764 from venthur/fix/1557 | Jason R. Coombs | 2020-02-11 | 4 | -1/+26 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into fix/1557 | Jason R. Coombs | 2020-02-11 | 120 | -2699/+4328 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Bump version: 45.1.0 → 45.2.0v45.2.0 | Jason R. Coombs | 2020-02-08 | 8 | -10/+15 |
| * | | | Merge pull request #1941 from joreiff/pr-easyinstall | Jason R. Coombs | 2020-02-05 | 2 | -13/+14 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into pr-easyinstall | Johannes Reiff | 2020-01-25 | 63 | -460/+867 |
| | |\ \ \ | |||||
| | * | | | | Add changelog entry for PR #1941 | Johannes Reiff | 2019-12-19 | 1 | -0/+4 |
| | * | | | | Make easy_install command less strict (fixes #1405) | Johannes Reiff | 2019-12-19 | 1 | -14/+10 |
| * | | | | | Merge pull request #1986 from vstinner/skip_wininst | Jason R. Coombs | 2020-02-05 | 2 | -2/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | Update changelog. | Jason R. Coombs | 2020-02-05 | 1 | -0/+1 |
| | * | | | | | Fix install_scripts() if bdist_wininst is missing | Victor Stinner | 2020-02-03 | 1 | -2/+5 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #1981 from pypa/feature/deps-in-metadata | Jason R. Coombs | 2020-02-04 | 8 | -23/+96 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Add changelog entry.feature/deps-in-metadata | Jason R. Coombs | 2020-02-04 | 1 | -0/+1 |
| | * | | | | Move docs dependencies into package metadata and use same technique as jaraco... | Jason R. Coombs | 2020-01-21 | 5 | -13/+16 |
| | * | | | | Merge remote-tracking branch 'origin/master' into feature/deps-in-metadata | Jason R. Coombs | 2020-01-21 | 1 | -17/+48 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1967 from webknjaz/bugfixes/setup-python-action-version | Jason R. Coombs | 2020-01-21 | 2 | -18/+49 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add back NETWORK_REQUIRED env var | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+1 |
| | * | | | | | Simplify GH Actions tests workflow | Sviatoslav Sydorenko | 2020-01-20 | 1 | -21/+27 |
| | * | | | | | Set TOXENV to pypy3 on macOS @ GH Actions CI/CD | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+4 |
| | * | | | | | Support PyPy2 | Sviatoslav Sydorenko | 2020-01-20 | 2 | -3/+3 |
| | * | | | | | Add PyPy 🐍 jobs to Actions CI/CD workflow | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+1 |
| | * | | | | | Fix running tests under Python 2 | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+2 |
| | * | | | | | Log Python location in CI | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+3 |
| | * | | | | | Log Python version in CI | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+3 |
| | * | | | | | Disable tox's parallel spinner | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+3 |
| | * | | | | | Switch to using the latest Ubuntu | Sviatoslav Sydorenko | 2020-01-20 | 1 | -1/+1 |
| | * | | | | | Cache Pip dists in GH Actions CI/CD workflows | Sviatoslav Sydorenko | 2020-01-20 | 1 | -0/+8 |
| | * | | | | | Bump setup-python action to v1.1.1 | Sviatoslav Sydorenko | 2020-01-20 | 1 | -1/+1 |
| | * | | | | | Use `python-version` in setup-python action | Sviatoslav Sydorenko | 2020-01-20 | 1 | -1/+1 |
| | | * | | | | Set PIP_USE_PEP517 in installer command so as not to influence the tests with... | Jason R. Coombs | 2020-01-21 | 2 | -1/+2 |
| | | * | | | | Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools ... | Jason R. Coombs | 2020-01-20 | 1 | -0/+1 |
| | | * | | | | Merge branch 'master' into feature/deps-in-metadata | Jason R. Coombs | 2020-01-20 | 2 | -1/+13 |
| | | |\ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | | Merge commit 'f9e279df' | Jason R. Coombs | 2020-01-20 | 2 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Move test dependencies into the package, removing 'tests' directory which mas... | Jason R. Coombs | 2020-01-20 | 2 | -1/+1 |
| * | | | | | | | Clarify subject of change. Ref #1905. | Jason R. Coombs | 2020-01-20 | 1 | -1/+1 |
| | |/ / / / / |/| | | | | | |||||
| | | * | | | | Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in me... | Jason R. Coombs | 2020-01-20 | 3 | -8/+43 |
| | | * | | | | Move test dependencies to package metadata. | Jason R. Coombs | 2020-01-19 | 4 | -14/+34 |
| | |/ / / / |/| | | | | |||||
| * | | | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -1/+2 |
| * | | | | | Merge pull request #1905 from mimi1vx/patch-1 | Jason R. Coombs | 2020-01-19 | 3 | -3/+18 |
| |\ \ \ \ \ | |||||
| | * | | | | | Separate test for 'is_present' into its own test and add a TODO about this be... | Jason R. Coombs | 2020-01-19 | 1 | -0/+5 |
| | * | | | | | Add changelog entry. Ref #1905. | Jason R. Coombs | 2020-01-19 | 1 | -0/+1 |
| | * | | | | | Extract 'find_spec' function to consolidate behavior. Ref #1905. | Jason R. Coombs | 2020-01-19 | 1 | -12/+12 |
