<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pygi.git/gi, 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>Manually type-check the instance variable during method invocations on Python 3</title>
<updated>2010-04-20T21:03:38+00:00</updated>
<author>
<name>David Malcolm</name>
<email>dmalcolm@redhat.com</email>
</author>
<published>2010-04-20T21:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=dca2aa52fd0a1cc95eb486ce00f330884a14dc7e'/>
<id>dca2aa52fd0a1cc95eb486ce00f330884a14dc7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict GI_TYPE_TAG_GHASH on Python 3 to dicts, not mappings, due to http://bugs.python.org/issue5945</title>
<updated>2010-04-20T19:26:45+00:00</updated>
<author>
<name>David Malcolm</name>
<email>dmalcolm@redhat.com</email>
</author>
<published>2010-04-20T19:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=205ba7d43e29c82580d75c302fee5c2632391da0'/>
<id>205ba7d43e29c82580d75c302fee5c2632391da0</id>
<content type='text'>
This fixes a failure in test_ghashtable_int_none_in (test_gi.TestGHashTable) where it
would raise "AttributeError: keys" rather than a TypeError when invoked with a string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a failure in test_ghashtable_int_none_in (test_gi.TestGHashTable) where it
would raise "AttributeError: keys" rather than a TypeError when invoked with a string
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test cases by decoding to correctly sized type</title>
<updated>2010-04-16T14:58:09+00:00</updated>
<author>
<name>John (J5) Palmieri</name>
<email>johnp@redhat.com</email>
</author>
<published>2010-04-16T14:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=dedf0c380d1fa551ce9d7fd544b9973202ba1b05'/>
<id>dedf0c380d1fa551ce9d7fd544b9973202ba1b05</id>
<content type='text'>
 * Make work on both Python 3.0 and 2.x by using the Long object instead of
   Int.  Since we are decoding to a C type and this code is internal
   we can assume UnsignedLongLong python type for unsigned values
   to avoid issues where we were mistakenly decoding large values into
   a long.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Make work on both Python 3.0 and 2.x by using the Long object instead of
   Int.  Since we are decoding to a C type and this code is internal
   we can assume UnsignedLongLong python type for unsigned values
   to avoid issues where we were mistakenly decoding large values into
   a long.
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure we correctly chose between string and unicode</title>
<updated>2010-04-15T19:28:29+00:00</updated>
<author>
<name>John (J5) Palmieri</name>
<email>johnp@redhat.com</email>
</author>
<published>2010-04-15T19:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=01c2c860ed291d1e0193715a329d9fb19f140c18'/>
<id>01c2c860ed291d1e0193715a329d9fb19f140c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use AsLong instead of AS_LONG</title>
<updated>2010-04-15T18:52:41+00:00</updated>
<author>
<name>John (J5) Palmieri</name>
<email>johnp@redhat.com</email>
</author>
<published>2010-04-15T18:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=7c8e0638ba53c6771ae6adfcb0c74d3db9bfff18'/>
<id>7c8e0638ba53c6771ae6adfcb0c74d3db9bfff18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial attempts at porting to Python 3.1</title>
<updated>2010-04-15T18:34:47+00:00</updated>
<author>
<name>David Malcolm</name>
<email>dmalcolm@redhat.com</email>
</author>
<published>2010-04-15T18:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=e737cc6b3002e2d4fc3c9c0c7a9f160394bd93f8'/>
<id>e737cc6b3002e2d4fc3c9c0c7a9f160394bd93f8</id>
<content type='text'>
Doesn't yet work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't yet work
</pre>
</div>
</content>
</entry>
<entry>
<title>override that wasn't checked in - fixes some test cases</title>
<updated>2010-04-14T16:01:43+00:00</updated>
<author>
<name>John (J5) Palmieri</name>
<email>johnp@redhat.com</email>
</author>
<published>2010-04-14T16:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=81796cb77cbe6b9598a652bd63c047af93e747ee'/>
<id>81796cb77cbe6b9598a652bd63c047af93e747ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Makefile.am] Clean up CFLAGS handling, don't override all: target</title>
<updated>2010-04-14T14:06:07+00:00</updated>
<author>
<name>Colin Walters</name>
<email>walters@verbum.org</email>
</author>
<published>2010-04-14T14:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=de5d2ea1584b01af809346316c7fbd4955a9db1d'/>
<id>de5d2ea1584b01af809346316c7fbd4955a9db1d</id>
<content type='text'>
First, we should move the CFLAGS into AM_CFLAGS, otherwise the
per-target CFLAGS forces Automake to prefix object files, which
is unnecessary since we only have one target.

More importantly, avoid overriding the all: target here; that's
owned by Automake.  Use all-local instead to append things to
the end of the normal build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First, we should move the CFLAGS into AM_CFLAGS, otherwise the
per-target CFLAGS forces Automake to prefix object files, which
is unnecessary since we only have one target.

More importantly, avoid overriding the all: target here; that's
owned by Automake.  Use all-local instead to append things to
the end of the normal build.
</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>Always create the .so link</title>
<updated>2010-04-09T11:47:03+00:00</updated>
<author>
<name>Tomeu Vizoso</name>
<email>tomeu@sugarlabs.org</email>
</author>
<published>2010-04-09T11:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygi.git/commit/?id=9fef1acb42cd900d4a814a7378f60bc189121785'/>
<id>9fef1acb42cd900d4a814a7378f60bc189121785</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
