summaryrefslogtreecommitdiff
path: root/tests/test_signal.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-25/+10
* pygobject-object: Avoid checking whether NULL is floatingAlexandru Băluț2020-01-201-0/+2
* pygobject-object: fix refcount of floating return valuesMathieu Duponchelle2019-08-111-0/+5
* tests: support builddir != srcdirMathieu Duponchelle2018-04-201-1/+1
* test_signal: improve coverage. See !55Christoph Reiter2018-04-071-0/+24
* Move all py2/3 compat code into gi._compatChristoph Reiter2018-04-071-5/+4
* test_signal: skip some refcount tests under PyPyChristoph Reiter2018-04-011-0/+5
* Remove pygobject_register_features()Christoph Reiter2018-03-211-7/+3
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-7/+6
* pygobject-object: fix memory corruption around list of closuresMikhail Fludkov2018-01-291-0/+50
* pygobject-object: Fix Python GC collecting a ref cycle too earlyChristoph Reiter2017-10-261-1/+28
* tests: Don't skip Regress tests when cairo is missingChristoph Reiter2017-04-021-14/+1
* Fix new PEP8 errorsChristoph Reiter2017-01-091-0/+1
* tests: Use places kwarg for assertAlmostEqualChristoph Reiter2016-06-071-2/+2
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-15/+9
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-55/+56
* Fix memory management problems with struct arguments to signalsSimon Feltman2014-09-081-0/+27
* tests: Add test for GLib.spawn_async_with_pipes()Simon Feltman2014-08-221-1/+1
* tests: Add reference count test for signal connection argumentsSimon Feltman2014-08-161-0/+133
* tests: Add tests for connect_object()Simon Feltman2014-08-111-22/+117
* Add Python implementation of Object.connect_data()Simon Feltman2014-08-111-0/+109
* tests: Fix Python 2 build for newly added test_array_parm()Simon Feltman2014-08-081-1/+1
* tests: Add failing test for marshalling an array of GValues through signalsMartin Pitt2014-08-081-0/+12
* tests: Move TestSignals from test_everything into test_signalSimon Feltman2014-05-271-0/+131
* PEP8 fixesSimon Feltman2014-05-021-15/+13
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-1/+1
* 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