summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bool.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-25/+23
* Fix tests now that the callable warning is gone.Ezio Melotti2011-11-061-3/+2
* Fix small error in r79502Antoine Pitrou2010-03-301-4/+4
* Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.Antoine Pitrou2010-03-301-0/+24
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-10/+15
* Remove e assertIs definitions and use correct assert* methods.Ezio Melotti2010-02-201-6/+0
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-3/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-16/+10
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-10/+16
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* Whitespace normalization.Tim Peters2003-06-291-3/+3
* Add tests for __nonzero__() problems.Jeremy Hylton2003-06-271-0/+21
* Whitespace normalization.Tim Peters2003-05-121-1/+0
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-1/+1
* Consistently use test_support.foo everywhere.Walter Dörwald2003-05-011-15/+5
* Factor out common boilerplate for test_supportRaymond Hettinger2003-04-271-3/+1
* Port test_bool.py to PyUnit. From SF patch #662807.Walter Dörwald2003-04-251-253/+328
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-191-0/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* This is my nearly two year old patchMichael W. Hudson2002-06-111-1/+1
* More mindless --disable-unicode proofing.Michael W. Hudson2002-05-201-23/+24
* Patch #542569: tp_print tp_repr tp_str in test_bool.py.Martin v. Löwis2002-04-141-1/+18
* Add tests for binary pickles.Guido van Rossum2002-04-051-0/+12
* Implement an idea by Paul Rubin:Guido van Rossum2002-04-051-0/+6
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+228