cpython/Doc/distutils
Éric Araujo 45fc8713bd Make distutils error messages more helpful (#11599).
When running external programs such as a C compiler and getting an
error code, distutils only prints the program name.  With this change,
one can get the full command line by setting the DISTUTILS_DEBUG
environment variable.

This should have no compatibility issues, unless there are tools
that depend on the exact format of distutils debug messages.
2014-03-13 04:55:35 -04:00
..
apiref.rst Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:34:02 -04:00
builtdist.rst #11843: Merge with 3.1. 2011-04-15 18:07:38 +03:00
commandref.rst After distutils doc reversal, change back **bold todo** items to XXX comments. 2010-07-31 09:15:10 +00:00
configfile.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
examples.rst Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. 2013-11-10 18:15:03 -05:00
extending.rst Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 2010-10-06 08:26:09 +00:00
index.rst Issue #19407: add Python Packaging User Guide notes 2013-12-10 21:24:55 +10:00
introduction.rst Remove obsolete term + indicate how to find the program (#1626300). 2011-08-19 02:30:15 +02:00
packageindex.rst Issue #16406: Combine the doc pages for uploading and registering to PyPI. 2013-02-27 10:00:20 -08:00
setupscript.rst Make distutils error messages more helpful (#11599). 2014-03-13 04:55:35 -04:00
sourcedist.rst Fix regression with distutils MANIFEST handing (#11104, #8688). 2011-07-31 04:06:12 +02:00
uploading.rst Issue #16406: Combine the doc pages for uploading and registering to PyPI. 2013-02-27 10:00:20 -08:00