summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject.c
Commit message (Expand)AuthorAgeFilesLines
* METH_KEYWORDS w/o METH_VARARGS is invalid in python 3John Ehresman2010-04-151-1/+1
* Remove remaining PyInt & PyString callsJohn Ehresman2010-04-151-5/+5
* Fix reference leak when using repr in exception stringsJohn Ehresman2010-04-151-15/+36
* Use richcompare slot rather than old compare slot and Py_TYPE macro in prepar...John Ehresman2010-04-151-6/+26
* Don't raise an error in _pygi_import if pygi support is disabledSimon van der Linden2010-02-021-5/+1
* Add capabilities to import wrappers from pygiSimon van der Linden2009-11-091-0/+10
* Remove an empty structure, use sizeof(PyObject) insteadPaul Pogonyshev2009-04-211-2/+1
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-081-3/+6
* Bug 530935 – pygobject_set_properties doesnt release the GILPaul Pogonyshev2008-09-091-20/+13
* * gobject/pygobject.c: Fix memory problems reported by valgrind due toGustavo J. A. M. Carneiro2008-08-301-1/+2
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-111-9/+45
* Bug 547104 – improve runtime type wrapper creationPaul Pogonyshev2008-08-101-0/+63
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-271-12/+12
* Use _PyLong macros.Johan Dahlin2008-07-271-4/+4
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-271-217/+65
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-19/+19
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-261-0/+71
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-261-0/+6
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-261-0/+1
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-10/+12
* New functions, unconditionally raise TypeError. (pygobject_methods): HookPaul Pogonyshev2008-06-091-0/+20
* Bug 466082 – pygobject_new_full not fully initialising PyGObject, chaos res...Gustavo J. A. M. Carneiro2007-08-141-2/+6
* revert last change (g_object_run_dispose)Gustavo J. A. M. Carneiro2007-07-071-11/+0
* Bug 398696 – Wrap g_object_run_disposeGustavo J. A. M. Carneiro2007-07-071-0/+11
* Rename the private struct field to private_flags, because private is a C++Murray Cumming2007-07-041-2/+2
* Bug 447271 – gobject has a weird bug on mac. Involves python, property and ...Gustavo J. A. M. Carneiro2007-06-171-0/+4
* fix descriptor / toggle_ref interaction bugGustavo J. A. M. Carneiro2007-04-301-3/+4
* new pygobject_set_properties and pygobject_get_properties methodsGian Mario Tagliaretti2007-04-231-0/+107
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-98/+374
* Fix a couple of compiler warnings.Gustavo J. A. M. Carneiro2007-03-171-2/+2
* Release the GIL when calling g_object_set_property, since setting aEdward Hervey2007-03-031-0/+3
* set __module__ on gobject derived types, fixes #376099Johan Dahlin2006-11-181-2/+12
* Revert accidentally commited changesJohan Dahlin2006-11-181-1/+1
* Add a test for #375589Johan Dahlin2006-11-181-1/+1
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-30/+39
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-2/+9
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-281-4/+10
* Bug 341174 – Be more specific in set/get_property error messagesGustavo J. A. M. Carneiro2006-05-201-5/+7
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-291-0/+99
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-111-89/+3
* update a commentGustavo J. A. M. Carneiro2006-03-191-2/+1
* pygobject_register_class api compat. fixGustavo J. A. M. Carneiro2006-01-131-7/+33
* ignore interfaces from .defs, discover them at runtimeGustavo J. A. M. Carneiro2006-01-131-40/+60
* We always need to free interfaces since its a null terminated array.Johan Dahlin2005-11-151-1/+1
* plug leak; add glade test; fix warning messageGustavo J. A. M. Carneiro2005-11-091-2/+2
* Fix gcc 4.0 warnings.PYGTK_2_8_1Johan Dahlin2005-10-031-2/+2
* Check if the gobject is initialized, partly fixes #96658Johan Dahlin2005-10-031-1/+59
* Include the object and the name of the signal in TypeErrorsJohan Dahlin2005-09-221-6/+18
* Remove unneeded g_strdup.PYGTK_2_8_0John Ehresman2005-08-291-3/+2