History log of /external/python/cpython2/Lib/distutils/tests/test_dist.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d649406aeda1c78ddd1061e5ece0c58120367ba 12-Nov-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #25607: Restore old distutils logging threshold after running tests that
parse command line arguments.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
bf8b0ed5cb45d428709fbd0c6afe6081ec993509 11-Sep-2014 Victor Stinner <victor.stinner@gmail.com> test_distutils: remove the test file in DistributionTestCase.test_debug_mode()

Fix the warning: "test_support.TESTFN was modified by test_distutils".
/external/python/cpython2/Lib/distutils/tests/test_dist.py
a13cd39533038b1d841acac5a0f37e55b2fdff53 10-Sep-2011 Éric Araujo <merwok@netwok.org> Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
0c4007641e4be24473aed376d53574801b210151 10-Sep-2011 Éric Araujo <merwok@netwok.org> Slight cleanup in distutils test_dist.

I have tests to add in this file and it’s always nice to start from a
clean base. I’ve also changed a test that used to write an invalid
config file ('[global]command_packages = etc.' on one line), but the
test passes before and after this change, so either it magically works
or the test is poorly written. Sigh.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
54274ad96aa033b9f3744dce395d08047467cca9 03-Feb-2011 Éric Araujo <merwok@netwok.org> Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

To comply with the 2.x doc style, the methods in trace.rst use brackets around
optional arguments. The rest is a mostly straight merge, modulo support changed
to test_support and use of the old super call style in test_tuple.

........
r86236 | eric.araujo | 2010-11-06 03:44:43 +0100 (sam., 06 nov. 2010) | 2 lines

Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
........
r86240 | eric.araujo | 2010-11-06 05:11:59 +0100 (sam., 06 nov. 2010) | 2 lines

Prevent ResourceWarnings in test_gettext
........
r86332 | eric.araujo | 2010-11-08 19:15:17 +0100 (lun., 08 nov. 2010) | 4 lines

Add missing NEWS entry for a fix committed by Senthil.

All recent modifications to distutils should now be covered in NEWS.
........
r86340 | eric.araujo | 2010-11-08 22:48:23 +0100 (lun., 08 nov. 2010) | 2 lines

This was actually fixed for the previous alpha.
........
r87271 | eric.araujo | 2010-12-15 20:09:58 +0100 (mer., 15 déc. 2010) | 2 lines

Improve trace documentation (#9264). Patch by Eli Bendersky.
........
r87273 | eric.araujo | 2010-12-15 20:30:15 +0100 (mer., 15 déc. 2010) | 2 lines

Use nested method directives, rewrap long lines, fix whitespace.
........
r87447 | eric.araujo | 2010-12-23 20:13:05 +0100 (jeu., 23 déc. 2010) | 2 lines

Fix typo in superclass method name
........
/external/python/cpython2/Lib/distutils/tests/test_dist.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

#9424: Replace deprecated assert* methods in the Python test suite.
........
/external/python/cpython2/Lib/distutils/tests/test_dist.py
d1feff70a3c08f91066b99a74ee1ca8f65bdfec1 06-Nov-2010 Éric Araujo <merwok@netwok.org> Merged revisions 86223-86224,86226,86234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines

Always close files in distutils code and tests (#10252).
........
r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines

Add missing entry for r86223.
........
r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines

Of course, I forgot one file in r86223.
........
r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines

Also close file descriptors from os.popen and subprocess.Popen
........
/external/python/cpython2/Lib/distutils/tests/test_dist.py
a939ecd95bada6552e86ac57c08b757efb01ab40 08-Dec-2009 Tarek Ziadé <ziade.tarek@gmail.com> Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files
/external/python/cpython2/Lib/distutils/tests/test_dist.py
4f38317d5a5665aef199fd30870d14f3cc48ba9c 06-Dec-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field
/external/python/cpython2/Lib/distutils/tests/test_dist.py
40b998b05dc2fe6cfd96793793f9087eb075d475 28-Oct-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
/external/python/cpython2/Lib/distutils/tests/test_dist.py
2b06d42db58e333ee932b5718ef2cb14b9ccfa91 18-Oct-2009 Tarek Ziadé <ziade.tarek@gmail.com> Changed distutils tests to avoid environment alteration
/external/python/cpython2/Lib/distutils/tests/test_dist.py
99773359843803c54574b6ee6fc1516e7fcde10f 21-Sep-2009 Tarek Ziadé <ziade.tarek@gmail.com> #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
ccaf380fabaf09362de926a648b131114b33e90b 21-Sep-2009 Tarek Ziadé <ziade.tarek@gmail.com> improving distutils coverage
/external/python/cpython2/Lib/distutils/tests/test_dist.py
cd947e0c6af9b81d5069cb57080f1d0eedec7bfd 04-Jul-2009 Tarek Ziadé <ziade.tarek@gmail.com> using print statements when used for user interaction
/external/python/cpython2/Lib/distutils/tests/test_dist.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/distutils/tests/test_dist.py
c01cbc42aafb814d4f09d8add8a45effc18efb7a 02-Jun-2009 Tarek Ziadé <ziade.tarek@gmail.com> improved distutils.dist test coverage, pep-8 compliancy
/external/python/cpython2/Lib/distutils/tests/test_dist.py
016828d119f506e83d9935266baba64ff8849f9a 17-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage
/external/python/cpython2/Lib/distutils/tests/test_dist.py
450ca11a58c222bcf7a225e947b5f9fbcb45d311 10-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> now using EnvironGuard everywhere
/external/python/cpython2/Lib/distutils/tests/test_dist.py
09d3d2ded6e89ba62dd8eb2875048d1e83108c7a 14-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> Replace variable
/external/python/cpython2/Lib/distutils/tests/test_dist.py
1369900619d943d05342e7b781f1f3fb45ece4c9 14-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
c13acb18bc2db9d8824ba94b86d8e4c8909d6b6c 29-Dec-2008 Tarek Ziadé <ziade.tarek@gmail.com> fixed #4646 : distutils was choking on empty options arg in the setup function.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
b339b2aa6f722cd81f374a6dca62f862caa42748 03-Sep-2008 Marc-André Lemburg <mal@egenix.com> Issue #2562: Fix distutils PKG-INFO writing logic to allow having
non-ascii characters and Unicode in setup.py meta-data.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
5128fb971563e4a482b91b99f67ac89009bd4a0d 11-May-2008 Andrew M. Kuchling <amk@amk.ca> Try setting HOME env.var to fix test on Win32
/external/python/cpython2/Lib/distutils/tests/test_dist.py
ca3ccd15ffa92423dac6cdda82507eb45347c1d4 11-May-2008 Andrew M. Kuchling <amk@amk.ca> Add message to test assertion
/external/python/cpython2/Lib/distutils/tests/test_dist.py
aac5c8669f34b285c9582dd7083d74dcca31dbae 11-May-2008 Andrew M. Kuchling <amk@amk.ca> #1858: re-apply patch for this, adding the missing files
/external/python/cpython2/Lib/distutils/tests/test_dist.py
10f5db6424595f0389ff84e053a12a1b60d73cd2 10-May-2008 Brett Cannon <bcannon@gmail.com> Revert r62998 as it broke the build (seems distutils.config is missing).
/external/python/cpython2/Lib/distutils/tests/test_dist.py
cd8001c8ed8ea11b13a57be7f0e524133177c2f8 10-May-2008 Andrew M. Kuchling <amk@amk.ca> #1858 from Tarek Ziade:
Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI
for discussion.

The patch is slightly revised from Tarek's last patch: I've simplified
the PyPIRCCommand.finalize_options() method to not look at sys.argv.
Tests still pass.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/distutils/tests/test_dist.py
eba28bea9b8ef7df010e65c630b8c0f7009c6005 28-Mar-2005 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/distutils/tests/test_dist.py
db7b0027dcebca13d193db09d7f266d871fe67b9 20-Mar-2005 Fred Drake <fdrake@acm.org> PEP 314 implementation (client side):
added support for the provides, requires, and obsoletes metadata fields
/external/python/cpython2/Lib/distutils/tests/test_dist.py
d04573fef0346ee9a131e0c63d18ab9fbd12ea63 03-Aug-2004 Fred Drake <fdrake@acm.org> This allows additional commands to be provided for existing setup.py
scripts without modifying either the distutils installation or the
setup.py scripts of packages with which the new commands will be used.

Specifically, an option is added to distutils that allows additional
packages to be searched for command implementations in addition to
distutils.command. The additional packages can be specified on the
command line or via the installation or personal configuration files
already loaded by distutils.

For discussion, see the thread starting with:

http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html

This closes SF patch #102241.
/external/python/cpython2/Lib/distutils/tests/test_dist.py