<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack/_unpacker.pyx, branch v1.0.1</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>Update docstring</title>
<updated>2020-12-04T08:52:24+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-12-04T08:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=44bc2bd439808ad7563ef8a558ad6ccfe175a66a'/>
<id>44bc2bd439808ad7563ef8a558ad6ccfe175a66a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Unpacker.tell() (#427)</title>
<updated>2020-06-08T03:14:50+00:00</updated>
<author>
<name>jfolz</name>
<email>theriddling@gmail.com</email>
</author>
<published>2020-06-08T03:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=c1b1a23f62d5e0ec39a1910d2e9580ce1c13a1cf'/>
<id>c1b1a23f62d5e0ec39a1910d2e9580ce1c13a1cf</id>
<content type='text'>
Fixes #426.

Co-authored-by: folz &lt;joachim.folz@dfki.de&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #426.

Co-authored-by: folz &lt;joachim.folz@dfki.de&gt;</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://git.baserock.org/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>Unpacker: Change max_buffer_size to 100MiB (#391)</title>
<updated>2019-12-09T08:03:12+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-09T08:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=c356035a576c38db5ca232ede07b291087f1b8b2'/>
<id>c356035a576c38db5ca232ede07b291087f1b8b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make strict_map_key default to True (#392)</title>
<updated>2019-12-06T13:23:15+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-06T13:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=d8e3cf0563989a660398318a7c788645124e1d8b'/>
<id>d8e3cf0563989a660398318a7c788645124e1d8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new msgpack spec by default. (#386)</title>
<updated>2019-12-05T12:34:10+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T12:34:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=7e9905bdfaecde83ddb1a4575e734a10b055fde9'/>
<id>7e9905bdfaecde83ddb1a4575e734a10b055fde9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated submodule unpack (#385)</title>
<updated>2019-12-05T11:47:01+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T11:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9f4b2d53b77c5ccd96e3ceb359747960cbf03bd4'/>
<id>9f4b2d53b77c5ccd96e3ceb359747960cbf03bd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop old buffer protocol support (#383)</title>
<updated>2019-12-05T11:20:53+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T11:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9ae43709e42092c7f6a4e990d696d9005fa1623d'/>
<id>9ae43709e42092c7f6a4e990d696d9005fa1623d</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://git.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>Remove encoding option from Unpacker. (#380)</title>
<updated>2019-12-03T12:13:05+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-03T12:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=e419cd8e2db6b8226bd681b52b6acfe70d8e6a86'/>
<id>e419cd8e2db6b8226bd681b52b6acfe70d8e6a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
