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
...
*
gquark initialization cleanup
Gustavo J. A. M. Carneiro
2005-05-28
1
-11
/
+24
*
Bug fixes
John Finlay
2005-05-22
1
-2
/
+2
*
Bug 128765: GObject metaclass
Gustavo J. A. M. Carneiro
2005-05-22
1
-19
/
+48
*
Bug 164665: g_markup_escape_text needs binding
Gustavo J. A. M. Carneiro
2005-05-22
1
-0
/
+20
*
Bug 139176: GIOChannel wrapper
Gustavo J. A. M. Carneiro
2005-05-22
1
-2
/
+21
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Benjamin Otte
2005-05-17
1
-5
/
+17
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Benjamin Otte
2005-05-17
1
-1
/
+3
*
Fix for bug #303573 - "exceptions raised in a child watch handler are
Mark McLoughlin
2005-05-09
1
-2
/
+10
*
Bug 164441: leak in gobject.type_register(); patch by Mark McLoughlin
Gustavo J. A. M. Carneiro
2005-01-22
1
-1
/
+4
*
interface implementation fixes
Gustavo J. A. M. Carneiro
2005-01-16
1
-1
/
+1
*
interface implementation fixes
Gustavo J. A. M. Carneiro
2005-01-16
1
-4
/
+8
*
gobject.child_add_watch and gobject.spawn_async
Gustavo J. A. M. Carneiro
2005-01-09
1
-1
/
+240
*
misc API additions, threading
Gustavo J. A. M. Carneiro
2005-01-09
1
-2
/
+2
*
#154974: Interface implementation support
Gustavo J. A. M. Carneiro
2005-01-09
1
-0
/
+41
*
[Bug 145314] Overriding GTK+ virtual methods
Gustavo J. A. M. Carneiro
2005-01-08
1
-1
/
+38
*
Add signal introspection functions
John Finlay
2004-11-12
1
-3
/
+190
*
gobject/gobjectmodule.c (_pyg_strv_from_gvalue) Avoid segfault when argv
John Finlay
2004-11-08
1
-2
/
+5
*
Allow gtk_main to be invoked from a thread created by the threading module
PYGTK_2_4_0
John Ehresman
2004-09-29
1
-1
/
+3
*
Apply slighly modified fix from bug 149845
PYGTK_2_3_97
Johan Dahlin
2004-09-28
1
-31
/
+34
*
New functions exposed through _PyGObject_Functions to work around bugs in
John Ehresman
2004-09-27
1
-5
/
+73
*
Bug 153718: exception in overriden gsignals causes ref count problems
Gustavo J. A. M. Carneiro
2004-09-25
1
-4
/
+0
*
make threading runtime optional
Gustavo J. A. M. Carneiro
2004-08-04
1
-24
/
+46
*
Urgh. more threading 'fixes'
Johan Dahlin
2004-08-03
1
-20
/
+11
*
More minor threading fixes
Johan Dahlin
2004-08-03
1
-6
/
+1
*
Add better support for boolean type now when we can require 2.3. Fixes bug
Johan Dahlin
2004-08-03
1
-4
/
+1
*
Clean up most functions here to have only one return path.
Johan Dahlin
2004-08-03
1
-20
/
+27
*
Call PyEval_InitThreads. Perhaps its something that always should be
PYGTK_2_3_95
Johan Dahlin
2004-08-02
1
-0
/
+18
*
Simplify, fix name in exceptions and remove warning.
Johan Dahlin
2004-07-20
1
-2
/
+2
*
Update, why do I even bother to update 3 different build systems?
Johan Dahlin
2004-07-19
1
-431
/
+15
*
Remove references to &PyInt_Type from static type struct initialization
John Ehresman
2004-07-19
1
-2
/
+2
*
New getters
Johan Dahlin
2004-07-18
1
-0
/
+23
*
gtk/*.override
Johan Dahlin
2004-07-17
1
-45
/
+39
*
Back out changes that should not have been committed (oops)
John Ehresman
2004-07-06
1
-2
/
+1
*
New conversion functions that use GParamSpec's declarations of new param
John Ehresman
2004-07-05
1
-3
/
+7
*
property based constructors
Gustavo J. A. M. Carneiro
2004-07-04
1
-1
/
+54
*
John Ehresman's patch to improve gunichar parameter handling
Gustavo J. A. M. Carneiro
2004-07-04
1
-1
/
+2
*
Fixed UNICHAR support since we don't have G_TYPE_UNICHAR but G_TYPE_UINT
Lorenzo Gil Sanchez
2004-06-04
1
-1
/
+1
*
Add support for paramspec.default_value for GParamSpec types that support
Johan Dahlin
2004-06-04
1
-0
/
+43
*
added gobject.TYPE_UNICHAR
Lorenzo Gil Sanchez
2004-06-04
1
-0
/
+1
*
Impl
Johan Dahlin
2004-06-04
1
-29
/
+90
*
Add gobject.pygtk_version (_wrap_g_main_context_iteration): block/unblock
PYGTK_2_3_92
Johan Dahlin
2004-05-21
1
-0
/
+11
*
allow registering multiple GObject classes with same name
Gustavo J. A. M. Carneiro
2004-04-18
1
-16
/
+28
*
Prevent warnings in Python 2.3
PYGTK_2_3_91
Gustavo J. A. M. Carneiro
2004-04-15
1
-1
/
+1
*
Move quark_to_string to initgobject
Johan Dahlin
2004-04-13
1
-3
/
+1
*
New function. (pygobject_lookup_class): Modify so we're not traversing
Johan Dahlin
2004-04-10
1
-1
/
+9
*
G_TYPE_STRV handling; GValueArray conversion fix
Gustavo J. A. M. Carneiro
2004-04-09
1
-0
/
+40
*
This is a function, not a method.
PYGTK_2_3_90
Johan Dahlin
2004-03-27
1
-0
/
+3
*
Fix again #136204 (GtkTextSearchFlags warning)
PYGTK_2_2_0
Gustavo J. A. M. Carneiro
2004-03-08
1
-4
/
+11
*
block/unblock threads around Py_DECREF in pyobject_free
Gustavo J. A. M. Carneiro
2004-03-03
1
-0
/
+2
*
same here.
James Henstridge
2003-07-24
1
-5
/
+0
[prev]
[next]