<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pylibcoopgamma, branch 1.0.1</title>
<subtitle>[Complete] Python 3 wrapper for libcoopgamma
</subtitle>
<id>https://git.maandree.se/pylibcoopgamma/atom?h=1.0.1</id>
<link rel='self' href='https://git.maandree.se/pylibcoopgamma/atom?h=1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/'/>
<updated>2017-02-24T13:38:03Z</updated>
<entry>
<title>Fix typo</title>
<updated>2017-02-24T13:38:03Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-02-24T13:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=09538aa11210685970d8d530ee400463082ead3f'/>
<id>urn:sha1:09538aa11210685970d8d530ee400463082ead3f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix makefile</title>
<updated>2016-08-20T23:07:20Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-20T23:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=9080240367422b51b1346c47014d469d2b043ffc'/>
<id>urn:sha1:9080240367422b51b1346c47014d469d2b043ffc</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>m deps</title>
<updated>2016-08-20T23:00:45Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-20T23:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=b532abdc931b44a1c27586a3bd4150c5d04acc4b'/>
<id>urn:sha1:b532abdc931b44a1c27586a3bd4150c5d04acc4b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>test</title>
<updated>2016-08-19T22:07:40Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-19T22:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=b85420cd3ed5f0d41623371fd49f9bfc46be0113'/>
<id>urn:sha1:b85420cd3ed5f0d41623371fd49f9bfc46be0113</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>test + fix errors</title>
<updated>2016-08-19T18:39:05Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-19T18:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=215dae7424c98292e17607db2bb08b0935ee5cfe'/>
<id>urn:sha1:215dae7424c98292e17607db2bb08b0935ee5cfe</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>work on test + fix errors</title>
<updated>2016-08-19T16:36:24Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-19T16:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=d72dcb6fd886d1a5a869d0ae0ae391889af5cb2d'/>
<id>urn:sha1:d72dcb6fd886d1a5a869d0ae0ae391889af5cb2d</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>_send functions have async parameter rather than creating their instance</title>
<updated>2016-08-19T15:42:38Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-19T15:42:38Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=7c93406e58a4a4c8982c09c794b425833c44e345'/>
<id>urn:sha1:7c93406e58a4a4c8982c09c794b425833c44e345</id>
<content type='text'>
This is important for two reasons:

1)  Otherwise, on failure such as EINTR, we don't have an instance
    and we run into trouble.

2)  This lets us reuse created instances
</content>
</entry>
<entry>
<title>...</title>
<updated>2016-08-17T20:07:51Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-17T20:07:51Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=dd973cee8f0c8caafaede4865497ae873646caac'/>
<id>urn:sha1:dd973cee8f0c8caafaede4865497ae873646caac</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix errors and start on test</title>
<updated>2016-08-17T16:58:28Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-17T16:58:28Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=cf6a572d130b9b2e619d97b537075d5826dd5fe3'/>
<id>urn:sha1:cf6a572d130b9b2e619d97b537075d5826dd5fe3</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>fixs</title>
<updated>2016-08-17T07:05:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-08-17T07:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/pylibcoopgamma/commit/?id=897c90621a7cb85545864df9fd56c607dcef5585'/>
<id>urn:sha1:897c90621a7cb85545864df9fd56c607dcef5585</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
