mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
The "Check if generated files are up to date" job of GitHub Actions now runs the "autoreconf -ivf -Werror" command instead of the "make regen-configure" command to avoid depending on the external quay.io server. Add Tools/build/regen-configure.sh script to regenerate the configure with an Ubuntu container image. The "quay.io/tiran/cpython_autoconf:271" container image (https://github.com/tiran/cpython_autoconf) is no longer used. |
||
|---|---|---|
| .. | ||
| check_extension_modules.py | ||
| deepfreeze.py | ||
| freeze_modules.py | ||
| generate_global_objects.py | ||
| generate_levenshtein_examples.py | ||
| generate_re_casefix.py | ||
| generate_sre_constants.py | ||
| generate_stdlib_module_names.py | ||
| generate_token.py | ||
| parse_html5_entities.py | ||
| regen-configure.sh | ||
| smelly.py | ||
| stable_abi.py | ||
| umarshal.py | ||
| update_file.py | ||
| verify_ensurepip_wheels.py | ||