| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the "default" argument of getname() optional. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-12-29 | 14 | -39/+39 |
* | not that it matters terribly, but fix immutable_builtintypes in the presence of | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-17 | 2 | -6/+6 |
* | move __repr__ to dicttype.py | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-12-15 | 2 | -40/+35 |
* | being pedantic about is verus is_w | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-12-15 | 1 | -1/+1 |
* | (cfbolz, arigo) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-12-15 | 1 | -0/+8 |
* | remove unused EmptyDictImplemenation | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-15 | 1 | -39/+0 |
* | fix XXX | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-15 | 2 | -1/+3 |
* | try to re-enable empty dicts by putting the functionality directly into the b... | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-15 | 2 | -12/+20 |
* | disable the EmptyDictImplementation for now, it really seems to be the reason... | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-15 | 2 | -3/+4 |
* | implement an EmptyDictImplementation, that most dictionaries start out as. This | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-13 | 2 | -4/+43 |
* | refactor the complexobject implementation to be less close to the C code and to | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-06 | 2 | -140/+129 |
* | remove unused space argument | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-06 | 4 | -9/+7 |
* | Clean up interp_string_to_float to no longer use W_LongObjects for the | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-12-06 | 3 | -50/+25 |
* | revert. wrong branch wrong checkin | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2010-12-02 | 1 | -2/+2 |
* | Use jit_invariant_field for ModuleCell | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2010-12-02 | 1 | -2/+2 |
* | Reshuffle a bit, should be even faster if you use getattr with the JIT because | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-11-30 | 1 | -8/+11 |
* | fix the test, which should make getattr and setattr a bit more JIT-friendly | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-11-30 | 1 | -5/+15 |
* | Merge branch/rlist-jit. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-11-30 | 1 | -1/+1 |
* | Support space.wrap(x), where x is a special shorter-than-usual | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-11-29 | 1 | -2/+6 |
* | Revert SpaceOperation changes, they're parked on a branch for now | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2010-11-19 | 2 | -61/+5 |
* | make SpaceOperations consume less space by making them specialized on exact n... | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2010-11-19 | 2 | -5/+61 |
* | a slight newstylization | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2010-11-14 | 1 | -1/+1 |
* | svn merge -r78362:HEAD http://codespeak.net/svn/pypy/branch/mapdict-without-jit | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-11-13 | 4 | -57/+298 |
* | make "except {NotImplementedError,AssertionError}" explicitly not rpython (bu... | ![](//www.gravatar.com/avatar/cdc3cafa377f0e0e93fc69636021ef65?s=13&d=retro) Antonio Cuni | 2010-11-10 | 2 | -1/+31 |
* | Optimize the code for str.translate(..., deletechars). | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-11-07 | 1 | -4/+11 |
* | Make everything newstyle in descroperation | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2010-10-30 | 1 | -3/+3 |
* | Fix the tests. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-30 | 1 | -12/+11 |
* | Add dict.popitem() as an RPython operation, which gives it a better implement... | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-30 | 2 | -9/+27 |
* | -0L == 0L. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-29 | 1 | -0/+4 |
* | fix failing weakref assertion error | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-10-29 | 2 | -1/+9 |
* | fix one of the nightly failures | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-10-29 | 1 | -0/+16 |
* | Use the more efficient parse_digit_string() from rbigint. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-29 | 3 | -28/+20 |
* | This test contains tons of operations that are actually constant-folded | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-29 | 1 | -46/+58 |
* | Kill most import; they are unneeded. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-29 | 1 | -10/+3 |
* | Document this assert (thanks amaury). | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-27 | 1 | -1/+1 |
* | (cfbolz, arigo) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-27 | 13 | -798/+43 |
* | (amaury on irc, arigo) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-27 | 1 | -0/+9 |
* | (arigo, cfbolz): essential optimization: don't intern the slot name if the slot | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-10-26 | 1 | -2/+2 |
* | (arigo, cfbolz): after some discussion we decided that a custom metaclass | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-10-26 | 4 | -9/+47 |
* | Merge branch/set-object-cleanup. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-26 | 7 | -252/+187 |
* | Fixed instantiating subclasses of classmethod. This was found via Django, th... | ![](//www.gravatar.com/avatar/edcdfd5affb524e0f88ec1a00ed3fe5d?s=13&d=retro) Alex Gaynor | 2010-10-25 | 1 | -1/+15 |
* | (cfbolz, arigo): you learn something new every day. in cpython you can add slots | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2010-10-25 | 2 | -4/+14 |
* | Replace the exc_typ argument of the __exit__ method with an object | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2010-10-22 | 1 | -3/+5 |
* | Fix the test: in RPython, the 'exc_type' parameter of __exit__ is not usable. | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2010-10-22 | 1 | -0/+7 |
* | Improve comment | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2010-10-21 | 1 | -1/+1 |
* | Move SETUP_WITH out of the Unimplemented section | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2010-10-21 | 1 | -15/+15 |
* | Implement the SETUP_WITH opcode for the flow object space running on code com... | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2010-10-21 | 1 | -3/+12 |
* | Add support for "with" statements in RPython. | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2010-10-21 | 1 | -0/+20 |
* | Merge branch/better-map-instances. Not enabled by default for the JIT | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-12 | 9 | -21/+1474 |
* | Experimental (disabled by default): add a W_StringBufferObject, | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2010-10-11 | 5 | -9/+167 |