Hi

I'm planning to do a 2.4.2 release sometime soon. I don't use 2.4.x
myself, but those of you who do, do you have any bugs from 2.6/HEAD that
you want to have backported?

Currently the pygtk-2-4 branch contains the following fixes (over 2.4.1):

  * gtk/gtk.override: Allow argument to RadioButtion.set_radio_group
    to be empty, fixes #170514 (Lorenzo Gil Sanchez)
  * gobject/pygparamspec.c (pyg_param_spec_getattr): in case the
    enum is not registered, set enum_class or flag_class to None
  * gobject/pygtype.c (add_property_docs): Use G_CONST_RETURN
    with a gchar* return value.
  * gobject/pygtype.c (add_property_docs): Do not use
    g_string_append_printf with a NULL argument, as it crashes on
    win32. Fixes bug #166546.
  * gtk/gtkmodule.c (init_gtk): On Python >= 2.4, don't call
    setlocale(LC_NUMERIC, "C"), as it breaks the locale module.
    Fixes #164451.
  * gobject/pygtype.c (pyg_value_from_pyobject): Be consistent
    about not raising an exception on error return.
    Patch by [EMAIL PROTECTED], fixes #160595.
  * gobject/pygobject.h: Change PY_HEXVERSION to PY_VERSION_HEX
  * gobject/pygflags.c (pyg_flags_repr): Print long int value if
    enum string not found. Fixes #158417.
  * gtk/gdk.override (_wrap_gdk_event_tp_setattr) Fix #157571 with
    slightly modified patch from rubensr.

Johan
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to