<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/Makefile, branch v1.0.0</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so (#407)</title>
<updated>2020-02-14T06:51:19+00:00</updated>
<author>
<name>Alex Willmer</name>
<email>alex@moreati.org.uk</email>
</author>
<published>2020-02-14T06:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=fcb19a0e1a86d80c28447b0008504c3f4e2faf59'/>
<id>fcb19a0e1a86d80c28447b0008504c3f4e2faf59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support datetime. (#394)</title>
<updated>2019-12-11T14:48:16+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-11T14:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=2186455d1579affc33253484d9445f7bdf3f7c29'/>
<id>2186455d1579affc33253484d9445f7bdf3f7c29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused import</title>
<updated>2019-12-06T11:34:18+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-06T11:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=7a8ce0f9ca910a851b6835d26b1d6970a188fa4e'/>
<id>7a8ce0f9ca910a851b6835d26b1d6970a188fa4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: Add Black</title>
<updated>2019-12-05T10:05:00+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T09:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=af4eea430e2f176f17fff5abe781dd83f55d4657'/>
<id>af4eea430e2f176f17fff5abe781dd83f55d4657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add StackError and FormatError (#331)</title>
<updated>2018-11-20T04:12:49+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-11-20T04:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=44254dd35e8aa3cfd6706e14effab117d7f22c25'/>
<id>44254dd35e8aa3cfd6706e14effab117d7f22c25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor Cython code (#328)</title>
<updated>2018-11-14T07:35:37+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-11-14T07:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=d782464c9150e448ab3a8d81197ff335e1ac2c2b'/>
<id>d782464c9150e448ab3a8d81197ff335e1ac2c2b</id>
<content type='text'>
_msgpack -&gt; _cmsgpack</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_msgpack -&gt; _cmsgpack</pre>
</div>
</content>
</entry>
<entry>
<title>Merge extension module</title>
<updated>2018-11-08T11:27:35+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-10-03T11:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=f6f95972492bcb83d8fe4c63be3b96d46e47bab7'/>
<id>f6f95972492bcb83d8fe4c63be3b96d46e47bab7</id>
<content type='text'>
There were `_packer.so` and `_unpacker.so`.
But single module is simpler than double module.

Merge extension module into single `_msgpack.so`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were `_packer.so` and `_unpacker.so`.
But single module is simpler than double module.

Merge extension module into single `_msgpack.so`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile target for updating docker image</title>
<updated>2018-02-05T06:08:19+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-02-05T06:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=4b72b6177321ef24b6c7af2354fb980db69e2aec'/>
<id>4b72b6177321ef24b6c7af2354fb980db69e2aec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/raw_as_bytes/raw/g (#276)</title>
<updated>2018-01-12T10:22:36+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-12T10:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=5569a4efcdc913d343eaff4e55c9b19fafde4268'/>
<id>5569a4efcdc913d343eaff4e55c9b19fafde4268</id>
<content type='text'>
fixes #273</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #273</pre>
</div>
</content>
</entry>
<entry>
<title>Add raw_as_bytes option to Unpacker. (#265)</title>
<updated>2018-01-11T08:02:41+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-11T08:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=5534d0c7af0114db3d27f7b96c82a7fe22ce1e40'/>
<id>5534d0c7af0114db3d27f7b96c82a7fe22ce1e40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
