<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pygi.git, 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>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>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>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>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>
</feed>
