• Greg Ward's avatar
    Finished the overhaul of byte-compilation options: there's now a 6-way · cb9c9aed
    Greg Ward yazdı
    choice between (compile, no-compile) * (optimize=0, optimize=1,
    optimize=2).  Details:
      - added --no-compile option to complement --compile, which has
        been there for ages
      - changed --optimize (which never worked) to a value option, which
        expects 0, 1, or 2
      - renamed 'bytecompile()' method to 'byte_compile()', and beefed
        it up to handle both 'compile' and 'optimize' options
      - fix '_bytecode_filenames()' to respect the new options
    cb9c9aed
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
bdist.py Loading commit data...
bdist_dumb.py Loading commit data...
bdist_rpm.py Loading commit data...
bdist_wininst.py Loading commit data...
build.py Loading commit data...
build_clib.py Loading commit data...
build_ext.py Loading commit data...
build_py.py Loading commit data...
build_scripts.py Loading commit data...
clean.py Loading commit data...
command_template Loading commit data...
config.py Loading commit data...
install.py Loading commit data...
install_data.py Loading commit data...
install_headers.py Loading commit data...
install_lib.py Loading commit data...
install_scripts.py Loading commit data...
sdist.py Loading commit data...