summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Gtk.Template: Add test for second instance initialisationKai Willadsen2018-07-071-0/+37
* meson: support building pycairo as a subprojectChristoph Reiter2018-06-241-1/+6
* Add override for GdkPixbuf.Pixbuf.new_from_data. Fixes #225pixbuf-new-from-dataChristoph Reiter2018-06-171-0/+49
* meson: increase the test timeoutChristoph Reiter2018-05-131-1/+2
* meson: don't autodetect pycairo support, force it and add an option to disabl...Christoph Reiter2018-05-061-1/+1
* Don't crash on multiple calls to GObject.Value.__del__. See !66Christoph Reiter2018-05-041-0/+6
* valgrind: add some wildcards to function namesChristoph Reiter2018-05-041-1/+1
* gi/pygi-value: Don't wrap GValue in GValue when creating GValueArrayStian Selnes2018-05-042-0/+56
* Add ActionMap and ActionMap.add_action_entries() to overrides. Fixes #29yangfl2018-05-031-0/+34
* meson: dedup PY_SSIZE_T_CLEAN usageChristoph Reiter2018-05-031-1/+1
* meson: use the same compiler flags as with distutilsChristoph Reiter2018-05-031-1/+1
* conftest: add absolute_import and update mesonHavard Graff2018-04-301-0/+2
* Add tests for pyg_gil_state_ensure/pyg_gil_state_releaseChristoph Reiter2018-04-242-0/+14
* Add tests for pyg_constant_strip_prefix()Christoph Reiter2018-04-242-0/+23
* Add tests for GObject.list_propertiesChristoph Reiter2018-04-241-1/+43
* Add pygi_gschar_from_py/pygi_guchar_from_py; add testsChristoph Reiter2018-04-231-0/+40
* pypy: skip various refcounting related tests and add some gc.collect where it...Christoph Reiter2018-04-222-12/+43
* pypy: pass a warning subclass to PyErr_Warn and not an exception, pypy does't...Christoph Reiter2018-04-222-3/+3
* pypy: one more gc.collect()Christoph Reiter2018-04-221-0/+1
* pypy: skip some cases of the liststore slice testChristoph Reiter2018-04-221-0/+5
* OptionParser.parse_args: return leftover arguments. Fixes #200optionparser-remain-argsChristoph Reiter2018-04-211-15/+38
* Make Gtk.Widget.freeze_child_notify a context manager. Fixes #45widget-freeze-childChristoph Reiter2018-04-211-0/+26
* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130gio-liststore-sortChristoph Reiter2018-04-211-2/+49
* tests/regressextra.h: export new cairo tests APIMathieu Duponchelle2018-04-201-0/+14
* Add meson build definitionsMathieu Duponchelle2018-04-203-2/+139
* tests: support builddir != srcdirMathieu Duponchelle2018-04-207-6/+28
* valgrind: ignore some fontconfig leaksChristoph Reiter2018-04-191-0/+19
* Destroy custom GLib.Source instances when they get freed. See #193Christoph Reiter2018-04-191-16/+8
* valgrind: make the suppression filter handle more casesChristoph Reiter2018-04-191-28/+0
* Properly raise errors from property getters instead of just printing them. Se...Christoph Reiter2018-04-181-10/+7
* tests: add our own valgrind suppression fileChristoph Reiter2018-04-171-0/+39
* Gio.Settings: support range types in __setitem__. Fixes #134Christoph Reiter2018-04-172-2/+29
* Gio.Settings: implement __iter__Christoph Reiter2018-04-171-0/+5
* Gio.ListModel: implement most of the mutable sequence protocol. See #115Christoph Reiter2018-04-171-0/+260
* Gtk.Template: Allow marking children as "internal-child"gtk-template-child-internalChristoph Reiter2018-04-161-0/+73
* float converter: use Python API for formatting the error message; add testChristoph Reiter2018-04-141-0/+7
* int converters: unify overflow error handlingChristoph Reiter2018-04-143-14/+214
* tests: add a test for accessing the C API through ctypesChristoph Reiter2018-04-131-0/+54
* cairo: do proper type checking when converting from py to cairo. Fixes #197Christoph Reiter2018-04-131-0/+31
* Add a minimal implementation of Gtk.Template. See #52Christoph Reiter2018-04-121-0/+482
* pyg_pyobj_to_unichar_conv: port to new converters and add some testsChristoph Reiter2018-04-122-0/+37
* setup.py: Make lookup of Python valgrind suppression files work on Fedora and...Christoph Reiter2018-04-092-858/+0
* test_signal: improve coverage. See !55Christoph Reiter2018-04-071-0/+24
* flake8: remove python2 builtin listChristoph Reiter2018-04-073-11/+6
* Move all py2/3 compat code into gi._compatChristoph Reiter2018-04-0710-80/+33
* tests: writing to readonly attributes raises TypeError with PyPyChristoph Reiter2018-04-051-2/+8
* Make GLib.Error picklable. Fixes #145Christoph Reiter2018-04-051-0/+17
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-2/+2
* overflow tests: fix error message match in case the value is larger than longChristoph Reiter2018-04-042-4/+6
* pygi_gint_from_py: fix wrong range in error message, add testChristoph Reiter2018-04-041-0/+5