summaryrefslogtreecommitdiffstats
path: root/tests/test_gi.py
Commit message (Expand)AuthorAgeFilesLines
* Restore the overrides supportSimon van der Linden2010-01-221-0/+36
* 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-081-11/+10
* sys.path must be modified after pygtk is importedSimon van der Linden2010-01-031-0/+3
* The array field 'length' starts to count from the C arg list, so need to decr...Tomeu Vizoso2009-12-221-0/+15
* 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-301-20/+27
* 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-281-0/+21
* Fix members initialization in metaclassesSimon van der Linden2009-11-271-0/+19
* Structs in arrays are not marshalled correctlyTomeu Vizoso2009-11-271-0/+8
* Accept 0 as a valid value for flag and enum argumentsTomeu Vizoso2009-11-241-0/+1
* Add support for Any argumentsTomeu Vizoso2009-11-221-0/+5
* Import pygtk properly to avoid failure on some setupsSimon van der Linden2009-11-141-0/+3
* Initial importSimon van der Linden2009-11-081-0/+1416