History log of /external/python/cpython2/Lib/test/test_bool.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
655720e2758a15c85effb340ff65f4b93e7cc7a7 15-Dec-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #22777: Test pickling with all protocols.
/external/python/cpython2/Lib/test/test_bool.py
152d61aa5b38b83e4017e38f0d326f8df8541b4b 06-Nov-2011 Ezio Melotti <ezio.melotti@gmail.com> Fix tests now that the callable warning is gone.
/external/python/cpython2/Lib/test/test_bool.py
8f66efe253e1bf179842b79c5c2b8cd35529b98a 30-Mar-2010 Antoine Pitrou <solipsis@pitrou.net> Fix small error in r79502
/external/python/cpython2/Lib/test/test_bool.py
6032c2506376c76ae15064e64e077349c00e1c78 30-Mar-2010 Antoine Pitrou <solipsis@pitrou.net> Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
/external/python/cpython2/Lib/test/test_bool.py
07627880813ffaad8d9b90bfe8791ccf588b031b 21-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
/external/python/cpython2/Lib/test/test_bool.py
e3467d5c960f4ec5f0cca5dfa5b3a0a02a19cfb3 20-Feb-2010 Ezio Melotti <ezio.melotti@gmail.com> Remove e assertIs definitions and use correct assert* methods.
/external/python/cpython2/Lib/test/test_bool.py
b0f5adc3f4e098b1744eeac65fc830fb1df2b8ab 24-Jan-2010 Ezio Melotti <ezio.melotti@gmail.com> use assert[Not]IsInstance where appropriate
/external/python/cpython2/Lib/test/test_bool.py
ce8e33a095030e7af94f58f9da196b240bdf0476 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Reverting the Revision: 77368. I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
/external/python/cpython2/Lib/test/test_bool.py
3ddc435af6873c6304058d7bcbcb19ee4fba7781 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
/external/python/cpython2/Lib/test/test_bool.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_bool.py
478c10554b366989b341af4017602571edfe9b2e 29-Jun-2003 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_bool.py
7ff55e6bc548495ea8045194325c0226bf725359 27-Jun-2003 Jeremy Hylton <jeremy@alum.mit.edu> Add tests for __nonzero__() problems.
/external/python/cpython2/Lib/test/test_bool.py
c2659cff5d88b81b6d9cc739ecc457a9ed357c58 12-May-2003 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_bool.py
21d3a32b99c5763444c34c189ef653ac9745f3c4 01-May-2003 Walter Dörwald <walter@livinglogic.de> Combine the functionality of test_support.run_unittest()
and test_support.run_classtests() into run_unittest()
and use it wherever possible.

Also don't use "from test.test_support import ...", but
"from test import test_support" in a few spots.

From SF patch #662807.
/external/python/cpython2/Lib/test/test_bool.py
90437c03f2215acebffec9669316b40d46bd9757 01-May-2003 Walter Dörwald <walter@livinglogic.de> Consistently use test_support.foo everywhere.

Remove the last use of veris().

Remove now useless imports and functions.
/external/python/cpython2/Lib/test/test_bool.py
9dcbbea87867f38f7994dd96388266114ef0c162 27-Apr-2003 Raymond Hettinger <python@rcn.com> Factor out common boilerplate for test_support
/external/python/cpython2/Lib/test/test_bool.py
dbcede5d66aee2999c16367fd4a2529fe77e91ae 25-Apr-2003 Walter Dörwald <walter@livinglogic.de> Port test_bool.py to PyUnit. From SF patch #662807.
/external/python/cpython2/Lib/test/test_bool.py
aa86e35c524275e1f6cca91c1f8fcfc15e8d8b30 19-Apr-2003 Guido van Rossum <guido@python.org> - bool() called without arguments now returns False rather than
raising an exception. This is consistent with calling the
constructors for the other builtin types -- called without argument
they all return the false value of that type. (SF patch #724135)
Thanks to Alex Martelli.
/external/python/cpython2/Lib/test/test_bool.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_bool.py
5efaf7eac8c1dbbf82a96dc5d9b87fddd5d17b58 11-Jun-2002 Michael W. Hudson <mwh@python.net> This is my nearly two year old patch

[ 400998 ] experimental support for extended slicing on lists

somewhat spruced up and better tested than it was when I wrote it.

Includes docs & tests. The whatsnew section needs expanding, and arrays
should support extended slices -- later.
/external/python/cpython2/Lib/test/test_bool.py
7c6a4ad78fc2770abdf3c5dc56a459d9a8636086 20-May-2002 Michael W. Hudson <mwh@python.net> More mindless --disable-unicode proofing.
/external/python/cpython2/Lib/test/test_bool.py
2f6d4da2784c79bfc8f3c38fda1ac4c95f6a3b11 14-Apr-2002 Martin v. Löwis <martin@v.loewis.de> Patch #542569: tp_print tp_repr tp_str in test_bool.py.
/external/python/cpython2/Lib/test/test_bool.py
d1bfe5e5fdb65c1ee0cd344c1446fef3656be2b4 05-Apr-2002 Guido van Rossum <guido@python.org> Add tests for binary pickles.
/external/python/cpython2/Lib/test/test_bool.py
e276339cea6a8ea9ac9ff72ed9e1b8740eceac49 05-Apr-2002 Guido van Rossum <guido@python.org> Implement an idea by Paul Rubin:

Change pickling format for bools to use a backwards compatible
encoding. This means you can pickle True or False on Python 2.3
and Python 2.2 or before will read it back as 1 or 0. The code
used for pickling bools before would create pickles that could
not be read in previous Python versions.
/external/python/cpython2/Lib/test/test_bool.py
5f8203679d113b3963180da6380ebd69f9f8cd44 04-Apr-2002 Guido van Rossum <guido@python.org> Oops. Here are the new files. My apologies.
/external/python/cpython2/Lib/test/test_bool.py