summaryrefslogtreecommitdiff
path: root/Cython/Utility/CConvert.pyx
Commit message (Expand)AuthorAgeFilesLines
* make the coercion between C unions and Python dicts usableStefan Behnel2015-06-291-0/+35
* implement recursive carray-to-Python coercionStefan Behnel2014-10-251-8/+11
* fix carray assignments to char arrays and IndexNodeStefan Behnel2014-10-251-1/+1
* implement coercion between C array and list/tupleStefan Behnel2014-10-251-0/+94