py2cairo/cairo
Christoph Reiter a10af0bb9f travis-ci: add Python 3.7, drop 3.3 2018-07-07 16:33:50 +02:00
..
__init__.py Move header into the package and add a get_include() function. See #92 2018-01-31 21:53:59 +01:00
__init__.pyi typing stubs: add Win32PrintingSurface, Win32Surface 2018-03-03 17:49:46 +01:00
bufferproxy.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
cairomodule.c Remove use of PyState_FindModule. See #90 2018-01-30 15:16:20 +01:00
compat.h Use -fvisibility=hidden 2018-04-13 18:39:44 +02:00
context.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
device.c Make cairo.Surface and cairo.Device context managers. Fixes #103 2018-03-27 16:51:07 +02:00
enums.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
error.c Fix a leak when creating an exception 2018-03-27 19:35:59 +02:00
font.c Add basic PyPy support. See #90 2018-01-30 10:42:40 +01:00
glyph.c tuple subclasses: use tp_getset instead of tp_getattro for member access 2018-02-25 16:03:45 +01:00
matrix.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
meson.build meson: add a pycairo_dep dependency object 2018-06-23 22:22:58 +02:00
misc.c tuple subclasses: use tp_getset instead of tp_getattro for member access 2018-02-25 16:03:45 +01:00
path.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
pattern.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
private.h tuple subclasses: use tp_getset instead of tp_getattro for member access 2018-02-25 16:03:45 +01:00
py.typed Implement PEP 561 (added a py.typed marker) 2018-04-15 10:12:03 +02:00
pycairo.h c-api: Make it possible to use the C API with Python 3 outside of the CU doing the import. Fixes #110 2018-04-13 17:11:32 +02:00
rectangle.c tuple subclasses: use tp_getset instead of tp_getattro for member access 2018-02-25 16:03:45 +01:00
region.c Add basic PyPy support. See #90 2018-01-30 10:42:40 +01:00
surface.c travis-ci: add Python 3.7, drop 3.3 2018-07-07 16:33:50 +02:00
textcluster.c tuple subclasses: use tp_getset instead of tp_getattro for member access 2018-02-25 16:03:45 +01:00
textextents.c tuple subclasses: use tp_getset instead of tp_getattro for member access 2018-02-25 16:03:45 +01:00