python-efl/efl
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
..
dbus_mainloop Python-EFL: remove old/unused file adn a fix for sutup.py 2013-04-09 22:11:06 +02:00
ecore Move common conversion functions from efl.eo to efl.utils.conversions 2013-10-01 04:56:28 +03:00
edje Move common conversion functions from efl.eo to efl.utils.conversions 2013-10-01 04:56:28 +03:00
eldbus Complete renaming edbus -> eldbus. 2013-05-06 22:36:09 +03:00
elementary Elementary: Document more scrollables 2013-10-25 03:13:46 +03:00
emotion Move common conversion functions from efl.eo to efl.utils.conversions 2013-10-01 04:56:28 +03:00
eo Move logger to its own module. 2013-10-24 22:58:09 +03:00
evas Evas/Eo: Fix couple of crashes related to Canvas cb's and Eo 2013-10-03 06:19:04 +03:00
utils Fix missing symbol PyString_FromFormatV when compiled for Python 3.x. 2013-10-25 13:49:29 +03:00
__init__.py Move logger to its own module. 2013-10-24 22:58:09 +03:00