cpython/Tools/build
Serhiy Storchaka dcf93c4c93
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
* All parameters of sqlite3.connect() except "database" are now keyword-only.
* The first three parameters of methods create_function() and
  create_aggregate() are now positional-only.
* The first parameter of methods set_authorizer(), set_progress_handler()
  and set_trace_callback() is now positional-only.
2025-05-08 15:42:00 +03:00
..
.ruff.toml Lint: Use Ruff to format `Tools/build/check_warnings.py` (#133317) 2025-05-02 21:26:32 +01:00
.warningignore_macos gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
.warningignore_ubuntu gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
check_extension_modules.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
check_warnings.py Lint: Use Ruff to format `Tools/build/check_warnings.py` (#133317) 2025-05-02 21:26:32 +01:00
compute-changes.py GH-133410: Use commit hashes for change detection (gh-133416) 2025-05-05 10:49:12 +02:00
deepfreeze.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
freeze_modules.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
generate-build-details.py gh-131152: Remove unused imports from Tools/{build,wasm} (#131155) 2025-03-13 10:58:28 +01:00
generate_global_objects.py gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh-132780) 2025-04-21 16:58:10 +00:00
generate_levenshtein_examples.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
generate_re_casefix.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
generate_sbom.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
generate_sre_constants.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
generate_stdlib_module_names.py GH-91048: Minor fixes for `_remotedebugging & rename to _remote_debugging` (#133398) 2025-05-05 02:30:14 +02:00
generate_token.py gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
mypy.ini gh-133403: Type Tools/build/update_file.py and check it with mypy (#133404) 2025-05-07 22:11:04 +03:00
parse_html5_entities.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
regen-configure.sh gh-115765: Upgrade to GNU Autoconf 2.72 (#128411) 2025-01-03 11:37:54 +00:00
smelly.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
stable_abi.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
umarshal.py gh-132390: Apply Ruff linting to Tools/build (#132391) 2025-04-20 11:21:41 +02:00
update_file.py gh-133403: Type Tools/build/update_file.py and check it with mypy (#133404) 2025-05-07 22:11:04 +03:00
verify_ensurepip_wheels.py GH-80789: Get rid of the `ensurepip` infra for many wheels (#109245) 2024-01-30 01:25:31 +00:00