aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert test_boolobjectRonan Lamy2018-04-161-54/+0
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* Fix for df216970b57e: we now expect ".intval" to be really an int, never a boolArmin Rigo2015-08-111-0/+4
* fix test_boolobject when run -A against cpythonBrian Kearns2014-05-081-7/+4
* fix bool vs int identity comparisonPhilip Jenvey2014-02-211-2/+12
* fixPhilip Jenvey2014-02-141-0/+2
* test bool to longsPhilip Jenvey2013-09-241-0/+7
* improve boolobject tests to cover recent fixBrian Kearns2013-03-231-3/+12
* tests and fixesMaciej Fijalkowski2011-09-231-0/+6
* remove XXX and add test that bools can't be subclassedCarl Friedrich Bolz2008-01-231-0/+3
* removing autopath from std object spaceHolger Krekel2007-03-021-1/+0
* A minor bug on 'bool' (heh :-)Armin Rigo2006-07-241-1/+7
* (rxe,hpk)Holger Krekel2005-07-281-1/+0
* Added and_, or_ and xor implementation to bool. Until now True | True returne...Carl Friedrich Bolz2005-04-161-0/+9
* Merge, last step: copy branch as head.Armin Rigo2005-01-231-0/+33
* Merge, step 3: delete the head!Armin Rigo2005-01-231-33/+0
* - conftest sticks py.test.raises as raises in tests module globalSamuele Pedroni2005-01-101-25/+16
* Moved the branch back into the trunk.Armin Rigo2004-09-061-0/+42
* Delete this, to put the branch back here.Armin Rigo2004-09-061-42/+0
* fixed Stefan's somewhat optimistic test.py -> testit.py renaming.Holger Krekel2003-12-231-6/+6
* Added tests for str and repr.Jacob Hallen2003-12-161-0/+2
* Added application-level test caseAlex Martelli2003-12-161-0/+12
* the final merge of the builtinrefactor branch into the trunk. SeeHolger Krekel2003-09-171-0/+28
* everybody is asleep so we can remove the trunk toHolger Krekel2003-09-171-28/+0
* fixed tests to demand their appropriate object spaceHolger Krekel2003-07-071-1/+1
* Automatic adding of __ne__ of __eq__ is defined. Same for __lt__/__ge__, __gt...Jacob Hallen2003-06-231-28/+28
* reviewed, added test and tested, seems complete.Christian Tismer2003-06-211-0/+28