| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue #1801 | Armin Rigo | 2014-06-24 | 1 | -0/+4 |
* | Moved the "weak list" logic out of _cffi_backend/handle.py. | Armin Rigo | 2014-01-30 | 1 | -8/+1 |
* | Move dont_look_insides around to expose more mapdict logic to the JIT | Alex Gaynor | 2014-01-12 | 1 | -3/+7 |
* | Look a little bit more into weakref -- now a mapdict lookup is seen by the JIT | Alex Gaynor | 2014-01-11 | 1 | -1/+3 |
* | Kill the '?' argument to getname() | Armin Rigo | 2013-08-30 | 1 | -2/+2 |
* | (alex, fijal): use isinstance_w instead of isinstance where possible | Alex Gaynor | 2013-03-22 | 1 | -4/+3 |
* | general progress removing Wrappable, stuff is a bit broken | Alex Gaynor | 2013-03-20 | 1 | -4/+4 |
* | Merge with default | Alexander Hesse | 2013-01-13 | 1 | -0/+18 |
|\ |
|
| * | This test fails when run with "pypy -A". Still trying to figure out | Armin Rigo | 2013-01-07 | 1 | -0/+7 |
| * | Add a passing test. | Armin Rigo | 2013-01-07 | 1 | -0/+11 |
* | | Initial package rename: | Alexander Hesse | 2012-12-30 | 1 | -3/+3 |
|/ |
|
* | progress | Amaury Forgeot d'Arc | 2012-10-29 | 1 | -8/+2 |
* | try to use more consistently space.is_none | Maciej Fijalkowski | 2012-10-10 | 1 | -2/+2 |
* | Use here too an AbstractShrinkList instead of this ever-growing | Armin Rigo | 2012-05-10 | 1 | -56/+84 |
* | (reported by amaury) | Armin Rigo | 2011-12-18 | 2 | -2/+48 |
* | Test and fix. | Armin Rigo | 2011-11-25 | 2 | -3/+4 |
* | don't use w_None here, it breaks cpyext | Carl Friedrich Bolz | 2011-11-24 | 1 | -3/+3 |
* | Reorganization. Probably more jit-friendly. | Armin Rigo | 2011-09-03 | 1 | -28/+45 |
* | Rename these two methods to their more precise meaning. | Armin Rigo | 2011-09-03 | 1 | -7/+5 |
* | Split the class WeakrefLifeline in a parent class without __del__ | Armin Rigo | 2011-09-03 | 2 | -38/+97 |
* | Remove a bunch of dead imports. | Alex Gaynor | 2011-07-15 | 1 | -2/+1 |
* | Need to typecheck all callbacks from enqueue_for_destruction(). | Armin Rigo | 2011-07-12 | 1 | -0/+1 |
* | Fix and simplify handling of destructors, both interp-level and | Armin Rigo | 2011-07-11 | 1 | -7/+5 |
* | Add a method delweakref() in addition to setweakref(), to call | Armin Rigo | 2011-07-11 | 1 | -1/+1 |
* | Remove the '?' passed to w_obj.getname(): it's the default value for 'default' | Amaury Forgeot d'Arc | 2011-06-30 | 1 | -1/+1 |
* | Enable inlining into the _weakref, most of the core functions are still @jit.... | Alex Gaynor | 2011-05-21 | 1 | -5/+9 |
* | Modern, shorter unwrap_spec in _weakref module | Amaury Forgeot d'Arc | 2011-02-16 | 1 | -62/+49 |
* | CPython issue5037: proxy __unicode__ correctly | Amaury Forgeot d'Arc | 2011-01-04 | 2 | -0/+21 |
* | hg merge default | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -3/+2 |
|\ |
|
| * | Make a docstring real english. | Alex Gaynor | 2011-01-02 | 1 | -3/+2 |
| * | Merge branch/better-map-instances. Not enabled by default for the JIT | Armin Rigo | 2010-10-12 | 1 | -1/+1 |
| * | Improve the error message. | Armin Rigo | 2010-09-11 | 1 | -1/+1 |
* | | weakref.ref accepts additional keyword arguments, but no extra positional arg... | Amaury Forgeot d'Arc | 2010-12-07 | 2 | -0/+22 |
* | | Merge from trunk: | Amaury Forgeot d'Arc | 2010-10-22 | 1 | -1/+1 |
* | | Merge from trunk | Amaury Forgeot d'Arc | 2010-09-14 | 1 | -1/+1 |
|/ |
|
* | Try to kill segfault by fighting with uncontrolled calls of app level weakref | Maciej Fijalkowski | 2010-03-30 | 2 | -1/+13 |
* | Another approach to make JIT not allocate unnecessary __args__ (calling | Maciej Fijalkowski | 2010-03-01 | 1 | -6/+4 |
* | Revert 71579, it breaks tests | Maciej Fijalkowski | 2010-03-01 | 1 | -3/+6 |
* | kill IMO useless use of __args__ | Maciej Fijalkowski | 2010-03-01 | 1 | -6/+2 |
* | merge improve-kwd-args | Carl Friedrich Bolz | 2009-10-14 | 2 | -6/+7 |
* | (iko, pedronis) | Samuele Pedroni | 2009-08-31 | 1 | -0/+6 |
* | Finish the merge of trunk into pyjitpl5. | Armin Rigo | 2009-06-30 | 1 | -0/+2 |
* | (iko, cfbolz) | Anders Hammarquist | 2008-10-10 | 1 | -2/+8 |
* | Check-in merge attempt. Diff is to huge to read it. | Maciej Fijalkowski | 2008-09-23 | 2 | -15/+80 |
* | Add logic for built-in objects to make sure that all the weakrefs to | Armin Rigo | 2008-01-21 | 1 | -3/+4 |
* | Clear the app-level weakrefs before calling the app-level __del__. | Armin Rigo | 2007-12-10 | 1 | -1/+32 |
* | Remove empty file. | Armin Rigo | 2007-12-10 | 1 | -2/+0 |
* | A test checking the del-weakref-id interactions. | Armin Rigo | 2007-12-10 | 1 | -0/+25 |
* | fix the XXX Armin added | Carl Friedrich Bolz | 2007-09-16 | 1 | -15/+16 |
* | Translation fix. | Armin Rigo | 2007-09-16 | 1 | -0/+1 |