| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Remove another reference to py27 | Jason R. Coombs | 2020-01-19 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Only run 'egg_info' when bootstrapping was required. | Jason R. Coombs | 2020-01-19 | 1 | -8/+4 | |
| * | | | | | Include PKG-INFO in minimal egg-info so that metadata doesn't need to be gene... | Jason R. Coombs | 2020-01-19 | 1 | -2/+1 | |
| * | | | | | Add azure pipelines from jaraco/skeleton | Jason R. Coombs | 2020-01-19 | 1 | -0/+71 | |
| * | | | | | Bump version: 45.0.0 → 45.1.0v45.1.0 | Jason R. Coombs | 2020-01-19 | 6 | -5/+10 | |
| * | | | | | Update changelog. | Jason R. Coombs | 2020-01-19 | 1 | -0/+1 | |
| * | | | | | Merge pull request #1978 from bennuttall/patch-2 | Jason R. Coombs | 2020-01-19 | 1 | -3/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Ensure bdist_wheel no longer creates a universal wheel, close #1976 | Ben Nuttall | 2020-01-19 | 1 | -3/+0 | |
| * | | | | | | Merge pull request #1972 from jdufresne/py3-only | Jason R. Coombs | 2020-01-19 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Add 'Programming Language :: Python :: 3 :: Only' trove classifier | Jon Dufresne | 2020-01-18 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1966 from maggyero/patch-1 | Jason R. Coombs | 2020-01-16 | 1 | -61/+61 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Uniformise quotation marks | Géry Ogam | 2020-01-15 | 1 | -52/+52 | |
| | * | | | | | Remove the python command from setup.py calls | Géry Ogam | 2020-01-15 | 1 | -7/+7 | |
| | * | | | | | Fix typos | Géry Ogam | 2020-01-13 | 1 | -2/+2 | |
| * | | | | | | Merge branch 'maint/44.x' | Jason R. Coombs | 2020-01-14 | 3 | -0/+36 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/... | Jason R. Coombs | 2020-01-14 | 3 | -0/+36 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Add tests | Emiel Wiedijk | 2019-05-15 | 1 | -0/+28 | |
| | | * | | | | | Add changelog entry | Emiel Wiedijk | 2019-05-15 | 1 | -0/+1 | |
| | | * | | | | | Set sys.argv[0] in build scripts run by build_meta | Emiel Wiedijk | 2019-05-15 | 1 | -0/+7 | |
| * | | | | | | | Update Python 2 warning to include a minimum sunset date and add a preamble t... | Jason R. Coombs | 2020-01-14 | 2 | -2/+6 | |
| * | | | | | | | Merge pull request #1840 from webknjaz/features/integrate-github-actions-ci-c... | Jason R. Coombs | 2020-01-13 | 1 | -0/+76 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | Upgrade the macOS VMs to use a new supported version | Sviatoslav Sydorenko | 2020-01-12 | 1 | -1/+1 | |
| | * | | | | | | Add Python 3.8 to the test matrix | Sviatoslav Sydorenko | 2020-01-12 | 1 | -0/+1 | |
| | * | | | | | | Don't skip missing interpreters in tox | Sviatoslav Sydorenko | 2019-09-02 | 1 | -1/+1 | |
| | * | | | | | | Temporary comment out win jobs | Sviatoslav Sydorenko | 2019-09-02 | 1 | -2/+2 | |
| | * | | | | | | Add GitHub Actions CI/CD test suite workflow | Sviatoslav Sydorenko | 2019-09-02 | 1 | -0/+75 | |
| * | | | | | | | Merge pull request #1961 from pypa/restore-python2-tests | Jason R. Coombs | 2020-01-12 | 3 | -1/+13 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Set toxenv for Python 2.7 so that workaround is present. | Jason R. Coombs | 2020-01-12 | 1 | -1/+2 | |
| | * | | | | | | | Restore testing on Python 2, bypassing the requires-python check when install... | Jason R. Coombs | 2020-01-12 | 3 | -1/+12 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'maint/44.x' | Jason R. Coombs | 2020-01-12 | 2 | -25/+20 | |
| |\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | Merge pull request #1962 from pypa/debt/pip-version | Jason R. Coombs | 2020-01-12 | 2 | -25/+20 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Rely on tox-pip-version to upgrade pip and minimize the hack for removing set... | Jason R. Coombs | 2020-01-12 | 2 | -25/+20 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Bump version: 44.0.0 → 45.0.0v45.0.0 | Jason R. Coombs | 2020-01-11 | 5 | -4/+9 | |
| * | | | | | | | Merge pull request #1954 from gpotter2/patch-2 | Jason R. Coombs | 2020-01-11 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update setuptools.txt | Gabriel | 2020-01-02 | 1 | -2/+2 | |
| * | | | | | | | | Merge pull request #1957 from di/fix-upload-uri | Jason R. Coombs | 2020-01-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix TestPyPI upload URI | Dustin Ingram | 2020-01-06 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1955 from pypa/drop-py2 | Jason R. Coombs | 2020-01-11 | 6 | -12/+25 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Add obnoxious warning about Python 2 being unsupported on this release with g... | Jason R. Coombs | 2020-01-03 | 2 | -0/+20 | |
| | * | | | | | | | Require Python 3.5 or later, dropping support for Python 2. | Jason R. Coombs | 2020-01-02 | 4 | -12/+5 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1959 from hugovk/fix-flake8-2020 | Jason R. Coombs | 2020-01-11 | 12 | -31/+32 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Add changelog | Hugo | 2020-01-08 | 1 | -0/+1 | |
| | * | | | | | | Fix for Python 4: replace unsafe six.PY3 with PY2 | Hugo | 2020-01-08 | 11 | -31/+31 | |
| |/ / / / / / | ||||||
| * | | | | | | Bump version: 43.0.0 → 44.0.0v44.0.0 | Jason R. Coombs | 2020-01-01 | 4 | -3/+8 | |
| * | | | | | | Merge pull request #1908 from benoit-pierre/drop_py34_support | Jason R. Coombs | 2020-01-01 | 8 | -13/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | drop support for Python 3.4 | Benoit Pierre | 2019-11-15 | 8 | -13/+8 | |
| * | | | | | | | Fix latin1 and utf8 tests on Python 2 | Jason R. Coombs | 2020-01-01 | 1 | -2/+11 | |
| * | | | | | | | Restore Python 2.7 compatibility | Jason R. Coombs | 2020-01-01 | 1 | -5/+1 | |
| * | | | | | | | Merge pull request #1938 from maggyero/patch-1 | Jason R. Coombs | 2019-12-31 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update setuptools.txt | Géry Ogam | 2019-12-12 | 1 | -6/+6 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
