Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/python-build-standalone
/ functions
Functions
186 in github.com/astral-sh/python-build-standalone
⨍
Functions
186
◇
Types & classes
14
↳
Endpoints
6
↓ 1 callers
Function
main
(regrtest_args)
cpython-windows/run_tests-13.py:15
↓ 1 callers
Function
main
test-distribution.py functionality.
pythonbuild/testdist.py:81
↓ 1 callers
Function
main
()
cpython-unix/build-main.py:31
↓ 1 callers
Function
main
()
cpython-unix/build.py:958
↓ 1 callers
Function
main
(regrtest_args)
cpython-unix/run_tests-13.py:15
↓ 1 callers
Function
make_s3_client
()
pythonbuild/mirror.py:150
↓ 1 callers
Function
materialize_clang
(host_platform: str, target_triple: str)
cpython-unix/build.py:314
↓ 1 callers
Function
parse_args
()
ci-matrix.py:501
↓ 1 callers
Function
parse_args
(argv: Sequence[str] | None = None)
pythonbuild/mirror.py:45
↓ 1 callers
Function
parse_labels
Parse labels into a dict of category -> set of values.
ci-matrix.py:43
↓ 1 callers
Function
parse_shasums
(shasums_path: Path)
pythonbuild/mirror.py:91
↓ 1 callers
Function
python_build_info
Obtain build metadata for the Python distribution.
cpython-unix/build.py:466
↓ 1 callers
Function
run
()
build.py:15
↓ 1 callers
Function
run
()
check.py:23
↓ 1 callers
Function
run_custom_unittests
Runs custom PBS unittests against a distribution.
pythonbuild/testdist.py:46
↓ 1 callers
Function
run_stdlib_tests
Run Python stdlib tests for a PBS distribution. The passed path is the `python` directory from the extracted distribution archive.
pythonbuild/testdist.py:66
↓ 1 callers
Function
secure_download_stream
Securely download a URL to a stream of chunks. If the integrity of the download fails, an IntegrityError is raised.
pythonbuild/utils.py:265
↓ 1 callers
Function
set_logger
(prefix, fh)
pythonbuild/logging.py:9
↓ 1 callers
Function
should_include_entry
Check if a matrix entry should be included. For pull requests, entries are restricted to the allowed target set (computed by expand_default_t
ci-matrix.py:175
↓ 1 callers
Function
supported_targets
Obtain a set of named targets that we can build.
pythonbuild/utils.py:82
↓ 1 callers
Function
target_needs
Obtain the dependencies needed to build the specified target.
pythonbuild/utils.py:98
↓ 1 callers
Method
to_asset
(self)
src/github_api_tester.py:132
↓ 1 callers
Method
upload_file
(self, bucket: str, key: str, path: Path)
pythonbuild/mirror.py:181
↓ 1 callers
Function
upload_release_distributions
(tmp_path_factory)
src/github_api_tester.py:297
↓ 1 callers
Function
validate_pull_request_defaults
Validate the pull_request defaults in ci-defaults.yaml.
ci-matrix.py:457
↓ 1 callers
Function
write_cpython_version
Write a CPython version in a directory.
pythonbuild/utils.py:232
↓ 1 callers
Function
write_dockerfiles
(source_dir: pathlib.Path, dest_dir: pathlib.Path)
pythonbuild/docker.py:19
↓ 1 callers
Function
write_package_versions
Write out versions of packages to files in a directory.
pythonbuild/utils.py:222
↓ 1 callers
Function
write_target_settings
(targets, dest_path: pathlib.Path)
pythonbuild/utils.py:243
↓ 1 callers
Function
write_triples_makefiles
Write out makefiles containing make variable settings derived from config.
pythonbuild/utils.py:176
Method
__init__
(self, *args, length: int)
pythonbuild/utils.py:260
Method
__init__
(self, container)
pythonbuild/buildenv.py:27
Method
__init__
(self, td)
pythonbuild/buildenv.py:143
Method
__init__
(self, master=None)
pythonbuild/disttests/__init__.py:272
Method
__post_init__
(self)
src/github_api_tester.py:93
Method
__post_init__
(self)
src/github_api_tester.py:120
Method
assertLibc
(value)
pythonbuild/disttests/__init__.py:300
Method
assertPythonWorks
(path: Path, argv0: Optional[str] = None)
pythonbuild/disttests/__init__.py:318
Method
error_handler
(fif, message)
pythonbuild/disttests/__init__.py:70
Method
fail_upload
(bucket: str, key: str, path: Path)
tests/test_mirror.py:126
Method
find_output_files
(self, base_path, pattern)
pythonbuild/buildenv.py:132
Function
get_asset
(id, org=None, repo=None)
src/github_api_tester.py:248
Method
get_file
(self, path)
pythonbuild/buildenv.py:107
Method
get_output_archive
(self, path=None, as_tar=False)
pythonbuild/buildenv.py:117
Function
get_release_by_id
(org, repo, release)
src/github_api_tester.py:215
Function
get_release_by_tag
(org, repo, tag)
src/github_api_tester.py:200
Function
get_target_support_file
( search_dir, prefix, python_version, host_platform, target_triple )
pythonbuild/utils.py:141
Method
get_tools_archive
(self, dest, name)
pythonbuild/buildenv.py:100
Method
install_artifact_archive
( self, build_dir, package_name, target_triple, build_options )
pythonbuild/buildenv.py:55
Method
install_toolchain
( self, build_dir, host_platform, target_triple: str, binutils=False,
pythonbuild/buildenv.py:71
Method
is_isolated
(self)
pythonbuild/buildenv.py:33
Method
is_isolated
(self)
pythonbuild/buildenv.py:149
Function
list_releases
(org, repo)
src/github_api_tester.py:210
Method
render
(self)
src/github_api_tester.py:149
Function
run_container
(client, image)
pythonbuild/docker.py:115
Method
say_hi
(self)
pythonbuild/disttests/__init__.py:287
Function
server
(nursery)
src/github_api_tester.py:288
Function
sort_key
(v)
pythonbuild/utils.py:428
Method
test_build_upload_entries
(self)
tests/test_mirror.py:53
Method
test_build_upload_entries_reports_missing
(self)
tests/test_mirror.py:86
Method
test_compression
(self)
pythonbuild/disttests/__init__.py:47
Method
test_ctypes
(self)
pythonbuild/disttests/__init__.py:58
Method
test_curses_import
(self)
pythonbuild/disttests/__init__.py:74
Method
test_curses_interactive
(self)
pythonbuild/disttests/__init__.py:81
Method
test_destination_to_source_name_full_archive
(self)
tests/test_mirror.py:25
Method
test_destination_to_source_name_install_only_archive
(self)
tests/test_mirror.py:35
Method
test_destination_to_source_name_rejects_wrong_tag
(self)
tests/test_mirror.py:45
Function
test_dry_run_writes_shasums_without_contacting_github
(tmp_path)
src/github_api_tester.py:344
Method
test_getpath
(self)
pythonbuild/disttests/__init__.py:317
Method
test_gil_disabled
(self)
pythonbuild/disttests/__init__.py:244
Method
test_hash_algorithm
(self)
pythonbuild/disttests/__init__.py:293
Method
test_hashlib
(self)
pythonbuild/disttests/__init__.py:87
Method
test_libc_identity
(self)
pythonbuild/disttests/__init__.py:299
Method
test_main_reports_all_upload_errors
(self)
tests/test_mirror.py:108
Method
test_nx_thread_creation
Test that thread creation works under e.g. systemd's MemoryDenyWriteExecute.
pythonbuild/disttests/__init__.py:360
Method
test_socket_af_vsock
(self)
pythonbuild/disttests/__init__.py:349
Method
test_sqlite
(self)
pythonbuild/disttests/__init__.py:136
Method
test_ssl
(self)
pythonbuild/disttests/__init__.py:196
Method
test_ssl_with_keylogfile
(self)
pythonbuild/disttests/__init__.py:221
Method
test_testcapi
(self)
pythonbuild/disttests/__init__.py:126
Method
test_tkinter
(self)
pythonbuild/disttests/__init__.py:268
Function
test_upload
(server, upload_release_distributions, tag)
src/github_api_tester.py:331
Method
test_uploads_artifacts_to_mock_s3
(self)
tests/test_mirror_integration.py:20
Method
test_zstd_multithreaded
(self)
pythonbuild/disttests/__init__.py:258
Function
upload_asset
(release)
src/github_api_tester.py:220
Function
upload_file
(path)
src/github_api_tester.py:271
← previous
101–186 of 186, ranked by callers