summaryrefslogtreecommitdiff
path: root/tests/test_source.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* tests: remove some leftover debug printChristoph Reiter2018-08-151-2/+1
* pypy: one more gc.collect()Christoph Reiter2018-04-221-0/+1
* Destroy custom GLib.Source instances when they get freed. See #193Christoph Reiter2018-04-191-16/+8
* test_source: add some gc.collect()Christoph Reiter2018-04-011-0/+5
* Revert "Revert "Revert "Refactor boxed wrapper memory management strategy"""Mathieu Duponchelle2018-02-161-6/+2
* Revert "Revert "Refactor boxed wrapper memory management strategy""Christoph Reiter2018-02-131-2/+6
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-5/+3
* Revert "Refactor boxed wrapper memory management strategy"Mathieu Duponchelle2018-01-231-6/+2
* tests: Reduce usage of timeout_add() and sleep()Christoph Reiter2017-03-271-5/+5
* tests: Make test suite run on macOSChristoph Reiter2017-03-241-0/+3
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-4/+4
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-4/+4
* Refactor boxed wrapper memory management strategySimon Feltman2014-08-171-2/+6
* tests: Add skipped test for GLib.Source inheritance problemsSimon Feltman2014-01-161-0/+45
* tests: Fix source testing to handle critical with non-existing sourcesSimon Feltman2013-10-271-6/+12
* Fix GLib.Source sub-classing with initializer argsSimon Feltman2013-09-111-0/+11
* Fix GLib.Source ref leak upon destructionMartin Pitt2013-03-011-0/+31
* Restore actual GLib API after previous fixMartin Pitt2012-11-031-0/+30
* Use a custom deprecation warning to make them visible by defaultMartin Pitt2012-10-261-1/+2
* Drop static IO_* constantsMartin Pitt2012-10-241-1/+1
* Remove static idle_add/timeout_add bindingsMartin Pitt2012-10-241-0/+19
* Add tests for priority argument of idle_add/timeout_addMartin Pitt2012-10-241-4/+59
* Fix PEP-8 whitespace in previous commitMartin Pitt2012-10-241-0/+4
* Add tests for idle_add()/timeout_add with and without user dataMartin Pitt2012-10-241-0/+35
* tests: consitent naming styleMartin Pitt2012-10-241-12/+11
* Mark GLib.Source.get_current_time() as deprecatedMartin Pitt2012-10-241-1/+7
* Remove static MainLoop, MainContext, and some GSource bindingsMartin Pitt2012-10-241-3/+0
* Add some MainLoop, MainContext, and Source test casesMartin Pitt2012-10-231-0/+44
* Fix OverflowError in source_remove()Martin Pitt2012-10-231-1/+12
* Fix TestSource.testSources() test caseMartin Pitt2012-10-231-1/+7
* Wrap GLib.Source.is_destroyed() methodMartin Pitt2012-04-041-0/+24
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+1
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-3/+3
* fix tests to use the new GLib moduleJohn (J5) Palmieri2011-08-111-13/+11
* refactor tests to only use PyGObject 3 syntaxJohn (J5) Palmieri2011-08-111-2/+3
* fix up tests so they run in py3kJohn (J5) Palmieri2010-09-011-2/+2
* Clean and improve the test infrastructureSimon van der Linden2010-07-291-2/+2
* Run pyflakes on the testsuite, remove unused imports and reorganizeJohan Dahlin2008-07-261-5/+4
* Move over glib constants to gobjectJohan Dahlin2008-07-261-11/+11
* Bug 504337 - crash bug in gobject.Timeout and gobject.IdleJohan Dahlin2008-07-141-0/+7
* Unbreak Source.prepare (#523075, Bryan Silverthorn)Johan Dahlin2008-04-081-0/+28
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-101-0/+66