MCPcopy Create free account

hub / github.com/astral-sh/python-build-standalone / functions

Functions186 in github.com/astral-sh/python-build-standalone

↓ 1 callersFunctionmain
(regrtest_args)
cpython-windows/run_tests-13.py:15
↓ 1 callersFunctionmain
test-distribution.py functionality.
pythonbuild/testdist.py:81
↓ 1 callersFunctionmain
()
cpython-unix/build-main.py:31
↓ 1 callersFunctionmain
()
cpython-unix/build.py:958
↓ 1 callersFunctionmain
(regrtest_args)
cpython-unix/run_tests-13.py:15
↓ 1 callersFunctionmake_s3_client
()
pythonbuild/mirror.py:150
↓ 1 callersFunctionmaterialize_clang
(host_platform: str, target_triple: str)
cpython-unix/build.py:314
↓ 1 callersFunctionparse_args
()
ci-matrix.py:501
↓ 1 callersFunctionparse_args
(argv: Sequence[str] | None = None)
pythonbuild/mirror.py:45
↓ 1 callersFunctionparse_labels
Parse labels into a dict of category -> set of values.
ci-matrix.py:43
↓ 1 callersFunctionparse_shasums
(shasums_path: Path)
pythonbuild/mirror.py:91
↓ 1 callersFunctionpython_build_info
Obtain build metadata for the Python distribution.
cpython-unix/build.py:466
↓ 1 callersFunctionrun
()
build.py:15
↓ 1 callersFunctionrun
()
check.py:23
↓ 1 callersFunctionrun_custom_unittests
Runs custom PBS unittests against a distribution.
pythonbuild/testdist.py:46
↓ 1 callersFunctionrun_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 callersFunctionsecure_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 callersFunctionset_logger
(prefix, fh)
pythonbuild/logging.py:9
↓ 1 callersFunctionshould_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 callersFunctionsupported_targets
Obtain a set of named targets that we can build.
pythonbuild/utils.py:82
↓ 1 callersFunctiontarget_needs
Obtain the dependencies needed to build the specified target.
pythonbuild/utils.py:98
↓ 1 callersMethodto_asset
(self)
src/github_api_tester.py:132
↓ 1 callersMethodupload_file
(self, bucket: str, key: str, path: Path)
pythonbuild/mirror.py:181
↓ 1 callersFunctionupload_release_distributions
(tmp_path_factory)
src/github_api_tester.py:297
↓ 1 callersFunctionvalidate_pull_request_defaults
Validate the pull_request defaults in ci-defaults.yaml.
ci-matrix.py:457
↓ 1 callersFunctionwrite_cpython_version
Write a CPython version in a directory.
pythonbuild/utils.py:232
↓ 1 callersFunctionwrite_dockerfiles
(source_dir: pathlib.Path, dest_dir: pathlib.Path)
pythonbuild/docker.py:19
↓ 1 callersFunctionwrite_package_versions
Write out versions of packages to files in a directory.
pythonbuild/utils.py:222
↓ 1 callersFunctionwrite_target_settings
(targets, dest_path: pathlib.Path)
pythonbuild/utils.py:243
↓ 1 callersFunctionwrite_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
MethodassertLibc
(value)
pythonbuild/disttests/__init__.py:300
MethodassertPythonWorks
(path: Path, argv0: Optional[str] = None)
pythonbuild/disttests/__init__.py:318
Methoderror_handler
(fif, message)
pythonbuild/disttests/__init__.py:70
Methodfail_upload
(bucket: str, key: str, path: Path)
tests/test_mirror.py:126
Methodfind_output_files
(self, base_path, pattern)
pythonbuild/buildenv.py:132
Functionget_asset
(id, org=None, repo=None)
src/github_api_tester.py:248
Methodget_file
(self, path)
pythonbuild/buildenv.py:107
Methodget_output_archive
(self, path=None, as_tar=False)
pythonbuild/buildenv.py:117
Functionget_release_by_id
(org, repo, release)
src/github_api_tester.py:215
Functionget_release_by_tag
(org, repo, tag)
src/github_api_tester.py:200
Functionget_target_support_file
( search_dir, prefix, python_version, host_platform, target_triple )
pythonbuild/utils.py:141
Methodget_tools_archive
(self, dest, name)
pythonbuild/buildenv.py:100
Methodinstall_artifact_archive
( self, build_dir, package_name, target_triple, build_options )
pythonbuild/buildenv.py:55
Methodinstall_toolchain
( self, build_dir, host_platform, target_triple: str, binutils=False,
pythonbuild/buildenv.py:71
Methodis_isolated
(self)
pythonbuild/buildenv.py:33
Methodis_isolated
(self)
pythonbuild/buildenv.py:149
Functionlist_releases
(org, repo)
src/github_api_tester.py:210
Methodrender
(self)
src/github_api_tester.py:149
Functionrun_container
(client, image)
pythonbuild/docker.py:115
Methodsay_hi
(self)
pythonbuild/disttests/__init__.py:287
Functionserver
(nursery)
src/github_api_tester.py:288
Functionsort_key
(v)
pythonbuild/utils.py:428
Methodtest_build_upload_entries
(self)
tests/test_mirror.py:53
Methodtest_build_upload_entries_reports_missing
(self)
tests/test_mirror.py:86
Methodtest_compression
(self)
pythonbuild/disttests/__init__.py:47
Methodtest_ctypes
(self)
pythonbuild/disttests/__init__.py:58
Methodtest_curses_import
(self)
pythonbuild/disttests/__init__.py:74
Methodtest_curses_interactive
(self)
pythonbuild/disttests/__init__.py:81
Methodtest_destination_to_source_name_full_archive
(self)
tests/test_mirror.py:25
Methodtest_destination_to_source_name_install_only_archive
(self)
tests/test_mirror.py:35
Methodtest_destination_to_source_name_rejects_wrong_tag
(self)
tests/test_mirror.py:45
Functiontest_dry_run_writes_shasums_without_contacting_github
(tmp_path)
src/github_api_tester.py:344
Methodtest_getpath
(self)
pythonbuild/disttests/__init__.py:317
Methodtest_gil_disabled
(self)
pythonbuild/disttests/__init__.py:244
Methodtest_hash_algorithm
(self)
pythonbuild/disttests/__init__.py:293
Methodtest_hashlib
(self)
pythonbuild/disttests/__init__.py:87
Methodtest_libc_identity
(self)
pythonbuild/disttests/__init__.py:299
Methodtest_main_reports_all_upload_errors
(self)
tests/test_mirror.py:108
Methodtest_nx_thread_creation
Test that thread creation works under e.g. systemd's MemoryDenyWriteExecute.
pythonbuild/disttests/__init__.py:360
Methodtest_socket_af_vsock
(self)
pythonbuild/disttests/__init__.py:349
Methodtest_sqlite
(self)
pythonbuild/disttests/__init__.py:136
Methodtest_ssl
(self)
pythonbuild/disttests/__init__.py:196
Methodtest_ssl_with_keylogfile
(self)
pythonbuild/disttests/__init__.py:221
Methodtest_testcapi
(self)
pythonbuild/disttests/__init__.py:126
Methodtest_tkinter
(self)
pythonbuild/disttests/__init__.py:268
Functiontest_upload
(server, upload_release_distributions, tag)
src/github_api_tester.py:331
Methodtest_uploads_artifacts_to_mock_s3
(self)
tests/test_mirror_integration.py:20
Methodtest_zstd_multithreaded
(self)
pythonbuild/disttests/__init__.py:258
Functionupload_asset
(release)
src/github_api_tester.py:220
Functionupload_file
(path)
src/github_api_tester.py:271
← previous101–186 of 186, ranked by callers