summaryrefslogtreecommitdiff
path: root/tests/test_overrides_gio.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some broken links to the PyPy bug trackerChristoph Reiter2022-03-271-1/+1
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-3/+2
* gio overrides: emit a warning when creating various dbus types without a cons...Christoph Reiter2019-01-181-0/+15
* Add ActionMap and ActionMap.add_action_entries() to overrides. Fixes #29yangfl2018-05-031-0/+34
* pypy: skip some cases of the liststore slice testChristoph Reiter2018-04-221-0/+5
* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130gio-liststore-sortChristoph Reiter2018-04-211-2/+49
* Gio.ListModel: implement most of the mutable sequence protocol. See #115Christoph Reiter2018-04-171-0/+260
* Rename test_overrides_gio.py to test_gio.pyMartin Pitt2013-01-101-121/+0
* Gio overrides: Handle setting GSettings enum keysMartin Pitt2012-10-111-0/+3
* tests: Check reading GSettings enums in Gio overridesMartin Pitt2012-10-111-5/+9
* Split test_overrides.pyMartin Pitt2012-09-031-0/+114