summaryrefslogtreecommitdiff
path: root/tests/test_gobject.py
Commit message (Expand)AuthorAgeFilesLines
* Expose GObject.Object.run_dispose()Christoph Reiter2021-04-271-0/+19
* tests: fix tests with glib masterChristoph Reiter2020-11-151-1/+2
* flake8: fix errors with new flake8 3.8.0Christoph Reiter2020-05-171-4/+4
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* tests: add tests for GObject.Object.weak_refChristoph Reiter2019-02-141-0/+49
* Remove GObject.Value.__del__Christoph Reiter2019-01-151-6/+0
* gobject overrides: improve coverageChristoph Reiter2018-11-241-0/+9
* tests: only run the new unbind tests with glib 2.57.3Christoph Reiter2018-08-191-1/+1
* GLib overrides: allow calling GObject.Binding.unbind() unconditionally with n...Christoph Reiter2018-08-161-2/+10
* tests: silence some deprecation warnings due to ValueArray usageChristoph Reiter2018-08-151-7/+10
* Don't crash on multiple calls to GObject.Value.__del__. See !66Christoph Reiter2018-05-041-0/+6
* gi/pygi-value: Don't wrap GValue in GValue when creating GValueArrayStian Selnes2018-05-041-0/+18
* Add tests for GObject.list_propertiesChristoph Reiter2018-04-241-1/+43
* tests: support builddir != srcdirMathieu Duponchelle2018-04-201-1/+1
* tests: skip more getrefcount tests under PyPyChristoph Reiter2018-04-021-23/+38
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-5/+3
* Remove gi._gi._gobject and gi._gobject modulesChristoph Reiter2017-04-011-5/+3
* Raise RuntimeError in case an uninitilialized GObject.Object is marshaledChristoph Reiter2017-03-311-0/+6
* test_gerror_novalue: Don't assign the error to a variableIain Lane2016-03-241-1/+1
* gerror: Add special case marshaling for boxing GErrorsSimon Feltman2016-03-011-0/+17
* pygi-value: special case for NULL GValueArrayMikhail Fludkov2016-02-201-0/+6
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-9/+12
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-1/+3
* Remove PyGObjectWeakRef now that g_binding_unbind existsSimon Feltman2013-10-141-17/+24
* Use Python error messages for marshaling integers from PythonSimon Feltman2013-07-281-1/+1
* Drop support for Python 2.6Martin Pitt2013-03-251-1/+0
* Accept ±inf and NaN as float and double valuesMartin Pitt2013-01-231-0/+14
* Define GObject.TYPE_VALUE gtype constantMartin Pitt2013-01-171-0/+4
* Add override for GValueBastian Winkler2013-01-141-1/+46
* Add reference counting tests for Object.bind_propertySimon Feltman2012-12-181-4/+36
* Replace GObject notify methods with introspection and pythonSimon Feltman2012-11-071-7/+19
* Add support for overriding GObject.ObjectSimon Feltman2012-11-071-5/+26
* Drop static G_MININT8 and related constantsMartin Pitt2012-11-031-0/+4
* test_gobject: Add test case for min/max int constantsMartin Pitt2012-11-031-0/+9
* Use a custom deprecation warning to make them visible by defaultMartin Pitt2012-10-261-1/+2
* tests: consitent naming styleMartin Pitt2012-10-241-32/+32
* Mark GLib API that is exposed in GObject as deprecatedMartin Pitt2012-10-241-10/+14
* Remove static MainLoop, MainContext, and some GSource bindingsMartin Pitt2012-10-241-0/+2
* Add some MainLoop, MainContext, and Source test casesMartin Pitt2012-10-231-0/+11
* Drop unnecessary static _glib bindingsMartin Pitt2012-10-231-0/+4
* PEP8: Fix indentationMartin Pitt2012-06-221-9/+9
* GObject.bind_property: Support transform functionsBastian Winkler2012-06-011-0/+59
* Fix comment in previous commitMartin Pitt2012-05-141-1/+1
* [API add] Add GObject.bind_property methodSimon Feltman2012-05-141-0/+90
* tests: Replace deprecated assertEquals() with assertEqual()Martin Pitt2012-04-221-29/+29
* Add context management to freeze_notify() and handler_block().Simon Feltman2012-04-091-0/+158
* Fix segfault when accessing __grefcount__ before creating the GObjectSteve Frécinaux2012-04-041-0/+11
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-1/+2
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-1/+1
* Drop support for sink functions.Steve Frécinaux2011-08-261-10/+3