History log of /external/python/cpython2/Lib/test/test_crypt.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b3be23ad27f35bae55638e2ccf0bbb121d8e66ed 05-Mar-2010 Benjamin Peterson <benjamin@python.org> remove the svn:executable property from files that don't have shebang lines
/external/python/cpython2/Lib/test/test_crypt.py
59beec326a4721154a952027cb34c3e2e4612e28 30-Mar-2009 R. David Murray <rdmurray@bitdance.com> Add import_function method to test.test_support, and modify a number of
tests that expect to be skipped if imports fail or functions don't
exist to use import_function and import_module. The ultimate goal is
to change regrtest to not skip automatically on ImportError. Checking
in now to make sure the buldbots don't show any errors on platforms
I can't direct test on.
/external/python/cpython2/Lib/test/test_crypt.py
2e0f9f3dd953390472fa947dac0335629463f78b 13-Mar-2008 Brett Cannon <bcannon@gmail.com> Convert test_contains, test_crypt, and test_select to unittest.

Patch from GHOP 294 by David Marek.
/external/python/cpython2/Lib/test/test_crypt.py
e10deca7e035fdf95c19b0713ba9a7fb9996eae7 06-Apr-2007 Collin Winter <collinw@gmail.com> Import cleanup in test_crypt.
/external/python/cpython2/Lib/test/test_crypt.py
04f357cffef6d764f2f0ff2671dabde75ec250d1 23-Jul-2002 Barry Warsaw <barry@python.org> Get rid of relative imports in all unittests. Now anything that
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".

This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).

Now Tim and Jack can have at it. :)
/external/python/cpython2/Lib/test/test_crypt.py
d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791 18-Jan-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization. Leaving tokenize_tests.py alone for now.
/external/python/cpython2/Lib/test/test_crypt.py
3661908a6ac75026e4504d9f62a6ac2e2fb2ec5e 17-Jan-2001 Marc-André Lemburg <mal@egenix.com> This patch removes all uses of "assert" in the regression test suite
and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.

Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
/external/python/cpython2/Lib/test/test_crypt.py
004d5e6880940ddbb38460986ac62ee0f1bae97d 23-Oct-2000 Fred Drake <fdrake@acm.org> Make reindent.py happy (convert everything to 4-space indents!).
/external/python/cpython2/Lib/test/test_crypt.py
fab8ab80674375b945e93792701c672af98da067 20-Dec-1996 Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> Many scripts, but small changes. Update the way the scripts obtain the
'verbose' flag ala GvR updated test harness architecture.

Old way:

verbose = 0
if __name__ == '__main__':
verbose = 1

New way:

from test_support import verbose

Some other small readablility and functionality updates.
/external/python/cpython2/Lib/test/test_crypt.py
b6454e58bc43131be39bcb06fead5464a8f06e3b 16-Dec-1996 Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> Updated test_crypt test to jive with bwarsaw testing style
/external/python/cpython2/Lib/test/test_crypt.py
75362381b5deed5c90efc663a862631da0e8cb2c 10-Dec-1996 Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> new test script for cryptmodule.py
/external/python/cpython2/Lib/test/test_crypt.py