<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/test, branch master</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>Fix overflow in unpacking timestamp to datetime (#452)</title>
<updated>2020-12-18T05:21:27+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-12-18T05:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=753b3706d80a7bc5a29147730804e867b97eee57'/>
<id>753b3706d80a7bc5a29147730804e867b97eee57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix datetime before epoch on windows in cython implementation (#436)</title>
<updated>2020-07-30T14:48:51+00:00</updated>
<author>
<name>Peter Fischer</name>
<email>yanlend@users.noreply.github.com</email>
</author>
<published>2020-07-30T14:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=8fb709f2e0438862020d8810fa70a81fb5dac7d4'/>
<id>8fb709f2e0438862020d8810fa70a81fb5dac7d4</id>
<content type='text'>
Cython implementation still used datetime.from_timestamp method, which does not work on windows.
Update the cython implementation to use utc time and delta and add a regression test to highlight the issue.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cython implementation still used datetime.from_timestamp method, which does not work on windows.
Update the cython implementation to use utc time and delta and add a regression test to highlight the issue.</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>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://git.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>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://git.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>
<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>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>Fix fallback Unpacker.read() (#388)</title>
<updated>2019-12-06T12:16:27+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-06T12:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=f6f6f328eb2d7b7f1272fa7addb31d2ac5bef207'/>
<id>f6f6f328eb2d7b7f1272fa7addb31d2ac5bef207</id>
<content type='text'>
Fixes #352.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #352.</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>fallback: Remove old buffer protocol support (#384)</title>
<updated>2019-12-05T11:47:20+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T11:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=de320488ae494b85a03b60dd33f91b650033d775'/>
<id>de320488ae494b85a03b60dd33f91b650033d775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
