◐ Shell
clean mode source ↗

Use current name for macOS by paulschreiber · Pull Request #55 · python/cpython

@paulschreiber

ned-deily

@paulschreiber

Mariatta referenced this pull request in Mariatta/cpython

Feb 25, 2017
(cherry picked from commit c086685)

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
Fix a setup.cfg metadata bug

Closes python#55

See merge request python-devs/importlib_resources!59

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
This patch adds a job that is able to accurately signal whether
all the expectations of the required jobs to succeed are met.

This job can then be used as a source of truth for judging whether
"CI passes" and can be used in the branch protection. It also plays
a role of a convenient "gate" — this is the only job that would have
to be listed in the branch protection as opposed to listing every
single job name generated by the test matrix (and they all have
different names — it's not possible to just select one `test` job
name).

Ref: https://github.com/re-actors/alls-green#why

isidentical pushed a commit to isidentical/cpython that referenced this pull request

Mar 26, 2023
…-actions

Cleanup grammar and actions // Remove unnecessary fstring code

This was referenced

Feb 11, 2025