| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused translation option 'withstrbuf' and supporting code | Ronan Lamy | 2017-05-20 | 1 | -7/+0 |
* | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -0/+0 |
* | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1 | -0/+0 |
* | progress: remove space.w_str completely (replaced by space.w_bytes and | Carl Friedrich Bolz | 2016-12-02 | 1 | -3/+3 |
* | Fix tests, now that 'lltype.typeOf(very_large_long)' gives an error | Armin Rigo | 2016-07-29 | 1 | -4/+5 |
* | Merge stringobject.py and stringtype.py into new file bytesobject.py. | Manuel Jacob | 2013-05-24 | 1 | -5/+5 |
* | Remove TestW_StdObjSpace.test_multimethods_defined_on(). | Manuel Jacob | 2013-05-17 | 1 | -13/+0 |
* | (arigo, fijal) Proxies seems to be broken, otherwise fix the rest of errors | Maciej Fijalkowski | 2013-03-21 | 1 | -3/+5 |
* | Initial package rename: | Alexander Hesse | 2012-12-30 | 1 | -1/+1 |
* | Finlly move gettestobjspace and maketestobjspace to their own file. | Amaury Forgeot d'Arc | 2012-10-29 | 1 | -1/+1 |
* | Test and fix: uintptr_t is actually unsigned. | Armin Rigo | 2012-05-15 | 1 | -0/+17 |
* | Add the requirement that W_XxxObject classes that are different | Armin Rigo | 2011-11-12 | 1 | -4/+10 |
* | write a test that _get_interplevel_cls still works if we have multiple string | Maciej Fijalkowski | 2011-11-08 | 1 | -0/+8 |
* | fix a test that was still trying to use W_TypeObject.interplevel_cls | Alex Gaynor | 2011-10-27 | 1 | -6/+6 |
* | write a test and slightly modify conditions. I think I understand typeorder | Maciej Fijalkowski | 2011-09-29 | 1 | -0/+14 |
* | sliceindices shall return unpacked tuple. the test and fix for the fallback | Maciej Fijalkowski | 2008-02-11 | 1 | -2/+9 |
* | space.sliceindices (needs more testing, coming in a moment) | Maciej Fijalkowski | 2008-02-10 | 1 | -2/+8 |
* | removing autopath from std object space | Holger Krekel | 2007-03-02 | 1 | -1/+0 |
* | (pedronis, arigo) | Armin Rigo | 2006-11-01 | 1 | -4/+12 |
* | (rxe,hpk) | Holger Krekel | 2005-07-28 | 1 | -1/+0 |
* | implementation of uint_w with some tests | Samuele Pedroni | 2005-04-13 | 1 | -0/+5 |
* | Merge, last step: copy branch as head. | Armin Rigo | 2005-01-23 | 1 | -0/+24 |
* | Merge, step 3: delete the head! | Armin Rigo | 2005-01-23 | 1 | -14/+0 |
* | - conftest sticks py.test.raises as raises in tests module global | Samuele Pedroni | 2005-01-10 | 1 | -12/+3 |
* | Moved the branch back into the trunk. | Armin Rigo | 2004-09-06 | 1 | -0/+23 |
* | Delete this, to put the branch back here. | Armin Rigo | 2004-09-06 | 1 | -23/+0 |
* | fixed Stefan's somewhat optimistic test.py -> testit.py renaming. | Holger Krekel | 2003-12-23 | 1 | -4/+4 |
* | the final merge of the builtinrefactor branch into the trunk. See | Holger Krekel | 2003-09-17 | 1 | -0/+23 |
* | everybody is asleep so we can remove the trunk to | Holger Krekel | 2003-09-17 | 1 | -23/+0 |
* | Refactored our Test "Framework". | Holger Krekel | 2003-06-18 | 1 | -4/+5 |
* | considerable, but largely cosmetic, test gardening | Michael Hudson | 2003-06-07 | 1 | -3/+5 |
* | howl if we try to wrap an already wrapped object. add test for this. | Michael Hudson | 2003-05-29 | 1 | -0/+20 |