summaryrefslogtreecommitdiffstats
path: root/cython/plist.pyx
AgeCommit message (Expand)AuthorFilesLines
2011-09-26cython: use bint instead of bool, fix deprecated stuffGravatar Nikias Bassen1-26/+25
2011-09-26More qualifiers.Gravatar Bryan Forbes1-15/+19
2011-09-26Changed bool to bint in Cython functions. Added some more type qualifiers.Gravatar Bryan Forbes1-14/+14
2011-09-26Fixed some memory leaks and unicode handling.Gravatar Bryan Forbes1-39/+67
2011-09-26If the plist type is none, return None.Gravatar Bryan Forbes1-0/+2
2011-09-26Removed a call to __dealloc__ and added initialization of _array.Gravatar Bryan Forbes1-1/+1
2011-09-26Added cython bindings.Gravatar Bryan Forbes1-0/+699