summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 63.4.0 → 63.4.1v63.4.1Jason R. Coombs2022-08-034-3/+11
* Merge pull request #3482 from pypa/bugfix/format-commands-regrJason R. Coombs2022-08-032-10/+28
|\
| * Update changelog.Jason R. Coombs2022-08-031-0/+1
| * Merge https://github.com/pypa/distutils into bugfix/format-commands-regrJason R. Coombs2022-08-031-10/+27
| |\ |/ /
| * Mark use of format_commands.append as deprecated. Ref anxuae/setuptools-cytho...Jason R. Coombs2022-08-031-2/+8
| * Revert "Remove compatibility shims for Setuptools."Jason R. Coombs2022-08-031-10/+21
* | Clean up cruft in changelog.Jason R. Coombs2022-08-021-6/+0
* | Bump version: 63.3.0 → 63.4.0v63.4.0Jason R. Coombs2022-08-028-9/+23
* | Merge pull request #3469 from pypa/debt/deprecate-upload-docsJason R. Coombs2022-08-022-2/+4
|\ \
| * | Update changelogJason R. Coombs2022-08-021-0/+1
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-08-021-1/+3
| * | spell out read the docsJason R. Coombs2022-08-021-1/+1
| * | Revert "Limit the scope of deprecation of the upload_docs command."Jason R. Coombs2022-07-272-2/+1
* | | Merge pull request #3480 from pypa/bugfix/distutils-164Jason R. Coombs2022-08-0274-1081/+1037
|\ \ \
| * | | Update changelogJason R. Coombs2022-08-021-0/+1
| * | | Merge https://github.com/pypa/distutils into bugfix/distutils-164Jason R. Coombs2022-08-0273-1081/+1036
| |\ \ \ |/ / / / | | | _
| * | Add test compatibility on Windows.Jason R. Coombs2022-08-021-5/+5
| * | Extract 'roots' variable.Jason R. Coombs2022-08-021-3/+3
| * | Use itertools.product to compute the product of two generators. Fixes pypa/di...Jason R. Coombs2022-08-022-3/+6
| * | Add tests capturing failure. Ref pypa/distutils#164.Jason R. Coombs2022-08-021-0/+16
| * | Move setup/teardown from BuildExtTestCase into a fixture.Jason R. Coombs2022-08-011-28/+23
| * | Replace save/restore of argv and cwd as pytest fixtures.Jason R. Coombs2022-08-015-59/+52
| * | Remove compatibility shims for Setuptools.Jason R. Coombs2022-07-311-21/+10
| * | Convert many tests to pytest nativeJason R. Coombs2022-07-3123-60/+31
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-07-317-11/+10
| * | ⚫ Fade to black.Jason R. Coombs2022-07-3124-67/+141
| * | Ran unittest2pytestJason R. Coombs2022-07-3140-773/+718
| * | Implement LoggingSilencer setup and teardown as a pytest fixture. Required bu...Jason R. Coombs2022-07-319-15/+42
| * | Implement TempdirManager setup and teardown as a pytest fixture.Jason R. Coombs2022-07-312-15/+19
| * | In DummyCommand, simplify setting of kwargs.Jason R. Coombs2022-07-311-2/+1
| * | Run pyupgrade --py37-plusJason R. Coombs2022-07-3150-148/+145
* | | Docs: create nice 404 pages (#3444)Anderson Bravalheri2022-08-023-0/+6
|\ \ \
| * \ \ Merge branch 'main' into docs-notfound-pageAnderson Bravalheri2022-08-01102-841/+470
| |\ \ \ | |/ / / |/| | |
* | | | Docs: enable tooltips on documentation (#3443)Anderson Bravalheri2022-08-013-0/+16
|\ \ \ \
| * | | | Docs: pin sphinx-hoverxref as minor than v2Manuel Kaufmann2022-07-131-1/+1
| * | | | Docs: enable tooltips on documentationManuel Kaufmann2022-07-133-0/+16
* | | | | Bump version: 63.2.0 → 63.3.0v63.3.0Jason R. Coombs2022-07-313-2/+16
* | | | | Merge pull request #3475 from pypa/distutils-129480bJason R. Coombs2022-07-3188-797/+389
|\ \ \ \ \
| * | | | | Update 'bdist' format addition to assume a single 'format_commands' as a dict...Jason R. Coombs2022-07-311-2/+6
| * | | | | Add changelog.Jason R. Coombs2022-07-311-0/+1
| * | | | | Merge https://github.com/pypa/distutils into distutils-129480bJason R. Coombs2022-07-3186-795/+382
| |\ \ \ \ \ |/ / / / / / | | | | _ / | | | | /
| * | | | ⚫ Fade to black.Jason R. Coombs2022-07-313-13/+16
| * | | | Assign result to a check and use that to consolidate return into a single exp...Jason R. Coombs2022-07-311-6/+8
| * | | | Calculate the CFLAGS match early and simply include that in the choice on whe...Jason R. Coombs2022-07-311-9/+5
| * | | | Eliminate repetition by iterating over the problem space.Jason R. Coombs2022-07-311-27/+21
| * | | | Rewrite the comment to focus on the mechanics and not the author.Jason R. Coombs2022-07-311-4/+4
| * | | | Extract _library_root to disentangle that concern from the other calculations.Jason R. Coombs2022-07-311-40/+41
| * | | | Rewrite comment in imperative voice. Use bulleted list for clarity. Short cir...Jason R. Coombs2022-07-311-11/+15
| * | | | Merge pull request #161 from DWesl/patch-3Jason R. Coombs2022-07-311-8/+9
| |\ \ \ \
| | * | | | Consolidate messaging when runtime_library_dirs is indicated.Jason R. Coombs2022-07-311-10/+9