MCPcopy Create free account

hub / github.com/collective/buildout.python / functions

Functions69 in github.com/collective/buildout.python

↓ 3 callersFunction_clean_check
Run the command to download target. If the command fails, clean up before re-raising the error.
src/scripts/ez_setup-1.x.py:154
↓ 3 callersFunction_clean_check
Run the command to download target. If the command fails, clean up before re-raising the error.
src/scripts/ez_setup.py:149
↓ 3 callersFunction_clean_check
Run the command to download target. If the command fails, clean up before re-raising the error.
src/scripts/ez_setup-latest.py:223
↓ 3 callersFunction_do_download
(version, download_base, to_dir, download_delay)
src/scripts/ez_setup-1.x.py:105
↓ 3 callersFunction_do_download
(version, download_base, to_dir, download_delay)
src/scripts/ez_setup.py:100
↓ 3 callersFunctionquote
(c)
bootstrap.py:104
↓ 2 callersFunction_extractall
Extract all members from the archive to the current working directory and set owner, modification time and permissions on directories af
src/scripts/ez_setup-1.x.py:294
↓ 2 callersFunction_extractall
Extract all members from the archive to the current working directory and set owner, modification time and permissions on directories af
src/scripts/ez_setup.py:289
↓ 2 callersFunction_python_cmd
(*args)
src/scripts/ez_setup-1.x.py:35
↓ 2 callersFunction_python_cmd
Return True if the command succeeded.
src/scripts/ez_setup.py:36
↓ 2 callersFunction_python_cmd
Execute a command. Return True if the command succeeded.
src/scripts/ez_setup-latest.py:47
↓ 2 callersFunction_unload_pkg_resources
()
src/scripts/ez_setup-latest.py:209
↓ 2 callersFunctionarchive_context
Unzip filename to a temporary directory, set to the cwd. The unzipped target is cleaned up after.
src/scripts/ez_setup-latest.py:99
↓ 2 callersFunctiondownload_setuptools
Download setuptools from a specified location and return its filename `version` should be a valid setuptools version number that is available
src/scripts/ez_setup-1.x.py:268
↓ 2 callersFunctiondownload_setuptools
Download setuptools from a specified location and return its filename `version` should be a valid setuptools version number that is available
src/scripts/ez_setup.py:263
↓ 2 callersFunctiondownload_setuptools
Download setuptools from a specified location and return its filename. `version` should be a valid setuptools version number that is availab
src/scripts/ez_setup-latest.py:331
↓ 1 callersFunction_build_egg
(egg, tarball, to_dir)
src/scripts/ez_setup-1.x.py:76
↓ 1 callersFunction_build_egg
(egg, tarball, to_dir)
src/scripts/ez_setup.py:71
↓ 1 callersFunction_build_egg
Build Setuptools egg.
src/scripts/ez_setup-latest.py:69
↓ 1 callersFunction_build_install_args
Build the arguments to 'python setup.py install' on the setuptools package
src/scripts/ez_setup-1.x.py:341
↓ 1 callersFunction_build_install_args
Build the arguments to 'python setup.py install' on the setuptools package
src/scripts/ez_setup.py:329
↓ 1 callersFunction_build_install_args
Build the arguments to 'python setup.py install' on the setuptools package. Returns list of command line arguments.
src/scripts/ez_setup-latest.py:359
↓ 1 callersFunction_conflict_bail
Setuptools was imported prior to invocation, so it is unsafe to unload it. Bail out.
src/scripts/ez_setup-latest.py:191
↓ 1 callersFunction_do_download
Download Setuptools.
src/scripts/ez_setup-latest.py:132
↓ 1 callersFunction_download_args
Return args for download_setuptools function from cmdline args.
src/scripts/ez_setup-latest.py:397
↓ 1 callersFunction_install
(tarball, install_args=())
src/scripts/ez_setup-1.x.py:48
↓ 1 callersFunction_install
(tarball, install_args=())
src/scripts/ez_setup.py:43
↓ 1 callersFunction_install
Install Setuptools.
src/scripts/ez_setup-latest.py:57
↓ 1 callersFunction_parse_args
Parse the command line for options
src/scripts/ez_setup-1.x.py:353
↓ 1 callersFunction_parse_args
Parse the command line for options
src/scripts/ez_setup.py:335
↓ 1 callersFunction_parse_args
Parse the command line for options.
src/scripts/ez_setup-latest.py:368
↓ 1 callersFunctionmain
Install or upgrade setuptools and EasyInstall
src/scripts/ez_setup-1.x.py:374
↓ 1 callersFunctionmain
Install or upgrade setuptools and EasyInstall
src/scripts/ez_setup.py:356
↓ 1 callersFunctionmain
Install or upgrade setuptools and EasyInstall.
src/scripts/ez_setup-latest.py:407
Method__enter__
(self)
src/scripts/ez_setup-latest.py:85
Method__exit__
(self, type, value, traceback)
src/scripts/ez_setup-latest.py:88
Method__new__
Construct a ZipFile or ContextualZipFile as appropriate.
src/scripts/ez_setup-latest.py:91
Function_check_call_py24
(cmd, *args, **kwargs)
src/scripts/ez_setup-1.x.py:39
Functiondownload_file_curl
(url, target)
src/scripts/ez_setup-1.x.py:195
Functiondownload_file_curl
(url, target)
src/scripts/ez_setup.py:190
Functiondownload_file_curl
(url, target)
src/scripts/ez_setup-latest.py:273
Functiondownload_file_insecure
Use Python to download the file, even though it cannot authenticate the connection.
src/scripts/ez_setup-1.x.py:231
Functiondownload_file_insecure
Use Python to download the file, even though it cannot authenticate the connection.
src/scripts/ez_setup.py:226
Functiondownload_file_insecure
Use Python to download the file, without connection authentication.
src/scripts/ez_setup-latest.py:305
Functiondownload_file_powershell
Download the file at url to target using Powershell (which will validate trust). Raise an exception if the command cannot complete.
src/scripts/ez_setup-1.x.py:166
Functiondownload_file_powershell
Download the file at url to target using Powershell (which will validate trust). Raise an exception if the command cannot complete.
src/scripts/ez_setup.py:161
Functiondownload_file_powershell
Download the file at url to target using Powershell. Powershell will validate trust. Raise an exception if the command cannot complete.
src/scripts/ez_setup-latest.py:237
Functiondownload_file_wget
(url, target)
src/scripts/ez_setup-1.x.py:213
Functiondownload_file_wget
(url, target)
src/scripts/ez_setup.py:208
Functiondownload_file_wget
(url, target)
src/scripts/ez_setup-latest.py:289
Functionexpand_shellvars
(buildout)
src/scripts/shellvars.py:5
Functionget_best_downloader
()
src/scripts/ez_setup-1.x.py:256
Functionget_best_downloader
()
src/scripts/ez_setup.py:251
Functionget_best_downloader
()
src/scripts/ez_setup-latest.py:320
Functionhas_curl
()
src/scripts/ez_setup-1.x.py:199
Functionhas_curl
()
src/scripts/ez_setup.py:194
Functionhas_curl
()
src/scripts/ez_setup-latest.py:278
Functionhas_powershell
()
src/scripts/ez_setup-1.x.py:179
Functionhas_powershell
()
src/scripts/ez_setup.py:174
Functionhas_powershell
Determine if Powershell is available.
src/scripts/ez_setup-latest.py:259
Functionhas_wget
()
src/scripts/ez_setup-1.x.py:217
Functionhas_wget
()
src/scripts/ez_setup.py:212
Functionhas_wget
()
src/scripts/ez_setup-latest.py:294
Functionosdetect
(buildout)
src/scripts/osdetect.py:17
Functionsorter
(dir1, dir2)
src/scripts/ez_setup-1.x.py:319
Functiontest
(options, buildout)
src/scripts/test-python.py:1
Functionuse_setuptools
(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15)
src/scripts/ez_setup-1.x.py:123
Functionuse_setuptools
(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15)
src/scripts/ez_setup.py:118
Functionuse_setuptools
Ensure that a setuptools version is installed. Return None. Raise SystemExit if the requested version or later cannot be installed.
src/scripts/ez_setup-latest.py:152