index
:
pygobject.git
master
py3k
Unnamed repository; edit this file 'description' to name the repository.
David Hugh Malcolm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gobject
/
gobjectmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error message referencing wrong argument.
Juha Sahakangas
2008-07-09
1
-1
/
+1
*
Bug 540696 – gobject.markup_escape_text() causes python to segfault
Gustavo J. A. M. Carneiro
2008-06-29
1
-1
/
+1
*
Add the GParamSpec type wrapper to the module dictionary.
Gustavo J. A. M. Carneiro
2008-05-30
1
-0
/
+4
*
Accept None for the child_setup parameter of gobject.spawn_async(). Also
Gustavo J. A. M. Carneiro
2008-05-21
1
-3
/
+12
*
Set gobject.GObject.__module__ to gobject._gobject, this helps pylint to
Johan Dahlin
2008-04-15
1
-1
/
+4
*
Never override customly set 'tp_new' and 'tp_alloc'.
Paul Pogonyshev
2008-03-02
1
-2
/
+4
*
Bug 460606 – wrap g_get_application_name and g_get_prgname
Gustavo J. A. M. Carneiro
2008-01-02
1
-0
/
+30
*
check for NULL before dereferencing.
Paolo Borelli
2007-11-24
1
-6
/
+8
*
do not use a potentially uninitialized variable. Bug #499334.
Paolo Borelli
2007-11-24
1
-2
/
+3
*
Add pyg_option_group_new to the public API
Johan Dahlin
2007-11-05
1
-1
/
+4
*
Only compile g_timeout_add_seconds for glib >= 2.13.5
Gustavo J. A. M. Carneiro
2007-07-08
1
-1
/
+5
*
Wrap g_timeout_add_seconds
Gustavo J. A. M. Carneiro
2007-07-08
1
-0
/
+43
*
Work around the deprecation warning of BaseException.message in Python 2.6+ a...
Gustavo J. A. M. Carneiro
2007-07-08
1
-1
/
+16
*
Bug 342948 – Add exception handling to GOption
Gustavo J. A. M. Carneiro
2007-07-07
1
-1
/
+3
*
reviewed by: Johan Dahlin
Sebastian Granjoux
2007-07-02
1
-1
/
+1
*
Add a generic CClosure marshaller based on ffi. This makes it possible to
Johan Dahlin
2007-04-29
1
-3
/
+19
*
Bug 425242 – Add API to convert a gobject.GError exception being raised to ...
Gustavo J. A. M. Carneiro
2007-04-14
1
-1
/
+74
*
Bug 415853 – g_set_application_name() binding
Gustavo J. A. M. Carneiro
2007-04-14
1
-0
/
+30
*
Bug 320428 – Break PyGObject<->GObject reference cycle
Gustavo J. A. M. Carneiro
2007-04-14
1
-0
/
+5
*
Improve exception
Johan Dahlin
2006-11-18
1
-1
/
+4
*
reviewed by: Johan Dahlin <johan@gnome.org>
Yevgen Muntyan
2006-11-18
1
-2
/
+2
*
Python 2.5, int vs ssize_t
Gustavo J. A. M. Carneiro
2006-10-03
1
-12
/
+14
*
signal emission hook refcount fix
Gustavo J. A. M. Carneiro
2006-09-16
1
-1
/
+0
*
interface fixes and tests
Gustavo J. A. M. Carneiro
2006-08-27
1
-2
/
+5
*
Bug 353039 – Failure in signal emission during do_set_property invoked from...
Gustavo J. A. M. Carneiro
2006-08-27
1
-5
/
+11
*
type registration fix
Gustavo J. A. M. Carneiro
2006-08-26
1
-2
/
+74
*
fix interface registration
Gustavo J. A. M. Carneiro
2006-08-17
1
-31
/
+31
*
Add infrastructure for lazy type registration, fixes #
Johan Dahlin
2006-07-13
1
-3
/
+5
*
interface implementation fix
Gustavo J. A. M. Carneiro
2006-07-09
1
-10
/
+10
*
missing iinfo.interface_data, needed for interface implementation
Gustavo J. A. M. Carneiro
2006-07-09
1
-1
/
+4
*
gobject.filename_from_utf8
Gustavo J. A. M. Carneiro
2006-06-24
1
-2
/
+27
*
Bindings for g_filename_display_basename and g_filename_display_name;
Gustavo J. A. M. Carneiro
2006-06-24
1
-4
/
+42
*
Add support for retrieving signal and propertie info from interface types.
John Finlay
2006-06-23
1
-42
/
+75
*
Fix two leaks in error cases, found by Coverity.
Johan Dahlin
2006-06-04
1
-0
/
+2
*
gobject.new fix for 'subsubtype' case
Gustavo J. A. M. Carneiro
2006-05-28
1
-3
/
+3
*
Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...
Gustavo J. A. M. Carneiro
2006-05-07
1
-12
/
+63
*
gobject.Pid.close
Gustavo J. A. M. Carneiro
2006-05-01
1
-1
/
+14
*
Bug 340160 – g_spawn wrapper thinks GPid is an int
Gustavo J. A. M. Carneiro
2006-05-01
1
-1
/
+71
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Johannes Hölzl
2006-04-29
1
-0
/
+17
*
wrap on 80 lines
Johan Dahlin
2006-04-11
1
-54
/
+107
*
Move over almost all GType constants from C to Python.
Johan Dahlin
2006-04-11
1
-24
/
+2
*
Move GObjectMeta from C to python-land
Gustavo J. A. M. Carneiro
2006-04-11
1
-9
/
+14
*
Turn gobject into a package; move _gobject to gobject._gobject and
Johan Dahlin
2006-04-11
1
-2
/
+2
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Andy Wingo
2006-04-11
1
-1
/
+1
*
Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ins...
Gustavo J. A. M. Carneiro
2006-04-01
1
-3
/
+5
*
Don't call g_value_init since the other *_to_gvalue methods expect an
Christopher Aillon
2006-01-15
1
-1
/
+0
*
Warn if io callback returns None: almost always this is an error
Gustavo J. A. M. Carneiro
2006-01-14
1
-0
/
+6
*
Add add/remove_emission_hook and tests. Fixes #325977
Johan Dahlin
2006-01-13
1
-1
/
+138
*
signal accumulators
Gustavo J. A. M. Carneiro
2006-01-11
1
-3
/
+97
*
Split out PyGObject from PyGTK.
Johan Dahlin
2006-01-09
1
-3
/
+7
[next]