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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix descriptor / toggle_ref interaction bug
Gustavo J. A. M. Carneiro
2007-04-30
3
-3
/
+26
*
reviewed by: Johan Dahlin <johan@gnome.org>
James Livingstone
2007-04-30
3
-1
/
+27
*
Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixes
Johan Dahlin
2007-04-30
4
-1
/
+39
*
reviewed by: Johan Dahlin <johan@gnome.org>
Loïc Minier
2007-04-30
2
-1
/
+10
*
reviewed by: Johan Dahlin <johan@gnome.org>
Damien Carbery
2007-04-30
2
-1
/
+9
*
Fix leak, patch by Daniel Berrange. Fixes #428726 (Phil Dumont)
Johan Dahlin
2007-04-30
2
-3
/
+8
*
reviewed by: Johan Dahlin <johan@gnome.org>
Damien Carbery
2007-04-29
3
-1
/
+28
*
Add a generic CClosure marshaller based on ffi. This makes it possible to
Johan Dahlin
2007-04-29
10
-14
/
+499
*
release bump
Gustavo J. A. M. Carneiro
2007-04-23
2
-1
/
+5
*
2.13.0
PYGOBJECT_2_13_0
Gustavo J. A. M. Carneiro
2007-04-23
3
-2
/
+16
*
Unit test for get/set_properties.
Gustavo J. A. M. Carneiro
2007-04-23
2
-0
/
+13
*
new pygobject_set_properties and pygobject_get_properties methods
Gian Mario Tagliaretti
2007-04-23
3
-0
/
+198
*
Bug 425242 – Add API to convert a gobject.GError exception being raised to ...
Gustavo J. A. M. Carneiro
2007-04-14
3
-1
/
+80
*
Bug 415853 – g_set_application_name() binding
Gustavo J. A. M. Carneiro
2007-04-14
2
-1
/
+35
*
Bug 419379 – Modernize init_pygobject: use static inline functions instead ...
Gustavo J. A. M. Carneiro
2007-04-14
2
-43
/
+100
*
Bug 320428 – Break PyGObject<->GObject reference cycle
Gustavo J. A. M. Carneiro
2007-04-14
7
-109
/
+631
*
Fix a couple of compiler warnings.
Gustavo J. A. M. Carneiro
2007-03-17
2
-2
/
+7
*
Fix the docs option so that it's possible to disable building the docs.
Richard Hult
2007-03-06
2
-1
/
+6
*
Release the GIL when calling g_object_set_property, since setting a
Edward Hervey
2007-03-03
2
-0
/
+10
*
Remove .cvsignore archives
Johan Dahlin
2007-01-16
7
-46
/
+0
*
treat --enable-docs like in gtk+, closes #361722
Gustavo J. A. M. Carneiro
2007-01-09
3
-14
/
+37
*
Make this work with automake 1.10 too.
Kjartan Maraas
2006-12-14
2
-5
/
+10
*
Post release version bump
Johan Dahlin
2006-11-18
2
-1
/
+5
*
2.12.3
PYGOBJECT_2_12_3
Johan Dahlin
2006-11-18
2
-0
/
+14
*
Improve exception
Johan Dahlin
2006-11-18
1
-1
/
+4
*
Make sure an exception is raised when we pass in invalid arguments to the
Johan Dahlin
2006-11-18
3
-4
/
+12
*
set __module__ on gobject derived types, fixes #376099
Johan Dahlin
2006-11-18
2
-2
/
+17
*
post release version bump ;)
Johan Dahlin
2006-11-18
1
-1
/
+1
*
reviewed by: Johan Dahlin <johan@gnome.org>
Yevgen Muntyan
2006-11-18
4
-15
/
+98
*
Use PyObject_Cmp instead of comparing function closure addresses, which
Johan Dahlin
2006-11-18
3
-12
/
+27
*
Revert accidentally commited changes
Johan Dahlin
2006-11-18
2
-2
/
+2
*
Add a test for #375589
Johan Dahlin
2006-11-18
3
-2
/
+12
*
Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-Andre
John Finlay
2006-10-13
2
-2
/
+7
*
*** empty log message ***
John Finlay
2006-10-12
1
-0
/
+7
*
Remove Copyright and License section.
John Finlay
2006-10-12
2
-27
/
+4
*
Add py_ssize_t_clean flag to be passed to codegen.SourceWriter.
Cedric Gustin
2006-10-05
2
-3
/
+11
*
Add pygobject_postinstall.py to EXTRA_DIST.
Cedric Gustin
2006-10-04
2
-0
/
+5
*
Post release version bump
Johan Dahlin
2006-10-03
1
-0
/
+4
*
2.12.2
PYGOBJECT_2_12_2
Johan Dahlin
2006-10-03
3
-1
/
+16
*
Py_ssize_t postfix
Gustavo J. A. M. Carneiro
2006-10-03
1
-0
/
+1
*
Python 2.5, int vs ssize_t
Gustavo J. A. M. Carneiro
2006-10-03
9
-50
/
+96
*
LGPL, not GPL header
Johan Dahlin
2006-09-29
2
-7
/
+11
*
(init_pygobject_check): Add parentheses "around && within ||" to please gcc.
Gustavo J. A. M. Carneiro
2006-09-24
2
-1
/
+6
*
Catch ImportError exception when codegen is not available: disable
Cedric Gustin
2006-09-21
4
-73
/
+177
*
some more emission hook tests
Gustavo J. A. M. Carneiro
2006-09-16
2
-0
/
+50
*
signal emission hook refcount fix
Gustavo J. A. M. Carneiro
2006-09-16
2
-1
/
+5
*
Declare variables at start of code block
John Ehresman
2006-09-12
2
-4
/
+10
*
Increase the timeout to 1000ms instead of 100.
Johan Dahlin
2006-09-06
2
-1
/
+6
*
Improve the version check
PYGOBJECT_2_12_1
Johan Dahlin
2006-09-04
3
-24
/
+32
*
Add a rule for building documentation tarball used on the website
Johan Dahlin
2006-09-04
1
-0
/
+9
[prev]
[next]