<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pygi.git/tests, 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/pygi.git/'/>
<entry>
<title>Use a more obvious dummy string when testing type-checking</title>
<updated>2010-04-20T19:17:13+00:00</updated>
<author>
<name>David Malcolm</name>
<email>dmalcolm@redhat.com</email>
</author>
<published>2010-04-20T19:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=3ae8ca093561c0abc36022290f52e41983600e5f'/>
<id>3ae8ca093561c0abc36022290f52e41983600e5f</id>
<content type='text'>
Various tests that ensured type-checking was rejecting strings were
using string literals that resembled valid values.

This was confusing, so instead we now use "foo" throughout to make
it clear that we're dealing with string values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various tests that ensured type-checking was rejecting strings were
using string literals that resembled valid values.

This was confusing, so instead we now use "foo" throughout to make
it clear that we're dealing with string values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generalize CONSTANT_UTF8 to be a UTF-8 encoded bytes in Python 2 and a unicode string in Python 3</title>
<updated>2010-04-20T18:57:57+00:00</updated>
<author>
<name>David Malcolm</name>
<email>dmalcolm@redhat.com</email>
</author>
<published>2010-04-20T18:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=0d014eca13009777850d279fb98a6820a76fc9e5'/>
<id>0d014eca13009777850d279fb98a6820a76fc9e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>return __long__ from the Number class</title>
<updated>2010-04-16T14:24:54+00:00</updated>
<author>
<name>John (J5) Palmieri</name>
<email>johnp@redhat.com</email>
</author>
<published>2010-04-16T14:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=c0ec19f2b96ec62b43365c9c8007a3646a7d7169'/>
<id>c0ec19f2b96ec62b43365c9c8007a3646a7d7169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GIMarshallingTests (old TestGI) in gobject-introspection</title>
<updated>2010-04-13T23:15:49+00:00</updated>
<author>
<name>Tomeu Vizoso</name>
<email>tomeu@sugarlabs.org</email>
</author>
<published>2010-04-13T23:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=5a47e96e3f580c973e6880dafa747f54c144c760'/>
<id>5a47e96e3f580c973e6880dafa747f54c144c760</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and complete overrides tests</title>
<updated>2010-02-03T19:34:21+00:00</updated>
<author>
<name>Simon van der Linden</name>
<email>svdlinden@src.gnome.org</email>
</author>
<published>2010-02-03T19:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=5106523a4b8378997a1e6cb0488398aa73e7d9d5'/>
<id>5106523a4b8378997a1e6cb0488398aa73e7d9d5</id>
<content type='text'>
Those tests were missing in the last commit

https://bugzilla.gnome.org/show_bug.cgi?id=602830
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those tests were missing in the last commit

https://bugzilla.gnome.org/show_bug.cgi?id=602830
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for pointers to basic types as input-only argument and return value</title>
<updated>2010-01-22T21:31:14+00:00</updated>
<author>
<name>Simon van der Linden</name>
<email>svdlinden@src.gnome.org</email>
</author>
<published>2010-01-22T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=aefac8c5f64bf059dd6652f8a843d17b34fa0854'/>
<id>aefac8c5f64bf059dd6652f8a843d17b34fa0854</id>
<content type='text'>
There is no reason for an API to use such things, and g_function_info_invoke
broke such features.

https://bugzilla.gnome.org/show_bug.cgi?id=607759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no reason for an API to use such things, and g_function_info_invoke
broke such features.

https://bugzilla.gnome.org/show_bug.cgi?id=607759
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the overrides support</title>
<updated>2010-01-22T12:41:21+00:00</updated>
<author>
<name>Simon van der Linden</name>
<email>svdlinden@src.gnome.org</email>
</author>
<published>2010-01-22T12:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=eaf7cb8ebb7e34f9493ac83b2f04af4dcf45f40f'/>
<id>eaf7cb8ebb7e34f9493ac83b2f04af4dcf45f40f</id>
<content type='text'>
Add a ModuleProxy in front of the DynamicModule when an overrides module is
present. There is no need for an overrides module to be a class; it can just be a module.

Add an override decorator to override the wrapper of a registered type.

Adapt Gdk and Gtk accordingly.

Add tests.

https://bugzilla.gnome.org/show_bug.cgi?id=602830
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a ModuleProxy in front of the DynamicModule when an overrides module is
present. There is no need for an overrides module to be a class; it can just be a module.

Add an override decorator to override the wrapper of a registered type.

Adapt Gdk and Gtk accordingly.

Add tests.

https://bugzilla.gnome.org/show_bug.cgi?id=602830
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize struct fields to 0 when allocating</title>
<updated>2010-01-08T20:10:28+00:00</updated>
<author>
<name>Simon van der Linden</name>
<email>svdlinden@src.gnome.org</email>
</author>
<published>2010-01-08T20:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=b11cf2595987c1f0fc4ffd834f07c98b92aa2355'/>
<id>b11cf2595987c1f0fc4ffd834f07c98b92aa2355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set a default constructor for structures.</title>
<updated>2010-01-08T19:33:44+00:00</updated>
<author>
<name>Simon van der Linden</name>
<email>svdlinden@src.gnome.org</email>
</author>
<published>2010-01-08T19:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=b4189be2b2d3c350fdf33e27309bee5a72e4f72a'/>
<id>b4189be2b2d3c350fdf33e27309bee5a72e4f72a</id>
<content type='text'>
Update tests accordingly.

The reason for this change is that setting __new__ in the metaclass doesn't let
one overrides it afterwards, in a subclass (in my experience, at least, even
though it seems weird).

https://bugzilla.gnome.org/show_bug.cgi?id=603536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update tests accordingly.

The reason for this change is that setting __new__ in the metaclass doesn't let
one overrides it afterwards, in a subclass (in my experience, at least, even
though it seems weird).

https://bugzilla.gnome.org/show_bug.cgi?id=603536
</pre>
</div>
</content>
</entry>
<entry>
<title>sys.path must be modified after pygtk is imported</title>
<updated>2010-01-03T16:35:38+00:00</updated>
<author>
<name>Simon van der Linden</name>
<email>svdlinden@src.gnome.org</email>
</author>
<published>2009-12-11T21:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=8ddcbca0e98e0b0c082170a2b2b6cfcbd7864b40'/>
<id>8ddcbca0e98e0b0c082170a2b2b6cfcbd7864b40</id>
<content type='text'>
Otherwise, sys.path is overridden by pygtk and gi.repository is loaded from the
system's default site-package directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, sys.path is overridden by pygtk and gi.repository is loaded from the
system's default site-package directory.
</pre>
</div>
</content>
</entry>
</feed>
