summaryrefslogtreecommitdiff
path: root/Lib/test/test_bool.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-2/+2
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-061-0/+4
* Issue #27792: force int return type for modulo operations involving bools.Mark Dickinson2016-08-221-0/+7
* Anti-registration of various ABC methods.Guido van Rossum2016-08-181-0/+11
* Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-121-0/+4
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-4/+3
* test values and types of (True/False).(imag/real)Benjamin Peterson2011-05-251-0/+10
* Issue #10518: Bring back the callable() builtin.Antoine Pitrou2010-11-271-2/+2
* Merged revisions 79502 via svnmerge fromAntoine Pitrou2010-03-301-0/+12
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-201-6/+0
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-3/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-261-6/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-7/+7
* Format bools properly in %d.Martin v. Löwis2007-08-141-0/+6
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-41/+0
* Fix test_bool and test_bufio.Guido van Rossum2007-05-241-2/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+2
* Fix the picklevalue test; it broke due to the change in default protocol.Guido van Rossum2007-05-151-9/+15
* Add two more space tests.Walter Dörwald2007-05-051-0/+2
* Remove duplicate tests.Walter Dörwald2007-05-051-24/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-22/+22
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Remove isCallable() and sequenceIncludes() from the operator module.Collin Winter2007-03-211-2/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-7/+5
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-4/+31
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-3/+3
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-6/+19
* 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