summaryrefslogtreecommitdiff
path: root/tests/test_signal.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for allowing PyObjects as void pointersSimon Feltman2013-09-251-4/+1
* Add accumulator and accu_data arguments to GObject.Signal decoratorSimon Feltman2013-08-051-24/+28
* Pass return values through the GObject.Signal.emit wrapperSimon Feltman2013-08-051-16/+21
* Drop support for Python 2.6Martin Pitt2013-03-251-4/+0
* Fix crashes in various GObject signal handler functionsSimon Feltman2013-02-221-3/+118
* Move various signal methods from static bindings to gi and pythonSimon Feltman2013-02-031-8/+11
* Add tests for signal stop_emission, disconnect, and handler_is_connectedSimon Feltman2013-01-311-1/+50
* Support GParamSpec signal arguments from PythonMartin Pitt2013-01-141-0/+12
* Simplify overrides and tests using the new GObject.Value overrideMartin Pitt2013-01-141-9/+3
* tests: Stop using assertSequenceEqual()Martin Pitt2013-01-141-4/+2
* tests: Ensure that the fatal mask is always resetMartin Pitt2012-11-071-2/+4
* Replace GObject notify methods with introspection and pythonSimon Feltman2012-11-071-1/+12
* Move property and signal creation into _class_init()Martin Pitt2012-11-051-1/+5
* tests: Do not use deprecated assertRaisesRegexp()Martin Pitt2012-11-051-4/+4
* Move gobject static functions and constants to giSimon Feltman2012-11-051-5/+6
* Make unitests for gobject functions moving to gi more strictSimon Feltman2012-11-051-15/+25
* Add unittests for module level type and signal functionsSimon Feltman2012-11-021-0/+43
* tests: consitent naming styleMartin Pitt2012-10-241-5/+5
* Fix Signal decorator to not use base class gsignals dictSimon Feltman2012-10-201-0/+43
* test_signals.py: Drop global type variablesMartin Pitt2012-09-111-22/+16
* test_signals.py: Consistent test namesMartin Pitt2012-09-111-44/+44
* Add test cases for GValue signal argumentsMartin Pitt2012-09-111-0/+41
* Add test for GValue signal return valuesMartin Pitt2012-09-111-0/+13
* Test gint64 C signal arguments and return valuesMartin Pitt2012-09-101-0/+12
* Support marshalling GParamSpec signal argumentsMark Nauwelaerts2012-09-031-0/+14
* Add test for a signal that returns a GParamSpecMartin Pitt2012-09-031-0/+6
* [API add] Add Signal class for adding and connecting custom signals.Simon Feltman2012-09-031-8/+200
* PEP8: Fix indentationMartin Pitt2012-06-221-1/+1
* Add GObject.TYPE_STRV constantMartin Pitt2012-05-051-1/+1
* PEP8: Fix whitespace around operatorsJohan Dahlin2012-03-221-1/+1
* PEP8: Remove whitespace around {}Johan Dahlin2012-03-221-10/+10
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-2/+30
* tests: Replace deprecated Python APIMartin Pitt2012-03-221-2/+2
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-2/+2
* refactor tests to only use PyGObject 3 syntaxJohn (J5) Palmieri2011-08-111-49/+49
* fix up tests so they run in py3kJohn (J5) Palmieri2010-09-011-7/+7
* Clean and improve the test infrastructureSimon van der Linden2010-07-291-1/+3
* Bug 540376 – No TypeError raised when type is NonePaul Pogonyshev2008-08-111-0/+10
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-301-0/+15
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-291-1/+62
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-181-10/+17
* Add a test for #375589Johan Dahlin2006-11-181-0/+10
* some more emission hook testsGustavo J. A. M. Carneiro2006-09-161-0/+45
* Bug 353039 – Failure in signal emission during do_set_property invoked from...Gustavo J. A. M. Carneiro2006-08-271-1/+29
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-0/+16
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-291-0/+29
* reindentJohan Dahlin2006-04-111-1/+1
* whitespaceJohan Dahlin2006-03-151-13/+13
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-131-0/+39
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-111-0/+52