<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pygobject.git/glib, branch master</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>Bug 598435 - No wrapping for g_find_program_in_path ()</title>
<updated>2009-12-18T00:20:34+00:00</updated>
<author>
<name>Gian Mario Tagliaretti</name>
<email>gianmt@gnome.org</email>
</author>
<published>2009-12-18T00:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=108c03b78f04b4bcfe066a6cb4d941e172bd32fe'/>
<id>108c03b78f04b4bcfe066a6cb4d941e172bd32fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move threads_init() function from 'gobject' to 'glib'</title>
<updated>2009-11-10T20:35:57+00:00</updated>
<author>
<name>Paul Pogonyshev</name>
<email>pogonyshev@gmx.net</email>
</author>
<published>2009-11-10T20:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=602afea88c338a38327cd84e08703c5daa384ec6'/>
<id>602afea88c338a38327cd84e08703c5daa384ec6</id>
<content type='text'>
Retain in original place for backward compatibility, but remove it
from the docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Retain in original place for backward compatibility, but remove it
from the docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>pygmainloop: fix use of PySignal_WakeUpFD API for nested loops</title>
<updated>2009-10-21T16:01:16+00:00</updated>
<author>
<name>Philippe Normad</name>
<email>phil@base-art.net</email>
</author>
<published>2009-10-21T16:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=a9c168c58cc6a449b51653417bf3f58bdd41457c'/>
<id>a9c168c58cc6a449b51653417bf3f58bdd41457c</id>
<content type='text'>
Fixes bug #481569
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #481569
</pre>
</div>
</content>
</entry>
<entry>
<title>Plug reference leak of GSource in pyg_main_loop_init()</title>
<updated>2009-09-22T19:03:48+00:00</updated>
<author>
<name>Paul Pogonyshev</name>
<email>pogonyshev@gmx.net</email>
</author>
<published>2009-09-22T19:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=d042402b7c649b2bed7f20038eb82518ec7cc9b3'/>
<id>d042402b7c649b2bed7f20038eb82518ec7cc9b3</id>
<content type='text'>
Bug #579406, second change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug #579406, second change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python version into installed libpyglib name</title>
<updated>2009-05-24T19:55:16+00:00</updated>
<author>
<name>Emilio Pozuelo Monfort</name>
<email>pochu@ubuntu.com</email>
</author>
<published>2009-05-24T19:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=82ad6b8c8ea4d6694126f5e0e67b826717e38f19'/>
<id>82ad6b8c8ea4d6694126f5e0e67b826717e38f19</id>
<content type='text'>
Do this now, while no-one (as far as we know) links to the library
besides PyGObject itself.  Bug #550235.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do this now, while no-one (as far as we know) links to the library
besides PyGObject itself.  Bug #550235.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark relevant glib.IOChannel methods as METH_NOARGS</title>
<updated>2009-05-13T19:06:25+00:00</updated>
<author>
<name>Paul Pogonyshev</name>
<email>pogonyshev@gmx.net</email>
</author>
<published>2009-05-13T19:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=e707447d9313f2f2ecba395cfe3682d5a5e859f4'/>
<id>e707447d9313f2f2ecba395cfe3682d5a5e859f4</id>
<content type='text'>
Additionally fix glib.IOChannel.set_close_on_unref: was marked
METH_NOARGS but actually accepted arguments.  Fixes bug #582427.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally fix glib.IOChannel.set_close_on_unref: was marked
METH_NOARGS but actually accepted arguments.  Fixes bug #582427.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly mark glib.get_user_special_dir() as a keywords method</title>
<updated>2009-05-03T12:50:09+00:00</updated>
<author>
<name>Paul Pogonyshev</name>
<email>pogonyshev@gmx.net</email>
</author>
<published>2009-05-02T20:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=442ec5bb997bb7dab55baeea6e54e79d3ce0d3c1'/>
<id>442ec5bb997bb7dab55baeea6e54e79d3ce0d3c1</id>
<content type='text'>
Fixes bug #581082.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #581082.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix occasional build failures after the 'ltihooks.py' removal</title>
<updated>2009-04-29T18:46:31+00:00</updated>
<author>
<name>Paul Pogonyshev</name>
<email>pogonyshev@gmx.net</email>
</author>
<published>2009-04-29T18:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=96f958cd66ac99130ef7b2049db77b6a9bbb20f9'/>
<id>96f958cd66ac99130ef7b2049db77b6a9bbb20f9</id>
<content type='text'>
Simply amend all related symbolic link creation so that any errors are
ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simply amend all related symbolic link creation so that any errors are
ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap four g_get_user_*_dir() functions</title>
<updated>2009-04-20T20:19:03+00:00</updated>
<author>
<name>Paul Pogonyshev</name>
<email>pogonyshev@gmx.net</email>
</author>
<published>2009-04-20T20:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=fbed027845c24eb69a3325d6a5bc3c0aad12c4a8'/>
<id>fbed027845c24eb69a3325d6a5bc3c0aad12c4a8</id>
<content type='text'>
Wrap g_get_user_cache_dir(), g_get_user_config_dir(),
g_get_user_data_dir(), g_get_user_special_dir() and the constants
required for the latter.  Document all new functions and constants.
(Bug #575999).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap g_get_user_cache_dir(), g_get_user_config_dir(),
g_get_user_data_dir(), g_get_user_special_dir() and the constants
required for the latter.  Document all new functions and constants.
(Bug #575999).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'ltihooks.py' as using deprecated Python module.</title>
<updated>2009-04-18T20:42:08+00:00</updated>
<author>
<name>Paul Pogonyshev</name>
<email>pogonyshev@gmx.net</email>
</author>
<published>2009-04-18T20:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=d6a62d095cfa42c5ab4ac67017d995ce45ee158c'/>
<id>d6a62d095cfa42c5ab4ac67017d995ce45ee158c</id>
<content type='text'>
Remove the script and all related imports.  All relevant Makefile's
now create symbolic links for '.so' files from '.libs' to the level
up, so that C helper modules are still importable in built, but not
installed source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the script and all related imports.  All relevant Makefile's
now create symbolic links for '.so' files from '.libs' to the level
up, so that C helper modules are still importable in built, but not
installed source tree.
</pre>
</div>
</content>
</entry>
</feed>
