summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-0312-260/+292
* Add GLib.MINFLOAT etc. and mark GObject.G_MINFLOAT etc. deprecated.Christoph Reiter2015-03-031-0/+7
* Emit PyGIDeprecationWarning when accessing deprecated override attributes.Christoph Reiter2015-03-031-0/+70
* Add namespace and container name to callable cache and include them in all wa...Christoph Reiter2015-03-032-11/+19
* tests: Add test for GIRepository.UnionInfo.get_size()Garrett Regier2015-03-011-0/+1
* tests: Make get_all_dependendencies() test more robustSimon Feltman2015-02-201-3/+5
* tests: Fix PEP8 error with commented code in testSimon Feltman2015-02-201-1/+0
* Avoid copying bytearrays from Python to C when transfer nothingGarrett Regier2015-02-161-1/+13
* Allows passing arguments to opaque Boxed typesGarrett Regier2015-01-242-3/+12
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-247-7/+55
* Refactor overrides import/modulesChristoph Reiter2015-01-242-11/+25
* overrides: Add Gdk.EventTouch union discriminationSimon Feltman2015-01-241-0/+12
* tests: Update pixbuf loader test to not raise exception when closingSimon Feltman2015-01-031-0/+9
* tests: Add test for Gio.Application.add_main_option()Simon Feltman2014-09-121-0/+29
* Split test_everything.TestEverything.test_string() into multiple testsSimon Feltman2014-09-111-6/+19
* tests: Split array tests upSimon Feltman2014-09-111-5/+32
* tests: Split test_strv() into multiple testsSimon Feltman2014-09-111-1/+9
* tests: Increase num-callers for valgrind runsSimon Feltman2014-09-101-3/+20
* Fix memory management problems with struct arguments to signalsSimon Feltman2014-09-082-1/+27
* tests: Add failing regression test for Gtk.TextBuffer.insert-text signalSimon Feltman2014-09-061-0/+19
* docs: Skip "Constructors" header for anonymous structsSimon Feltman2014-09-011-1/+2
* docs: Fix error when using may_return_null()Simon Feltman2014-09-011-0/+4
* docs: Fix function doc string generator return typesSimon Feltman2014-08-291-2/+6
* Special case signal output arguments which are structs as pass-by-referenceSimon Feltman2014-08-291-0/+24
* Change boxed init with args to warn instead of raiseChristoph Reiter2014-08-221-2/+11
* tests: Add test for GLib.spawn_async_with_pipes()Simon Feltman2014-08-222-1/+18
* Fix crash in GList/GSList marshaling error handling path.Christoph Reiter2014-08-211-0/+16
* Fix reference counting problems with GLib.Variant.new_tuple()Simon Feltman2014-08-211-0/+7
* Unify property gettersSimon Feltman2014-08-171-38/+0
* Refactor boxed wrapper memory management strategySimon Feltman2014-08-172-3/+6
* tests: Add reference count test for signal connection argumentsSimon Feltman2014-08-161-0/+133
* Don't mask GObject sub-class doc strings in meta-classTobias Mueller2014-08-161-2/+0
* tests: Add failing tests for GObject sub-class doc-stringsPiotr Iwaniuk2014-08-161-0/+39
* tests: Silence valgrindlog and valgrindxml output from forked procsSimon Feltman2014-08-141-2/+2
* tests: Update tests for static binding protection to check AttributeErrorsSimon Feltman2014-08-121-5/+5
* 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: Add failing tests which verify exceptions raised in property gettersSimon Feltman2014-08-091-0/+17
* 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: Add tests for GApplication local command line handlingSimon Feltman2014-08-071-0/+65
* Add test for a callback with an inout arrayGarrett Regier2014-08-071-0/+19
* Fix raising an error in a constructorGarrett Regier2014-08-071-0/+6
* Generate .dll libraries on windowsIgnacio Casal Quinteiro2014-08-061-4/+4
* Add protection against attempts at importing static bindingsSimon Feltman2014-08-051-0/+24
* Use -no-undefined for building on WindowsAlexey Pavlov2014-08-051-3/+3
* tests: Move object property reference count tests to test_propertiesSimon Feltman2014-07-282-68/+36
* tests: Move test_everything.TestProperties into test_propertiesSimon Feltman2014-07-282-68/+60
* tests: Add tests for get/set_property()Simon Feltman2014-07-281-0/+32
* tests: Break TestPropertiesObject up for re-useSimon Feltman2014-07-281-103/+118