python-efl/efl/utils
Kai Huuhko 374f267ecc Fix missing symbol PyString_FromFormatV when compiled for Python 3.x.
That function was removed so I replaced it with PyUnicode_FromFormatV,
cdef extern it directly from Python.h since it's not found in Cython
unicode.pxd.
2013-10-25 13:49:29 +03:00
..
__init__.py Change the _METHOD_DEPRECATED function into a decorator. 2013-09-20 12:01:50 +03:00
conversions.pyx utils.conversions: Initialize Eina_List to NULL 2013-10-09 17:04:16 +03:00
deprecated.pyx Elementary: Document more scrollables 2013-10-25 03:13:46 +03:00
logger.pyx Fix missing symbol PyString_FromFormatV when compiled for Python 3.x. 2013-10-25 13:49:29 +03:00