summaryrefslogtreecommitdiffstats
path: root/cython/lockdown.pxi
AgeCommit message (Expand)AuthorFilesLines
2013-02-27cython: Port all binding code to latest API and fix broken compilationGravatar Martin Szulecki1-10/+29
2012-03-20cython: Update to latest API and fix deprecation warnings with cython 0.13+Gravatar Martin Szulecki1-3/+3
2012-03-20Python bindings for new sync interface.Gravatar Bryan Forbes1-0/+23
2012-03-20More memory leak plugging. Some code cleanup too.Gravatar Bryan Forbes1-14/+15
2012-03-20Used issubclass to determine if a class object can be passed.Gravatar Bryan Forbes1-1/+1
2012-03-20Use stdlib.free and plist.plist_free.Gravatar Bryan Forbes1-4/+4
2012-03-20Implemented hierarchy suggested by Martin S.Gravatar Bryan Forbes1-0/+254