mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
* Use str.startswith(tuple): I didn't know this Python feature, Python rocks!
* Replace sometimes sys.platform.startswith('linux') with
sys.platform == 'linux'
* sys.platform doesn't contain the major version on Cygwin on Mac OS X
(it's just 'cygwin' and 'darwin')
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bdist.py | ||
| bdist_dumb.py | ||
| bdist_msi.py | ||
| bdist_wininst.py | ||
| build.py | ||
| build_clib.py | ||
| build_ext.py | ||
| build_py.py | ||
| build_scripts.py | ||
| check.py | ||
| clean.py | ||
| cmd.py | ||
| command_template | ||
| config.py | ||
| install_data.py | ||
| install_dist.py | ||
| install_distinfo.py | ||
| install_headers.py | ||
| install_lib.py | ||
| install_scripts.py | ||
| register.py | ||
| sdist.py | ||
| test.py | ||
| upload.py | ||
| upload_docs.py | ||
| wininst-6.0.exe | ||
| wininst-7.1.exe | ||
| wininst-8.0.exe | ||
| wininst-9.0-amd64.exe | ||
| wininst-9.0.exe | ||
| wininst-10.0-amd64.exe | ||
| wininst-10.0.exe | ||