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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Complain if ret is NULL, Fixes #303524.
pygtk-2-6-anchor
PYGTK_2_6_2
Johan Dahlin
2005-05-09
2
-2
/
+6
*
Fix for bug #303573 - "exceptions raised in a child watch handler are
Mark McLoughlin
2005-05-09
1
-2
/
+10
*
In case the enum is not registered, set enum_class or flag_class to None
PYGTK_2_6_1
Johan Dahlin
2005-03-14
1
-7
/
+18
*
Use G_CONST_RETURN with a gchar* return value.
PYGTK_2_6_0
Cedric Gustin
2005-02-23
1
-1
/
+1
*
Move the install_template call for pygobject-2.0.pc.in to the right place
PYGTK_2_5_4
Cedric Gustin
2005-02-23
1
-2
/
+7
*
don't pass a NULL value to PyThread_set_key_value() - causes an assertion
Mark McLoughlin
2005-02-10
1
-1
/
+2
*
Fix for bug #154779 - Python signal handlers don't get executed while
Mark McLoughlin
2005-02-09
3
-2
/
+175
*
[Bug 154372] New: - Calling an enumeration type causes an assertion failure
PYGTK_2_5_3
Gustavo J. A. M. Carneiro
2005-01-22
2
-12
/
+24
*
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
*
Bug 163612: segmentation fault on pygtk-demo
Gustavo J. A. M. Carneiro
2005-01-10
2
-20
/
+26
*
Bug 160452: pyg_value_from_pyobject() does not handle sequence -> GValueArray...
Gustavo J. A. M. Carneiro
2005-01-09
1
-0
/
+70
*
Bug 160595: pyg_value_from_pyobject() sometimes sets a Python exception, some...
Gustavo J. A. M. Carneiro
2005-01-09
1
-2
/
+6
*
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
3
-28
/
+22
*
#154974: Interface implementation support
Gustavo J. A. M. Carneiro
2005-01-09
2
-0
/
+43
*
[Bug 145314] Overriding GTK+ virtual methods
Gustavo J. A. M. Carneiro
2005-01-08
2
-1
/
+43
*
Change PY_HEXVERSION to PY_VERSION_HEX
John Ehresman
2004-12-10
1
-1
/
+1
*
Unbreak build
Johan Dahlin
2004-11-27
1
-1
/
+3
*
Make sure type is a type and sinkfunc isn't NULL.
Johan Dahlin
2004-11-23
1
-1
/
+4
*
Print long int value if enum string not found. Fixes #158417. (modifed
John Finlay
2004-11-16
1
-2
/
+6
*
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
*
updated - pygtk is working fine with msvc (but requires
Hans Breuer
2004-11-06
1
-7
/
+17
*
Bug 155304: pygobject.h cannot be included in C++ programs
Gustavo J. A. M. Carneiro
2004-10-13
1
-2
/
+6
*
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
3
-50
/
+38
*
New functions exposed through _PyGObject_Functions to work around bugs in
John Ehresman
2004-09-27
3
-5
/
+102
*
Make PyGClosure semi-public
Gustavo J. A. M. Carneiro
2004-09-26
2
-8
/
+9
*
Bug 153718: exception in overriden gsignals causes ref count problems
Gustavo J. A. M. Carneiro
2004-09-25
1
-4
/
+0
*
Filter out 0 values
Johan Dahlin
2004-09-17
1
-1
/
+7
*
allow override of some more slots
Gustavo J. A. M. Carneiro
2004-08-20
1
-7
/
+0
*
gobject/pygenum.c (pyg_enum_repr) Match enum values to avoid segfaults
John Finlay
2004-08-15
1
-1
/
+5
*
gobject/pygflags.c (pyg_flags_add) Return NULL when no stub.
John Finlay
2004-08-08
1
-0
/
+1
*
Don't comment out the fallback, it break the test. (Wow, the testsuite
PYGTK_2_3_96
Johan Dahlin
2004-08-06
2
-13
/
+14
*
New test.
Johan Dahlin
2004-08-04
2
-2
/
+10
*
make threading runtime optional
Gustavo J. A. M. Carneiro
2004-08-04
11
-70
/
+122
*
GdkModifierType is flags not an enum.
Johan Dahlin
2004-08-04
2
-2
/
+8
*
Urgh. more threading 'fixes'
Johan Dahlin
2004-08-03
2
-20
/
+17
*
remove unused variable
Gustavo J. A. M. Carneiro
2004-08-03
1
-1
/
+0
*
More minor threading fixes
Johan Dahlin
2004-08-03
3
-16
/
+4
*
Create a new GType on the fly if there isn't one for the GType.
Johan Dahlin
2004-08-03
1
-18
/
+22
*
Add better support for boolean type now when we can require 2.3. Fixes bug
Johan Dahlin
2004-08-03
6
-33
/
+9
*
Clean up most functions here to have only one return path.
Johan Dahlin
2004-08-03
7
-57
/
+73
*
Call PyEval_InitThreads. Perhaps its something that always should be
PYGTK_2_3_95
Johan Dahlin
2004-08-02
6
-16
/
+51
*
Added small PYTHONPATH note
Johan Dahlin
2004-07-29
1
-1
/
+2
*
Reverse operator
Johan Dahlin
2004-07-28
2
-2
/
+2
*
If we're on python 2.3, also check for PyBool_Type.
Johan Dahlin
2004-07-28
1
-0
/
+4
*
Add, so Lorenzo can introspect flags properly too
PYGTK_2_3_94
Johan Dahlin
2004-07-21
1
-4
/
+42
[prev]
[next]