<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack/fallback.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>Fix black formatting</title>
<updated>2021-11-16T05:53:08+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-16T05:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81'/>
<id>9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error formatting (#463)</title>
<updated>2021-02-26T02:39:36+00:00</updated>
<author>
<name>Andrey Bienkowski</name>
<email>hexagonrecursion@gmail.com</email>
</author>
<published>2021-02-26T02:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=38357b928a2452d0889d80f0a2a721fa66f94c9a'/>
<id>38357b928a2452d0889d80f0a2a721fa66f94c9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix docstring (#459)</title>
<updated>2021-02-12T07:20:14+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-02-12T07:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=1e728a2e0b7f263a4c77d6cdb6ec7c7e2a91872f'/>
<id>1e728a2e0b7f263a4c77d6cdb6ec7c7e2a91872f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor fallback read header (#441)</title>
<updated>2021-01-02T06:39:37+00:00</updated>
<author>
<name>Guy Tuval</name>
<email>guytuval@gmail.com</email>
</author>
<published>2021-01-02T06:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3b71818bb0e4cbafdb58895fa47704563448b6ac'/>
<id>3b71818bb0e4cbafdb58895fa47704563448b6ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://trove.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>Synchronize handling of datetime in Packer implementations (#434)</title>
<updated>2020-07-24T07:29:15+00:00</updated>
<author>
<name>Peter Fischer</name>
<email>yanlend@users.noreply.github.com</email>
</author>
<published>2020-07-24T07: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=772c830841a276adb392dd449809764b2826b1f8'/>
<id>772c830841a276adb392dd449809764b2826b1f8</id>
<content type='text'>
The handling of datetime is different in the cython and Python implementations. In contrast to the docs, timezone is not required in the Python implementation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The handling of datetime is different in the cython and Python implementations. In contrast to the docs, timezone is not required in the Python implementation.</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://trove.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>Add some test for timestamp (#403)</title>
<updated>2020-02-06T13:11:04+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-02-06T13:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9d79351e99e435b8ca749d57a313441783f67133'/>
<id>9d79351e99e435b8ca749d57a313441783f67133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typo</title>
<updated>2019-12-13T06:10:32+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-13T06:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=42f5ecfd514cc5797385df0c72258a16fe645c72'/>
<id>42f5ecfd514cc5797385df0c72258a16fe645c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refine Timestamp APIs (#395)</title>
<updated>2019-12-12T10:43:59+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-12T10:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=887d3a7d22865d36d68fdcb5e653ea61d66f0b61'/>
<id>887d3a7d22865d36d68fdcb5e653ea61d66f0b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
