aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused translation option 'withstrbuf' and supporting codeRonan Lamy2017-05-201-7/+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
* progress: remove space.w_str completely (replaced by space.w_bytes andCarl Friedrich Bolz2016-12-021-3/+3
* Fix tests, now that 'lltype.typeOf(very_large_long)' gives an errorArmin Rigo2016-07-291-4/+5
* Merge stringobject.py and stringtype.py into new file bytesobject.py.Manuel Jacob2013-05-241-5/+5
* Remove TestW_StdObjSpace.test_multimethods_defined_on().Manuel Jacob2013-05-171-13/+0
* (arigo, fijal) Proxies seems to be broken, otherwise fix the rest of errorsMaciej Fijalkowski2013-03-211-3/+5
* Initial package rename:Alexander Hesse2012-12-301-1/+1
* Finlly move gettestobjspace and maketestobjspace to their own file.Amaury Forgeot d'Arc2012-10-291-1/+1
* Test and fix: uintptr_t is actually unsigned.Armin Rigo2012-05-151-0/+17
* Add the requirement that W_XxxObject classes that are differentArmin Rigo2011-11-121-4/+10
* write a test that _get_interplevel_cls still works if we have multiple stringMaciej Fijalkowski2011-11-081-0/+8
* fix a test that was still trying to use W_TypeObject.interplevel_clsAlex Gaynor2011-10-271-6/+6
* write a test and slightly modify conditions. I think I understand typeorderMaciej Fijalkowski2011-09-291-0/+14
* sliceindices shall return unpacked tuple. the test and fix for the fallbackMaciej Fijalkowski2008-02-111-2/+9
* space.sliceindices (needs more testing, coming in a moment)Maciej Fijalkowski2008-02-101-2/+8
* removing autopath from std object spaceHolger Krekel2007-03-021-1/+0
* (pedronis, arigo)Armin Rigo2006-11-011-4/+12
* (rxe,hpk)Holger Krekel2005-07-281-1/+0
* implementation of uint_w with some testsSamuele Pedroni2005-04-131-0/+5
* Merge, last step: copy branch as head.Armin Rigo2005-01-231-0/+24
* Merge, step 3: delete the head!Armin Rigo2005-01-231-14/+0
* - conftest sticks py.test.raises as raises in tests module globalSamuele Pedroni2005-01-101-12/+3
* Moved the branch back into the trunk.Armin Rigo2004-09-061-0/+23
* Delete this, to put the branch back here.Armin Rigo2004-09-061-23/+0
* fixed Stefan's somewhat optimistic test.py -> testit.py renaming.Holger Krekel2003-12-231-4/+4
* the final merge of the builtinrefactor branch into the trunk. SeeHolger Krekel2003-09-171-0/+23
* everybody is asleep so we can remove the trunk toHolger Krekel2003-09-171-23/+0
* Refactored our Test "Framework".Holger Krekel2003-06-181-4/+5
* considerable, but largely cosmetic, test gardeningMichael Hudson2003-06-071-3/+5
* howl if we try to wrap an already wrapped object. add test for this.Michael Hudson2003-05-291-0/+20