Searched refs:pyversion (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/distutils/command/ |
D | bdist_dumb.py | 116 pyversion = get_python_version() 118 pyversion = 'any' 119 self.distribution.dist_files.append(('bdist_dumb', pyversion,
|
D | upload.py | 73 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,
|
D | bdist_rpm.py | 366 pyversion = get_python_version() 368 pyversion = 'any' 376 ('bdist_rpm', pyversion, filename)) 386 ('bdist_rpm', pyversion, filename))
|
/third_party/python/Lib/distutils/tests/ |
D | test_upload.py | 120 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/ |
D | getpath.c | 1460 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/ |
D | python.jam | 1159 local pyversion = [ $(property-set).get <python> ] ;
|