cpython/Lib/distutils
Victor Stinner 9def284387 subprocess._optim_args_from_interpreter_flags()
Issue #26100:

* Add subprocess._optim_args_from_interpreter_flags()
* Add test.support.optim_args_from_interpreter_flags()
* Use new functions in distutils, test_cmd_line_script, test_compileall and
  test_inspect

The change enables test_details() test of test_inspect when -O or -OO command
line option is used.
2016-01-18 12:15:08 +01:00
..
command Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python 2016-01-16 13:54:53 -08:00
tests Issue #25607: Restore old distutils logging threshold after running tests that 2015-11-12 19:47:38 +02:00
README
__init__.py keep distutils version in sync with python version automatically 2015-05-25 21:24:00 -05:00
_msvccompiler.py Issue #25850: Use cross-compilation by default for 64-bit Windows. 2016-01-16 12:39:10 -08:00
archive_util.py Issue #16314: Added support for the LZMA compression in distutils. 2015-05-16 22:13:27 +03:00
bcppcompiler.py
ccompiler.py merge 3.4 2015-09-12 17:21:16 -07:00
cmd.py
config.py
core.py Issue #23426: run_setup was broken in distutils. 2015-07-28 15:55:07 +12:00
cygwinccompiler.py Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
debug.py
dep_util.py
dir_util.py
dist.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py 2015-08-07 19:48:26 -07:00
msvccompiler.py
spawn.py
sysconfig.py
text_file.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:41 +03:00
unixccompiler.py
util.py subprocess._optim_args_from_interpreter_flags() 2016-01-18 12:15:08 +01:00
version.py
versionpredicate.py

README

This directory contains the Distutils package.

There's a full documentation available at:

    http://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

    http://www.python.org/sigs/distutils-sig/

WARNING : Distutils must remain compatible with 2.3

$Id$