summaryrefslogtreecommitdiffstats
path: root/gobject/pygtype.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various selftests when building against python 3.1David Malcolm2010-04-161-9/+0
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-151-1/+2
* Use richcompare slot rather than old compare slot and Py_TYPE macro in prepar...John Ehresman2010-04-151-4/+20
* Fix handling of uchar in pyg_value_from_pyobjectBastian Winkler2009-12-251-4/+11
* Make GType.pytype aware of the interface, enum, flags, pointer and boxed wrap...Simon van der Linden2009-11-071-6/+33
* 2009-04-17 Paul Pogonyshev <pogonyshev@gmx.net>Paul Pogonyshev2009-04-171-0/+10
* Bug 577999 – converting a negative long Python value to a GUINT64 GValue do...Gustavo J. A. M. Carneiro2009-04-051-38/+16
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Bug 559001 – Allow setting pytype wrapper classmarklee2009-03-221-1/+21
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-081-1/+2
* Bug 549191 – Constructor of gtk.TreeView raises TypeError when model isPaul Pogonyshev2008-08-271-7/+11
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-271-5/+5
* Use _PyLong macros.Johan Dahlin2008-07-271-20/+20
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-271-77/+17
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-23/+23
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-261-0/+47
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-261-0/+5
* Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matchingPaul Pogonyshev2008-07-261-0/+6
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-9/+11
* Fix compilation warning.Gustavo J. A. M. Carneiro2007-08-271-1/+1
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-071-2/+19
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-301-1/+1
* Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixesJohan Dahlin2007-04-301-0/+2
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-8/+12
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-181-2/+3
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-1/+1
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-5/+74
* indentationJohan Dahlin2006-07-071-1/+1
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-0/+15
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-291-0/+15
* reorder more nicely information presented in docstring about signals and prop...Gustavo J. A. M. Carneiro2006-01-111-11/+15
* guint64 property fixGustavo J. A. M. Carneiro2005-10-021-9/+9
* pyg_flags_get_value () should accept longs as inputChristopher Aillon2005-08-121-1/+4
* Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add noteJohan Dahlin2005-07-071-24/+48
* Add GType.is_a and deprecate gobject.type_* Update tests and makeJohan Dahlin2005-07-051-1/+42
* Add GType to gobject namespace Wrap a number of GType utility functionsJohan Dahlin2005-07-041-3/+157
* Extend to add some new fields, add a getter for GType.type, which pointsJohan Dahlin2005-07-011-2/+29
* Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.Johan Dahlin2005-05-281-2/+2
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-4/+0
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-171-4/+36
* Use G_CONST_RETURN with a gchar* return value.PYGTK_2_6_0Cedric Gustin2005-02-231-1/+1
* Move the install_template call for pygobject-2.0.pc.in to the right placePYGTK_2_5_4Cedric Gustin2005-02-231-2/+7
* Bug 160452: pyg_value_from_pyobject() does not handle sequence -> GValueArray...Gustavo J. A. M. Carneiro2005-01-091-0/+70
* Bug 160595: pyg_value_from_pyobject() sometimes sets a Python exception, some...Gustavo J. A. M. Carneiro2005-01-091-2/+6
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-9/+9
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-031-3/+1
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-10/+11
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-021-10/+10
* If we're on python 2.3, also check for PyBool_Type.Johan Dahlin2004-07-281-0/+4
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-191-3/+0