Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 🚑 Make Sphinx nitpicky about broken references | Sviatoslav Sydorenko | 2020-10-16 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2424 | |||||
| * | | | | | | Recover the changelog docs page link | Sviatoslav Sydorenko | 2020-10-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's been lost as a part of https://github.com/pypa/setuptools/pull/2097 | |||||
* | | | | | | | Merge pull request #2428 from webknjaz/maintenance/drop-docs-makefile | Jason R. Coombs | 2020-10-16 | 2 | -75/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | 🔥 Get rid of the unused sphinx `Makefile` | |||||
| * | | | | | | Add a change note | Sviatoslav Sydorenko | 2020-10-16 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | 🔥 Get rid of the unused sphinx `Makefile` | Sviatoslav Sydorenko | 2020-10-16 | 1 | -75/+0 | |
|/ / / / / / | ||||||
| | * | | | | Use the :pep: role instead of a manual link | Marius Gedminas | 2020-10-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com> | |||||
| | * | | | | And another malformed link | Marius Gedminas | 2020-10-05 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Fix ReST syntax error in the PEP 517 link | Marius Gedminas | 2020-10-05 | 1 | -1/+1 | |
| |/ / / / | ||||||
| | | * | | fix dev-guide inclusion of fragment guide | alvy | 2020-10-15 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | revert the change of location of changelog file | alvy | 2020-10-15 | 2 | -1/+0 | |
| | | | | | ||||||
| | | * | | group development related files together | alvy | 2020-10-15 | 5 | -1/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Bump version: 50.3.0 → 50.3.1v50.3.1 | Jason R. Coombs | 2020-10-14 | 11 | -10/+15 | |
| | | | | ||||||
* | | | | Exempt README as well. Ref #2395. | Jason R. Coombs | 2020-10-14 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Merge pull request #2413 from graingert/ignore-any-exception-loading2to3 | Jason R. Coombs | 2020-10-14 | 2 | -1/+2 | |
|\ \ \ \ | | | | | | | | | | | ignore any exception when loading 2to3 | |||||
| * | | | | Update changelog | Jason R. Coombs | 2020-10-14 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | ignore any exception when loading 2to3 | Thomas Grainger | 2020-10-04 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #2395 from webknjaz/docs/changelog-fragments | Jason R. Coombs | 2020-10-12 | 6 | -28/+120 | |
|\ \ \ \ | |_|/ / |/| | | | Make an illustrative change notes guide in GH UI | |||||
| * | | | 📝 Add an illustrative explanation of change notes | Sviatoslav Sydorenko | 2020-09-24 | 3 | -27/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change places a `README.rst` document under `changelog.d/` dir in order for GitHub to render it when users navigate to this location via the web UI. It also includes that into the dev guide in Sphinx docs. | |||||
| * | | | Fix command block in dev guide to `shell-session` | Sviatoslav Sydorenko | 2020-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This type is more appropriate for snippets containing shell commands with leading prompts followed by their output. `bash` syntax used earlier treats everything as a raw shell script contents highlighting words like `for`. | |||||
| * | | | 🚑 Exclude sphinx conf from pytest auto-discovery | Sviatoslav Sydorenko | 2020-09-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | But only under Python 3.5! | |||||
| * | | | Add a :user: role in Sphinx | Sviatoslav Sydorenko | 2020-09-24 | 2 | -1/+16 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds a role that links to the GitHub user Sponsors page. If that page is not set up, it'll redirect to the GitHub user profile page instead: Links to https://github.com/sponsors/{{ username }} open as GitHub Sponsors page if the target `username` has it enabled and redirect to https://github.com/{{ username }} if it's disabled. | |||||
* | | | 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 | |
| | | | | |