summaryrefslogtreecommitdiffstats
path: root/gobject/gobjectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* add some needed constantsJohn (J5) Palmieri2010-04-151-0/+16
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-151-2/+4
* Don't pregenerate numerical constants in constants.py; adapted from a John St...John Ehresman2010-04-151-0/+16
* Remove remaining PyInt & PyString callsJohn Ehresman2010-04-151-3/+3
* Fix reference leak when using repr in exception stringsJohn Ehresman2010-04-151-6/+14
* Fix a crash in pyg_type_add_interfaces()Paul Pogonyshev2009-04-271-4/+8
* 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-1/+2
* Bug 566571 – gtk.Buildable interface method override is not recognizedPaul Pogonyshev2009-01-141-100/+77
* Add a comment explaining why the two for loops for registering interfaces.Gustavo J. A. M. Carneiro2009-01-091-0/+29
* Mark pyglib_notify_on_enabling_threads() as private (also rename).Paul Pogonyshev2008-08-271-1/+1
* Bug 547633 – cannot create new threads when pygtk is usedPaul Pogonyshev2008-08-271-0/+9
* Bug 540376 – No TypeError raised when type is NonePaul Pogonyshev2008-08-111-0/+8
* Add a pygobject_enable_threads wrapper around pyglib_threads_enable andJohan Dahlin2008-08-061-2/+11
* Change return value from 'gboolean' to 'int' and changed semantics toPaul Pogonyshev2008-08-031-1/+1
* 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