Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add doctest for normalize_versionfeature/sic-versions-in-commands | Jason R. Coombs | 2020-10-06 | 1 | -1/+6 |
| | |||||
* | Honor 'sic' versions in egg_info. Ref #2181. | Jason R. Coombs | 2020-10-06 | 2 | -3/+12 |
| | |||||
* | Extract method for maybe_tag. | Jason R. Coombs | 2020-10-06 | 1 | -6/+11 |
| | |||||
* | Merge pull request #2398 from pypa/extract-ppc-patch | Jason R. Coombs | 2020-09-24 | 2 | -11/+29 |
|\ | | | | | Extract ppc patch | ||||
| * | Remove pypy3 from ppc64le (doesn't work). | Jason R. Coombs | 2020-09-24 | 1 | -2/+0 |
| | | |||||
| * | Extract PPC64LE into script and port to Python. | Jason R. Coombs | 2020-09-24 | 2 | -9/+29 |
|/ | |||||
* | Move setuptools-specific excluded folders to collect_ignore to match with ↵ | Jason R. Coombs | 2020-09-24 | 2 | -1/+6 |
| | | | | jaraco/skeleton. | ||||
* | Merge pull request #2379 from ezeeyahoo/master | Jason R. Coombs | 2020-09-24 | 2 | -0/+26 |
|\ | | | | | Adding changes to support PPC64LE | ||||
| * | Update comment to indicate the problem. | Jason R. Coombs | 2020-09-24 | 1 | -2/+5 |
| | | |||||
| * | Address review comments. | Jason R. Coombs | 2020-09-24 | 1 | -6/+1 |
| | | |||||
| * | Update changelog. | Jason R. Coombs | 2020-09-24 | 1 | -0/+1 |
| | | |||||
| * | Adding comments | Eshant Gupta | 2020-09-04 | 1 | -7/+3 |
| | | | | | | Restoring mis-placed comment, added comment for PPC64LE specific permission fix and reduced number of jobs for the same platform. | ||||
| * | Adding changes to support PPC64LE | Eshant Gupta | 2020-09-03 | 1 | -1/+32 |
| | | |||||
* | | Add changelog for #2093. | Jason R. Coombs | 2020-09-24 | 1 | -0/+1 |
| | | |||||
* | | Use canonical extension for docs. | Jason R. Coombs | 2020-09-23 | 32 | -7/+0 |
| | | |||||
* | | Merge pull request #2397 from pypa/feature/2093-docs-revamp | Jason R. Coombs | 2020-09-23 | 26 | -2326/+2811 |
|\ \ | | | | | | | Apply docs revamp | ||||
| * \ | Merge branch 'master' into feature/2093-docs-revampfeature/2093-docs-revamp | Jason R. Coombs | 2020-09-23 | 245 | -3475/+27747 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #2388 from pypa/feature/plugins-enabled-by-default | Jason R. Coombs | 2020-09-15 | 5 | -29/+23 |
|\ \ \ | | | | | | | | | Enable flake8 and cov plugins only when installed. | ||||
| * | | | Bring Python 3.5 tests back to improve coverage.feature/plugins-enabled-by-default | Jason R. Coombs | 2020-09-15 | 1 | -0/+4 |
| | | | | |||||
| * | | | Move VS tests to Python 3.8 | Jason R. Coombs | 2020-09-15 | 1 | -8/+8 |
| | | | | |||||
| * | | | Remove '--cov' in appveyor too. | Jason R. Coombs | 2020-09-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into feature/plugins-enabled-by-default | Jason R. Coombs | 2020-09-14 | 2 | -12/+0 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Remove legacy warning suppressions and Python 2 ignored collections. | Jason R. Coombs | 2020-09-14 | 2 | -12/+0 |
| | | | | |||||
| * | | | Restrict jaraco.test to Python 3.6 or later to avoid installation failures. | Jason R. Coombs | 2020-09-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Enable flake8 and cov plugins only when installed. Avoid installing in PyPy. | Jason R. Coombs | 2020-09-14 | 4 | -20/+10 |
|/ / / | |||||
* | | | Bump version: 50.2.0 → 50.3.0v50.3.0 | Jason R. Coombs | 2020-09-05 | 4 | -3/+8 |
| | | | |||||
* | | | Add changelog. Ref pypa/distutils#15. | Jason R. Coombs | 2020-09-05 | 1 | -0/+1 |
| | | | |||||
* | | | Merge https://github.com/pypa/distutils into master | Jason R. Coombs | 2020-09-05 | 2 | -1/+45 |
|\ \ \ | |||||
| * | | | Emit a warning when the fallback spawn was triggered. Ref pypa/distutils#15. | Jason R. Coombs | 2020-09-05 | 2 | -0/+4 |
| | | | | |||||
| * | | | Add fallback for the situation where distutils.ccompiler.CCompiler.spawn has ↵ | Jason R. Coombs | 2020-09-05 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | been patched. Fixes pypa/distutils#15. | ||||
| * | | | Add test capturing failed expectation. Ref pypa/distutils#15. | Jason R. Coombs | 2020-09-05 | 1 | -0/+20 |
| | | | | |||||
| * | | | No longer try to track package changes separately. | Jason R. Coombs | 2020-09-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bump version: 50.1.0 → 50.2.0v50.2.0 | Jason R. Coombs | 2020-09-04 | 5 | -7/+12 |
| | | | | |||||
* | | | | Merge pull request #2381 from ↵ | Jason R. Coombs | 2020-09-04 | 2 | -0/+14 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | pypa/bugfix/2355-keep-distutils-patched-when-pip-imported-during-build When pip is imported as part of a build, leave distutils patched. | ||||
| * | | | | When pip is imported as part of a build, leave distutils patched. Fixes #2355. | Jason R. Coombs | 2020-09-04 | 2 | -0/+14 |
| | | | | | |||||
* | | | | | Merge pull request #2380 from thisch/bdist-rpm | Jason R. Coombs | 2020-09-04 | 2 | -13/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | Reduce size of setuptools' bdist_rpm._make_spec_file | ||||
| * | | | | Reduce size of setuptools' bdist_rpm._make_spec_file | Thomas Hisch | 2020-09-04 | 2 | -13/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are some setuptools specific changes in the bdist_rpm module that are no longer needed, because the upstream/shipped version of distutils already contains them. The code that is removed in this commit from bdist_rpm is already part of the python-3.5 version of distutils. Related: #2377 | ||||
* | | | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-09-04 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Bump version: 50.0.3 → 50.1.0v50.1.0 | Jason R. Coombs | 2020-09-02 | 4 | -3/+8 |
| | | | | |||||
* | | | | Merge pull request #2376 from pypa/feature/stdlib-distutils-default-again | Jason R. Coombs | 2020-09-02 | 4 | -4/+7 |
|\ \ \ \ | |_|_|/ |/| | | | Make stdlib distutils the default again. Stop the burning. | ||||
| * | | | Update tests to specify local or stdlib for stability under default value. | Jason R. Coombs | 2020-09-02 | 1 | -2/+4 |
| | | | | |||||
| * | | | Make stdlib distutils the default again. Stop the burning. Ref #2350 and others. | Jason R. Coombs | 2020-09-02 | 3 | -2/+3 |
|/ / / | |||||
* | | | Ensure GITHUB_TOKEN is set. Closes #2328. | Jason R. Coombs | 2020-09-01 | 1 | -0/+1 |
| | | | |||||
* | | | Bump version: 50.0.2 → 50.0.3v50.0.3 | Jason R. Coombs | 2020-09-01 | 4 | -3/+8 |
| | | | |||||
* | | | Add links for distutils | Jason R. Coombs | 2020-09-01 | 1 | -0/+4 |
| | | | |||||
* | | | Merge https://github.com/pypa/distutils into master | Jason R. Coombs | 2020-09-01 | 3 | -1/+33 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #10 from pypa/bugfix/9-legacy-link-libpython | Jason R. Coombs | 2020-09-01 | 2 | -1/+32 |
| |\ \ | | | | | | | | | Restore pythonlib support on older Pythons. | ||||
| | * | | Restore pythonlib support on older Pythons. Fixes pypa/distutils#9. | Jason R. Coombs | 2020-09-01 | 2 | -1/+32 |
| |/ / | |||||
| * | | Merge branch 'clean' into master | Jason R. Coombs | 2020-09-01 | 3 | -4/+16 |
| |\ \ | |||||
| * \ \ | Merge branch 'clean' into master | Jason R. Coombs | 2020-08-31 | 4 | -3/+34 |
| |\ \ \ |