Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/collective/buildout.python
/ functions
Functions
69 in github.com/collective/buildout.python
⨍
Functions
69
◇
Types & classes
2
↓ 3 callers
Function
_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 callers
Function
_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 callers
Function
_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 callers
Function
_do_download
(version, download_base, to_dir, download_delay)
src/scripts/ez_setup-1.x.py:105
↓ 3 callers
Function
_do_download
(version, download_base, to_dir, download_delay)
src/scripts/ez_setup.py:100
↓ 3 callers
Function
quote
(c)
bootstrap.py:104
↓ 2 callers
Function
_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 callers
Function
_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 callers
Function
_python_cmd
(*args)
src/scripts/ez_setup-1.x.py:35
↓ 2 callers
Function
_python_cmd
Return True if the command succeeded.
src/scripts/ez_setup.py:36
↓ 2 callers
Function
_python_cmd
Execute a command. Return True if the command succeeded.
src/scripts/ez_setup-latest.py:47
↓ 2 callers
Function
_unload_pkg_resources
()
src/scripts/ez_setup-latest.py:209
↓ 2 callers
Function
archive_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 callers
Function
download_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 callers
Function
download_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 callers
Function
download_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 callers
Function
_build_egg
(egg, tarball, to_dir)
src/scripts/ez_setup-1.x.py:76
↓ 1 callers
Function
_build_egg
(egg, tarball, to_dir)
src/scripts/ez_setup.py:71
↓ 1 callers
Function
_build_egg
Build Setuptools egg.
src/scripts/ez_setup-latest.py:69
↓ 1 callers
Function
_build_install_args
Build the arguments to 'python setup.py install' on the setuptools package
src/scripts/ez_setup-1.x.py:341
↓ 1 callers
Function
_build_install_args
Build the arguments to 'python setup.py install' on the setuptools package
src/scripts/ez_setup.py:329
↓ 1 callers
Function
_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 callers
Function
_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 callers
Function
_do_download
Download Setuptools.
src/scripts/ez_setup-latest.py:132
↓ 1 callers
Function
_download_args
Return args for download_setuptools function from cmdline args.
src/scripts/ez_setup-latest.py:397
↓ 1 callers
Function
_install
(tarball, install_args=())
src/scripts/ez_setup-1.x.py:48
↓ 1 callers
Function
_install
(tarball, install_args=())
src/scripts/ez_setup.py:43
↓ 1 callers
Function
_install
Install Setuptools.
src/scripts/ez_setup-latest.py:57
↓ 1 callers
Function
_parse_args
Parse the command line for options
src/scripts/ez_setup-1.x.py:353
↓ 1 callers
Function
_parse_args
Parse the command line for options
src/scripts/ez_setup.py:335
↓ 1 callers
Function
_parse_args
Parse the command line for options.
src/scripts/ez_setup-latest.py:368
↓ 1 callers
Function
main
Install or upgrade setuptools and EasyInstall
src/scripts/ez_setup-1.x.py:374
↓ 1 callers
Function
main
Install or upgrade setuptools and EasyInstall
src/scripts/ez_setup.py:356
↓ 1 callers
Function
main
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
Function
download_file_curl
(url, target)
src/scripts/ez_setup-1.x.py:195
Function
download_file_curl
(url, target)
src/scripts/ez_setup.py:190
Function
download_file_curl
(url, target)
src/scripts/ez_setup-latest.py:273
Function
download_file_insecure
Use Python to download the file, even though it cannot authenticate the connection.
src/scripts/ez_setup-1.x.py:231
Function
download_file_insecure
Use Python to download the file, even though it cannot authenticate the connection.
src/scripts/ez_setup.py:226
Function
download_file_insecure
Use Python to download the file, without connection authentication.
src/scripts/ez_setup-latest.py:305
Function
download_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
Function
download_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
Function
download_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
Function
download_file_wget
(url, target)
src/scripts/ez_setup-1.x.py:213
Function
download_file_wget
(url, target)
src/scripts/ez_setup.py:208
Function
download_file_wget
(url, target)
src/scripts/ez_setup-latest.py:289
Function
expand_shellvars
(buildout)
src/scripts/shellvars.py:5
Function
get_best_downloader
()
src/scripts/ez_setup-1.x.py:256
Function
get_best_downloader
()
src/scripts/ez_setup.py:251
Function
get_best_downloader
()
src/scripts/ez_setup-latest.py:320
Function
has_curl
()
src/scripts/ez_setup-1.x.py:199
Function
has_curl
()
src/scripts/ez_setup.py:194
Function
has_curl
()
src/scripts/ez_setup-latest.py:278
Function
has_powershell
()
src/scripts/ez_setup-1.x.py:179
Function
has_powershell
()
src/scripts/ez_setup.py:174
Function
has_powershell
Determine if Powershell is available.
src/scripts/ez_setup-latest.py:259
Function
has_wget
()
src/scripts/ez_setup-1.x.py:217
Function
has_wget
()
src/scripts/ez_setup.py:212
Function
has_wget
()
src/scripts/ez_setup-latest.py:294
Function
osdetect
(buildout)
src/scripts/osdetect.py:17
Function
sorter
(dir1, dir2)
src/scripts/ez_setup-1.x.py:319
Function
test
(options, buildout)
src/scripts/test-python.py:1
Function
use_setuptools
(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15)
src/scripts/ez_setup-1.x.py:123
Function
use_setuptools
(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15)
src/scripts/ez_setup.py:118
Function
use_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