<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack/__init__.py, branch py310</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>blacken</title>
<updated>2019-12-05T09:50:13+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T09:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=e557e17cbd4e88622e48547ac52834e9ab95f946'/>
<id>e557e17cbd4e88622e48547ac52834e9ab95f946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Timestamp support (#382)</title>
<updated>2019-12-05T09:29:15+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T09:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=641406902efaa8f22f4a7973d04c921a2a35a6be'/>
<id>641406902efaa8f22f4a7973d04c921a2a35a6be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 2 support from _cmsgpack (#376)</title>
<updated>2019-11-28T11:23:34+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-11-28T11:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=891f2d8743857bb75204f96b0469cb2ec90c7f79'/>
<id>891f2d8743857bb75204f96b0469cb2ec90c7f79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use relative imports (#357)</title>
<updated>2019-05-12T12:44:32+00:00</updated>
<author>
<name>Felix Schwarz</name>
<email>felix.schwarz@oss.schwarz.eu</email>
</author>
<published>2019-05-12T12:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=05ff11dbcc8181cc781b121e46e76a01258a32af'/>
<id>05ff11dbcc8181cc781b121e46e76a01258a32af</id>
<content type='text'>
Some applications use msgpack to store persistent data and require a specific
msgpack version (e.g. borgbackup). Bundling helps in case there is an
(incompatible) version of msgpack in a system-wide install.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some applications use msgpack to store persistent data and require a specific
msgpack version (e.g. borgbackup). Bundling helps in case there is an
(incompatible) version of msgpack in a system-wide install.</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://trove.baserock.org/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://trove.baserock.org/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>Deprecate implementation module's unpack() (#290)</title>
<updated>2018-02-23T06:41:21+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-02-23T06:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=ae3a6ba0b04487d7108360d1d504332aed079556'/>
<id>ae3a6ba0b04487d7108360d1d504332aed079556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Move unpack() from each implementation to __init__. (#286)"</title>
<updated>2018-02-23T02:32:26+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-02-23T02:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9455fccc5283abe59868c55ee3f4cedd5bf2d14b'/>
<id>9455fccc5283abe59868c55ee3f4cedd5bf2d14b</id>
<content type='text'>
This reverts commit da902f9c1d996fb461f1efef6487ef40d32d365a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit da902f9c1d996fb461f1efef6487ef40d32d365a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move unpack() from each implementation to __init__. (#286)</title>
<updated>2018-02-21T15:55:32+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-02-21T15:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=da902f9c1d996fb461f1efef6487ef40d32d365a'/>
<id>da902f9c1d996fb461f1efef6487ef40d32d365a</id>
<content type='text'>
Fixes #285</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #285</pre>
</div>
</content>
</entry>
<entry>
<title>Document update.</title>
<updated>2013-10-20T16:47:54+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2013-10-20T16:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=f31a4403a1715ea5b48a12e1aa58df0e74b7e85f'/>
<id>f31a4403a1715ea5b48a12e1aa58df0e74b7e85f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
