summaryrefslogtreecommitdiffstats
path: root/gobject/gobjectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-271-2/+4
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-271-9/+7
* Use _PyLong macros.Johan Dahlin2008-07-271-10/+10
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-20/+20
* Use glib macros to define the module, update export regexp.Johan Dahlin2008-07-271-8/+6
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-271-19/+9
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-261-176/+84
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-261-7/+3
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-261-128/+5
* Move option over from gobject to glib.Johan Dahlin2008-07-261-29/+1
* Move over glib constants to gobjectJohan Dahlin2008-07-261-61/+24
* Remove private structures which moved to pyglib.Johan Dahlin2008-07-251-5/+0
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-211-8/+2
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-40/+32
* Install the glib module, the helper library and the headers. Use it fromJohan Dahlin2008-07-201-921/+21
* Use the prefix G_IO_ for stripping constants instead of just G_ Check soJohan Dahlin2008-07-171-5/+14
* Fix error message referencing wrong argument.Juha Sahakangas2008-07-091-1/+1
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultGustavo J. A. M. Carneiro2008-06-291-1/+1
* Add the GParamSpec type wrapper to the module dictionary.Gustavo J. A. M. Carneiro2008-05-301-0/+4
* Accept None for the child_setup parameter of gobject.spawn_async(). AlsoGustavo J. A. M. Carneiro2008-05-211-3/+12
* Set gobject.GObject.__module__ to gobject._gobject, this helps pylint toJohan Dahlin2008-04-151-1/+4
* Never override customly set 'tp_new' and 'tp_alloc'.Paul Pogonyshev2008-03-021-2/+4
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-021-0/+30
* check for NULL before dereferencing.Paolo Borelli2007-11-241-6/+8
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-241-2/+3
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-051-1/+4
* Only compile g_timeout_add_seconds for glib >= 2.13.5Gustavo J. A. M. Carneiro2007-07-081-1/+5
* Wrap g_timeout_add_secondsGustavo J. A. M. Carneiro2007-07-081-0/+43
* Work around the deprecation warning of BaseException.message in Python 2.6+ a...Gustavo J. A. M. Carneiro2007-07-081-1/+16
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-071-1/+3
* reviewed by: Johan DahlinSebastian Granjoux2007-07-021-1/+1
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-291-3/+19
* Bug 425242 – Add API to convert a gobject.GError exception being raised to ...Gustavo J. A. M. Carneiro2007-04-141-1/+74
* Bug 415853 – g_set_application_name() bindingGustavo J. A. M. Carneiro2007-04-141-0/+30
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-0/+5
* Improve exceptionJohan Dahlin2006-11-181-1/+4
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-181-2/+2
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-12/+14
* signal emission hook refcount fixGustavo J. A. M. Carneiro2006-09-161-1/+0
* interface fixes and testsGustavo J. A. M. Carneiro2006-08-271-2/+5
* Bug 353039 – Failure in signal emission during do_set_property invoked from...Gustavo J. A. M. Carneiro2006-08-271-5/+11
* type registration fixGustavo J. A. M. Carneiro2006-08-261-2/+74
* fix interface registrationGustavo J. A. M. Carneiro2006-08-171-31/+31
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-3/+5
* interface implementation fixGustavo J. A. M. Carneiro2006-07-091-10/+10
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-091-1/+4
* gobject.filename_from_utf8Gustavo J. A. M. Carneiro2006-06-241-2/+27
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-4/+42
* Add support for retrieving signal and propertie info from interface types.John Finlay2006-06-231-42/+75
* Fix two leaks in error cases, found by Coverity.Johan Dahlin2006-06-041-0/+2