Home
last modified time | relevance | path

Searched refs:pyversion (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbdist_dumb.py116 pyversion = get_python_version()
118 pyversion = 'any'
119 self.distribution.dist_files.append(('bdist_dumb', pyversion,
Dupload.py73 for command, pyversion, filename in self.distribution.dist_files:
74 self.upload_file(command, pyversion, filename)
76 def upload_file(self, command, pyversion, filename): argument
115 'pyversion': pyversion,
Dbdist_rpm.py366 pyversion = get_python_version()
368 pyversion = 'any'
376 ('bdist_rpm', pyversion, filename))
386 ('bdist_rpm', pyversion, filename))
/third_party/python/Lib/distutils/tests/
Dtest_upload.py120 command, pyversion, filename = 'xxx', '2.6', path
121 dist_files = [(command, pyversion, filename)]
169 command, pyversion, filename = 'xxx', '2.6', path
170 dist_files = [(command, pyversion, filename)]
/third_party/python/Modules/
Dgetpath.c1460 wchar_t *pyversion = Py_DecodeLocale("python" VERSION, &len); in calculate_init() local
1461 if (!pyversion) { in calculate_init()
1464 calculate->lib_python = joinpath2(config->platlibdir, pyversion); in calculate_init()
1465 PyMem_RawFree(pyversion); in calculate_init()
/third_party/boost/tools/build/src/tools/
Dpython.jam1159 local pyversion = [ $(property-set).get <python> ] ;