summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use a more obvious dummy string when testing type-checkingDavid Malcolm2010-04-201-19/+19
* Generalize CONSTANT_UTF8 to be a UTF-8 encoded bytes in Python 2 and a unicod...David Malcolm2010-04-201-1/+23
* return __long__ from the Number classJohn (J5) Palmieri2010-04-161-0/+3
* Use GIMarshallingTests (old TestGI) in gobject-introspectionTomeu Vizoso2010-04-134-4008/+416
* Fix and complete overrides testsSimon van der Linden2010-02-031-1/+7
* Remove support for pointers to basic types as input-only argument and return ...Simon van der Linden2010-01-223-890/+0
* Restore the overrides supportSimon van der Linden2010-01-223-0/+190
* Initialize struct fields to 0 when allocatingSimon van der Linden2010-01-081-0/+5
* Don't set a default constructor for structures.Simon van der Linden2010-01-083-51/+10
* sys.path must be modified after pygtk is importedSimon van der Linden2010-01-032-1/+3
* The array field 'length' starts to count from the C arg list, so need to decr...Tomeu Vizoso2009-12-223-0/+79
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-301-9/+9
* Set a default constructor for boxed structs that don't have oneTomeu Vizoso2009-11-303-65/+72
* Revert "Use the limit constants from glib and interpret G_MAXUINT32 as PyLong...Tomeu Vizoso2009-11-301-9/+9
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-281-9/+9
* A few tests about interfacesTomeu Vizoso2009-11-283-0/+60
* Fix members initialization in metaclassesSimon van der Linden2009-11-271-0/+19
* Structs in arrays are not marshalled correctlyTomeu Vizoso2009-11-273-3/+35
* Accept 0 as a valid value for flag and enum argumentsTomeu Vizoso2009-11-243-0/+8
* Add support for Any argumentsTomeu Vizoso2009-11-223-0/+15
* Import pygtk properly to avoid failure on some setupsSimon van der Linden2009-11-141-0/+3
* Initial importSimon van der Linden2009-11-085-0/+5526