<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/test, branch develop</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>enable unpacking from memoryview</title>
<updated>2016-06-13T13:37:33+00:00</updated>
<author>
<name>folz</name>
<email>joachim.folz@dfki.de</email>
</author>
<published>2016-05-07T13:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=2b63e9fbbb3440d73d6638ec8af6315aeb8ecd97'/>
<id>2b63e9fbbb3440d73d6638ec8af6315aeb8ecd97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove double underscore prefix</title>
<updated>2016-05-04T15:49:48+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-05-04T15:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=53f47ef55d8d93e276ecf9041a9a8b43fc041aef'/>
<id>53f47ef55d8d93e276ecf9041a9a8b43fc041aef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add lower bound tests for memoryviews</title>
<updated>2016-05-04T10:03:37+00:00</updated>
<author>
<name>folz</name>
<email>joachim.folz@dfki.de</email>
</author>
<published>2016-05-04T10:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=a91d5c538ea5bbee0f00ff180a8e72d27df6cfc1'/>
<id>a91d5c538ea5bbee0f00ff180a8e72d27df6cfc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more descriptive test names</title>
<updated>2016-05-04T08:04:09+00:00</updated>
<author>
<name>folz</name>
<email>joachim.folz@dfki.de</email>
</author>
<published>2016-05-04T08:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=0b55989f0b045f1a77d4230bea3b6da70eb3d840'/>
<id>0b55989f0b045f1a77d4230bea3b6da70eb3d840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix problems associated with packing memoryviews</title>
<updated>2016-05-03T14:55:14+00:00</updated>
<author>
<name>folz</name>
<email>joachim.folz@dfki.de</email>
</author>
<published>2016-04-28T13:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=0ec2e3534f9b7751be484bd2f1344e24c49bb24f'/>
<id>0ec2e3534f9b7751be484bd2f1344e24c49bb24f</id>
<content type='text'>
fix wrong length when packing multibyte memoryviews in fallback
add tests for memoryviews of different types and sizes and check contents of packed data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix wrong length when packing multibyte memoryviews in fallback
add tests for memoryviews of different types and sizes and check contents of packed data
</pre>
</div>
</content>
</entry>
<entry>
<title>remove too much parameterized tests</title>
<updated>2016-02-14T05:29:34+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-02-14T02:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=6e364762394fdb06d0453411a5f020ee594c06b0'/>
<id>6e364762394fdb06d0453411a5f020ee594c06b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed MsgpackBaseException</title>
<updated>2016-02-12T13:39:50+00:00</updated>
<author>
<name>palaviv</name>
<email>palaviv@gmail.com</email>
</author>
<published>2016-02-12T13:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=e15085db0362899520f714e3959c37721c839cef'/>
<id>e15085db0362899520f714e3959c37721c839cef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msgpack pack and unpack throws only exception that inherit from MsgpackBaseException. cython and fallback throws same exceptions</title>
<updated>2016-02-12T09:00:39+00:00</updated>
<author>
<name>palaviv</name>
<email>palaviv@gmail.com</email>
</author>
<published>2016-02-12T09:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=7d2d46effce37f9fbf394fac74d380aaa7c95f02'/>
<id>7d2d46effce37f9fbf394fac74d380aaa7c95f02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support packing memoryview objects</title>
<updated>2016-01-25T12:25:10+00:00</updated>
<author>
<name>folz</name>
<email>joachim.folz@dfki.de</email>
</author>
<published>2015-11-12T10:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=31adc5a3c09a5f3506db192e1fb8b7ca4b72d974'/>
<id>31adc5a3c09a5f3506db192e1fb8b7ca4b72d974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for strict_types option</title>
<updated>2016-01-25T01:19:49+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-01-24T17:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=a779b79b47529f84cd71593f284788d939226d66'/>
<id>a779b79b47529f84cd71593f284788d939226d66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
