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
...
*
gobject.new fix for 'subsubtype' case
Gustavo J. A. M. Carneiro
2006-05-28
3
-8
/
+14
*
Bug 341174 – Be more specific in set/get_property error messages
Gustavo J. A. M. Carneiro
2006-05-20
1
-5
/
+7
*
Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...
Gustavo J. A. M. Carneiro
2006-05-07
2
-12
/
+69
*
fix PyGOptionContext instance type
Gustavo J. A. M. Carneiro
2006-05-07
1
-1
/
+1
*
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
6
-2
/
+1020
*
Forgot this
Johan Dahlin
2006-04-29
1
-0
/
+1
*
Fix #154845, add tests and a private method.
Johan Dahlin
2006-04-29
2
-0
/
+114
*
ABI compatibility fixes
Gustavo J. A. M. Carneiro
2006-04-15
2
-2
/
+3
*
fix gobject installation dir
Gustavo J. A. M. Carneiro
2006-04-15
1
-4
/
+6
*
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
2
-24
/
+27
*
make gustavo happy
Johan Dahlin
2006-04-11
1
-6
/
+6
*
minor cleanups
Johan Dahlin
2006-04-11
1
-7
/
+10
*
Move GObjectMeta from C to python-land
Gustavo J. A. M. Carneiro
2006-04-11
4
-99
/
+36
*
typo
Johan Dahlin
2006-04-11
1
-1
/
+1
*
Turn gobject into a package; move _gobject to gobject._gobject and
Johan Dahlin
2006-04-11
5
-10
/
+45
*
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
*
update a comment
Gustavo J. A. M. Carneiro
2006-03-19
1
-2
/
+1
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Johan Dahlin
2006-03-09
2
-12
/
+26
*
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
*
pygobject_register_class api compat. fix
Gustavo J. A. M. Carneiro
2006-01-13
1
-7
/
+33
*
ignore interfaces from .defs, discover them at runtime
Gustavo J. A. M. Carneiro
2006-01-13
1
-40
/
+60
*
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
*
reorder more nicely information presented in docstring about signals and prop...
Gustavo J. A. M. Carneiro
2006-01-11
1
-11
/
+15
*
Split out PyGObject from PyGTK.
Johan Dahlin
2006-01-09
1
-3
/
+7
*
fix pygflags registration with module == NULL
Gustavo J. A. M. Carneiro
2005-12-24
1
-12
/
+15
*
We always need to free interfaces since its a null terminated array.
Johan Dahlin
2005-11-15
1
-1
/
+1
*
Remove deprecation warning
Johan Dahlin
2005-11-13
1
-13
/
+1
*
plug leak; add glade test; fix warning message
Gustavo J. A. M. Carneiro
2005-11-09
2
-5
/
+5
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Manish Singh
2005-11-03
4
-29
/
+54
*
Use GIL state instead of block/unblock. Fixes crasher found by Ole Andre
PYGTK_2_8_2
Johan Dahlin
2005-10-09
1
-2
/
+5
*
Fix gcc 4.0 warnings.
PYGTK_2_8_1
Johan Dahlin
2005-10-03
1
-2
/
+2
*
Check if the gobject is initialized, partly fixes #96658
Johan Dahlin
2005-10-03
1
-1
/
+59
*
guint64 property fix
Gustavo J. A. M. Carneiro
2005-10-02
1
-9
/
+9
*
fix segfaul on error return in gobject.new
Gustavo J. A. M. Carneiro
2005-10-01
1
-4
/
+4
*
Undeprecate for now.
Johan Dahlin
2005-09-29
1
-10
/
+12
*
Include the object and the name of the signal in TypeErrors
Johan Dahlin
2005-09-22
2
-7
/
+21
*
Add gobject.Warning Warning subclass and redirect all g_log messages for
John Ehresman
2005-09-16
1
-0
/
+26
*
better error messages when registering properties
Gustavo J. A. M. Carneiro
2005-09-13
1
-0
/
+10
*
Sort all attributes alphabetically, like python does. Set default value to
Johan Dahlin
2005-09-02
1
-57
/
+60
*
[Bug 315100] gobject.type_register if parameter is not a type
Gustavo J. A. M. Carneiro
2005-09-02
1
-1
/
+1
*
Also include interfaces, fixes #315038
Johan Dahlin
2005-09-02
1
-2
/
+8
*
Remove old .msc files, which are outdated and unused.
Johan Dahlin
2005-09-02
1
-92
/
+0
*
Remove unneeded g_strdup.
PYGTK_2_8_0
John Ehresman
2005-08-29
1
-3
/
+2
*
Refactor to allow us to list signals on interfaces.
Johan Dahlin
2005-08-26
1
-18
/
+18
[prev]
[next]