History log of /external/python/cpython2/Lib/distutils/tests/test_install_scripts.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25a23efcda0dc3e245eefa8c9a3f96b4baee6303 16-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19600: Use specific asserts in distutils tests.
/external/python/cpython2/Lib/distutils/tests/test_install_scripts.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_install_scripts.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_install_scripts.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/distutils/tests/test_install_scripts.py
edcac8f416ebe4561bbc0e91c46a3bfc5457f73c 03-Aug-2004 Fred Drake <fdrake@acm.org> make sure distutils logging is shut off in tests to avoid spurious output
/external/python/cpython2/Lib/distutils/tests/test_install_scripts.py
22021579a9266f537bed1fbbb9b5496c65362fa0 25-Jun-2004 Fred Drake <fdrake@acm.org> add boilerplate so the test modules can be run as scripts
/external/python/cpython2/Lib/distutils/tests/test_install_scripts.py
b8ab8b6da809f9ceecd715113b2c860235186b02 17-Jun-2004 Fred Drake <fdrake@acm.org> move support code to a helper module to ease re-use
/external/python/cpython2/Lib/distutils/tests/test_install_scripts.py
d0620dcf0034660177547d3363790fdc4ec5c3a6 15-Jun-2004 Fred Drake <fdrake@acm.org> add a test that actually installs some scripts
/external/python/cpython2/Lib/distutils/tests/test_install_scripts.py
bb7c14461d8c69a9ffd70ae012b28ad35a9f3e78 15-Jun-2004 Fred Drake <fdrake@acm.org> One unit test for distutils is not much, but is more than we had yesterday.
We need to write more; hopefully the barrier is a little lower now.
/external/python/cpython2/Lib/distutils/tests/test_install_scripts.py