<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pygobject.git/README, branch py3k</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/'/>
<entry>
<title>Update NEWS and README, release pygobject 2.21.0</title>
<updated>2009-12-18T09:50:09+00:00</updated>
<author>
<name>Gian Mario Tagliaretti</name>
<email>gianmt@gnome.org</email>
</author>
<published>2009-12-18T09:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=867536c6734e606d045760837ed22583da06566e'/>
<id>867536c6734e606d045760837ed22583da06566e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README</title>
<updated>2009-08-11T20:19:50+00:00</updated>
<author>
<name>Gian Mario Tagliaretti</name>
<email>gianmt@gnome.org</email>
</author>
<published>2009-08-11T20:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=30deaba4bd1e199aab75cb346ee9237237807fbd'/>
<id>30deaba4bd1e199aab75cb346ee9237237807fbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only bump to 2.14, not 2.16</title>
<updated>2008-07-26T08:27:41+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>johan@src.gnome.org</email>
</author>
<published>2008-07-26T08:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=444fcf054cfa845c06cc23e2a67303ed0aa1f402'/>
<id>444fcf054cfa845c06cc23e2a67303ed0aa1f402</id>
<content type='text'>
svn path=/trunk/; revision=857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=857
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump required glib version to 2.16</title>
<updated>2008-07-26T08:25:18+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>johan@gnome.org</email>
</author>
<published>2008-07-26T08:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=05f142694f856fcf56221db6395428c054a1ce24'/>
<id>05f142694f856fcf56221db6395428c054a1ce24</id>
<content type='text'>
2008-07-26  Johan Dahlin  &lt;johan@gnome.org&gt;

    * README:
    * configure.ac:
    Bump required glib version to 2.16


svn path=/trunk/; revision=856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2008-07-26  Johan Dahlin  &lt;johan@gnome.org&gt;

    * README:
    * configure.ac:
    Bump required glib version to 2.16


svn path=/trunk/; revision=856
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a generic CClosure marshaller based on ffi. This makes it possible to</title>
<updated>2007-04-29T21:45:33+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>jdahlin@async.com.br</email>
</author>
<published>2007-04-29T21:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=986ca14bd42f0cae3551f5b6aa97ef5e66e9a02c'/>
<id>986ca14bd42f0cae3551f5b6aa97ef5e66e9a02c</id>
<content type='text'>
2007-04-29  Johan Dahlin  &lt;jdahlin@async.com.br&gt;

    * README: 
    * configure.ac:
    * gobject/Makefile.am:
    * gobject/ffi-marshaller.c: (g_value_to_ffi_type),
    (g_value_from_ffi_type), (g_cclosure_marshal_generic_ffi):
    * gobject/ffi-marshaller.h:
    * gobject/gobjectmodule.c: (create_signal), (init_gobject):
    * pygobject-2.0.pc.in:
    * tests/test_signal.py:
    * tests/testhelpermodule.c: (test1_callback),
    (test1_callback_swapped), (test2_callback), (test3_callback),
    (test4_callback), (test_float_callback), (test_double_callback),
    (test_string_callback), (test_object_callback), (connectcallbacks),
    (_wrap_connectcallbacks), (inittesthelper):

    Add a generic CClosure marshaller based on ffi. 
    This makes it possible to connect to signals on PyGObjects from C.
    libffi is now an optional dependency
    Fixes #353816 (Edward Hervey)

svn path=/trunk/; revision=651
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2007-04-29  Johan Dahlin  &lt;jdahlin@async.com.br&gt;

    * README: 
    * configure.ac:
    * gobject/Makefile.am:
    * gobject/ffi-marshaller.c: (g_value_to_ffi_type),
    (g_value_from_ffi_type), (g_cclosure_marshal_generic_ffi):
    * gobject/ffi-marshaller.h:
    * gobject/gobjectmodule.c: (create_signal), (init_gobject):
    * pygobject-2.0.pc.in:
    * tests/test_signal.py:
    * tests/testhelpermodule.c: (test1_callback),
    (test1_callback_swapped), (test2_callback), (test3_callback),
    (test4_callback), (test_float_callback), (test_double_callback),
    (test_string_callback), (test_object_callback), (connectcallbacks),
    (_wrap_connectcallbacks), (inittesthelper):

    Add a generic CClosure marshaller based on ffi. 
    This makes it possible to connect to signals on PyGObjects from C.
    libffi is now an optional dependency
    Fixes #353816 (Edward Hervey)

svn path=/trunk/; revision=651
</pre>
</div>
</content>
</entry>
<entry>
<title>2.11.1</title>
<updated>2006-08-04T20:22:47+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>johan@src.gnome.org</email>
</author>
<published>2006-08-04T20:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=dec6c7d24f7f3757b5351057bc435770dfea0326'/>
<id>dec6c7d24f7f3757b5351057bc435770dfea0326</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out PyGObject from PyGTK.</title>
<updated>2006-01-09T12:26:46+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>johan@src.gnome.org</email>
</author>
<published>2006-01-09T12:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=551a38178f7e66f215980fb01200472c8e6d3cd4'/>
<id>551a38178f7e66f215980fb01200472c8e6d3cd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
