aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_bool.py
Commit message (Expand)AuthorAge
* gh-131586: Avoid refcount contention in some "special" calls (#131588)Sam Gross2025-03-26
* gh-82012: Deprecate bitwise inversion (~) of bool (#103487)Tim Hoffmann2023-05-03
* gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)Dennis Sweeney2023-02-27
* gh-102252: Improve coverage of test_bool.py (#102253)Eclips42023-02-25
* gh-94808: Add coverage for boolobject.c:bool_new (GH-94859)Michael Droettboom2022-07-14
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)Inada Naoki2021-04-02
* Only eliminate jumps to successor block if jump is unconditional. (GH-24417)Mark Shannon2021-02-02
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-07
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-01
* bpo-40275: Use new test.support helper submodules in tests (GH-21169)Hai Shi2020-06-30
* bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)Serhiy Storchaka2020-06-21
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-05
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-06
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-06
* Issue #27792: force int return type for modulo operations involving bools.Mark Dickinson2016-08-22
* Anti-registration of various ABC methods.Guido van Rossum2016-08-18
* Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-12
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
* test values and types of (True/False).(imag/real)Benjamin Peterson2011-05-25
* Issue #10518: Bring back the callable() builtin.Antoine Pitrou2010-11-27
* Merged revisions 79502 via svnmerge fromAntoine Pitrou2010-03-30
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-20
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-26
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Format bools properly in %d.Martin v. Löwis2007-08-14
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-20
* Fix test_bool and test_bufio.Guido van Rossum2007-05-24
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-22
* Fix the picklevalue test; it broke due to the change in default protocol.Guido van Rossum2007-05-15
* Add two more space tests.Walter Dörwald2007-05-05
* Remove duplicate tests.Walter Dörwald2007-05-05
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Remove isCallable() and sequenceIncludes() from the operator module.Collin Winter2007-03-21
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-28
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-24
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-17
* Whitespace normalization.Tim Peters2003-06-29
* Add tests for __nonzero__() problems.Jeremy Hylton2003-06-27
* Whitespace normalization.Tim Peters2003-05-12
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Consistently use test_support.foo everywhere.Walter Dörwald2003-05-01
* Factor out common boilerplate for test_supportRaymond Hettinger2003-04-27
* Port test_bool.py to PyUnit. From SF patch #662807.Walter Dörwald2003-04-25