Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:osname

67     osname, release, machine = longplatform.split('-')
70 if osname == 'darwin':
72 osname = 'darwin_apple'
74 osname = 'darwin_macpython'
80 url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, rel, machine)
91 url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, release, machine)