py2cairo/cairo
Christoph Reiter 98fa2aed65 enum: explicitely set enum.__str__
Python 3.8 has removed the int.__str__ implementation. So we don't fall
back to object.__str__ and thus enum.__repr__ set __str__ to int.__repr__
instead. This gives us the same behaviour with all python versions.

See https://github.com/python/cpython/commit/96aeaec64738b730
2019-10-22 19:30:46 +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 Expose compile-time version macros 2018-11-04 10:16:42 +01:00
bufferproxy.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
cairomodule.c Expose compile-time version macros 2018-11-04 10:16:42 +01:00
compat.h Use -fvisibility=hidden 2018-04-13 18:39:44 +02:00
context.c Add new cairo 1.16 API 2018-11-02 15:03:04 +01:00
device.c build: work around new gcc8 warnings re function casts 2018-07-20 07:51:08 +02:00
enums.c enum: explicitely set enum.__str__ 2019-10-22 19:30:46 +02:00
error.c Fix a leak when creating an exception 2018-03-27 19:35:59 +02:00
font.c Add new cairo 1.16 API 2018-11-02 15:03:04 +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 build: work around new gcc8 warnings re function casts 2018-07-20 07:51:08 +02:00
meson.build meson: fix configure error with meson 0.50 re absolute paths. Fixes #144 2019-03-23 22:27:40 +01:00
misc.c Don't use PyOS_FSPath() with PyPy3.6 2019-03-02 19:00:30 +01:00
path.c setup.py: get rid of config.h 2018-01-21 22:05:11 +01:00
pattern.c build: work around new gcc8 warnings re function casts 2018-07-20 07:51:08 +02:00
private.h Add new cairo 1.16 API 2018-11-02 15:03:04 +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 build: work around new gcc8 warnings re function casts 2018-07-20 07:51:08 +02:00
surface.c Add new cairo 1.16 API 2018-11-02 15:03:04 +01: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