| Commit message (Expand) | Author | Age | Files | Lines |
* | remove call to super and don't try to understand implications | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2008-11-22 | 1 | -1/+1 |
* | 2.6 fix, thanks fredreichbier | ![](//www.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a?s=13&d=retro) Maciej Fijalkowski | 2008-11-22 | 1 | -1/+1 |
* | Correctly call the super __init__() method. | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2008-10-27 | 1 | -2/+1 |
* | (pedronis, arre, arigo) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-09-27 | 1 | -1/+2 |
* | (arigo, pedronis) | ![](//www.gravatar.com/avatar/f8d7604ed4cd26c5fa1be8e502589f2d?s=13&d=retro) Samuele Pedroni | 2006-08-29 | 1 | -0/+1 |
* | (pedronis, arigo) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-08-22 | 1 | -16/+15 |
* | (pedronis, arigo) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-08-22 | 1 | -29/+61 |
* | Fix test_extregistry failures - my fault. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-08-07 | 1 | -3/+3 |
* | Support for 'ctype*int' at run-time, to build arrays of a length which is not | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-08-01 | 1 | -6/+18 |
* | Refactored the extregistry interface. See mail to pypy-dev. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-04-21 | 1 | -58/+77 |
* | * annotating c_void_p and cast(). | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-04-15 | 1 | -21/+51 |
* | extregistry support for things that cannot be weakly referenced, | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-04-13 | 1 | -4/+18 |
* | (arre, arigo) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2006-04-05 | 1 | -3/+8 |
* | more work on ctypes pointer specialization | ![](//www.gravatar.com/avatar/0f52bfc46aa5070087dcef7174b55771?s=13&d=retro) Eugene Oden | 2006-04-03 | 1 | -1/+2 |
* | bad indent | ![](//www.gravatar.com/avatar/7b53b3559206e2821b46359d057c8bd9?s=13&d=retro) Christian Tismer | 2006-03-14 | 1 | -1/+1 |
* | (arigo, micktwomey, goden) | ![](//www.gravatar.com/avatar/ffdf5444e034e501cceb7a73d615ef9c?s=13&d=retro) Michael Twomey | 2006-03-01 | 1 | -3/+5 |
* | Simplified extregistry and collapsed the different type classes together | ![](//www.gravatar.com/avatar/ffdf5444e034e501cceb7a73d615ef9c?s=13&d=retro) Michael Twomey | 2006-02-28 | 1 | -32/+25 |
* | - (micktwomey, arigo, goden) - support for specializing instances of ctypes | ![](//www.gravatar.com/avatar/0f52bfc46aa5070087dcef7174b55771?s=13&d=retro) Eugene Oden | 2006-02-28 | 1 | -4/+9 |
* | - (micktwomey, arigo, goden) - added support for specializing registered | ![](//www.gravatar.com/avatar/0f52bfc46aa5070087dcef7174b55771?s=13&d=retro) Eugene Oden | 2006-02-28 | 1 | -3/+5 |
* | Handle the case where old style classes make it this far. | ![](//www.gravatar.com/avatar/ffdf5444e034e501cceb7a73d615ef9c?s=13&d=retro) Michael Twomey | 2006-02-28 | 1 | -1/+1 |
* | Refactored extregistry to use more consistent get_annotation method signatures | ![](//www.gravatar.com/avatar/ffdf5444e034e501cceb7a73d615ef9c?s=13&d=retro) Michael Twomey | 2006-02-28 | 1 | -3/+29 |
* | Got annotation working for all ctypes types. | ![](//www.gravatar.com/avatar/ffdf5444e034e501cceb7a73d615ef9c?s=13&d=retro) Michael Twomey | 2006-02-27 | 1 | -1/+8 |
* | Implemented types and metatypes in the extregistry | ![](//www.gravatar.com/avatar/ffdf5444e034e501cceb7a73d615ef9c?s=13&d=retro) Michael Twomey | 2006-02-27 | 1 | -5/+26 |
* | No longer skip test_extregistry. | ![](//www.gravatar.com/avatar/83094e98ed688b10fda838332cefe087?s=13&d=retro) Joshua Gilbert | 2006-02-27 | 1 | -0/+25 |