aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove call to super and don't try to understand implicationsMaciej Fijalkowski2008-11-221-1/+1
* 2.6 fix, thanks fredreichbierMaciej Fijalkowski2008-11-221-1/+1
* Correctly call the super __init__() method.Amaury Forgeot d'Arc2008-10-271-2/+1
* (pedronis, arre, arigo)Armin Rigo2006-09-271-1/+2
* (arigo, pedronis)Samuele Pedroni2006-08-291-0/+1
* (pedronis, arigo)Armin Rigo2006-08-221-16/+15
* (pedronis, arigo)Armin Rigo2006-08-221-29/+61
* Fix test_extregistry failures - my fault.Armin Rigo2006-08-071-3/+3
* Support for 'ctype*int' at run-time, to build arrays of a length which is notArmin Rigo2006-08-011-6/+18
* Refactored the extregistry interface. See mail to pypy-dev.Armin Rigo2006-04-211-58/+77
* * annotating c_void_p and cast().Armin Rigo2006-04-151-21/+51
* extregistry support for things that cannot be weakly referenced,Armin Rigo2006-04-131-4/+18
* (arre, arigo)Armin Rigo2006-04-051-3/+8
* more work on ctypes pointer specializationEugene Oden2006-04-031-1/+2
* bad indentChristian Tismer2006-03-141-1/+1
* (arigo, micktwomey, goden)Michael Twomey2006-03-011-3/+5
* Simplified extregistry and collapsed the different type classes togetherMichael Twomey2006-02-281-32/+25
* - (micktwomey, arigo, goden) - support for specializing instances of ctypesEugene Oden2006-02-281-4/+9
* - (micktwomey, arigo, goden) - added support for specializing registeredEugene Oden2006-02-281-3/+5
* Handle the case where old style classes make it this far.Michael Twomey2006-02-281-1/+1
* Refactored extregistry to use more consistent get_annotation method signaturesMichael Twomey2006-02-281-3/+29
* Got annotation working for all ctypes types.Michael Twomey2006-02-271-1/+8
* Implemented types and metatypes in the extregistryMichael Twomey2006-02-271-5/+26
* No longer skip test_extregistry.Joshua Gilbert2006-02-271-0/+25