<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack/fallback.py, branch 0.5.1</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>fallback: Update docstring.</title>
<updated>2018-01-09T17:58:55+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-01-09T17:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=fc09da997ca323cb1a545478e9c1563d8db37ab1'/>
<id>fc09da997ca323cb1a545478e9c1563d8db37ab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate write_bytes option in Unpacker. (#262)</title>
<updated>2018-01-05T11:19:04+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-05T11:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=43137d6bd2cc841af775a9c8132e72d284b119e3'/>
<id>43137d6bd2cc841af775a9c8132e72d284b119e3</id>
<content type='text'>
Fixes #197</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #197</pre>
</div>
</content>
</entry>
<entry>
<title>Add unittests to document serialisation of tuples (#246)</title>
<updated>2017-09-30T07:23:55+00:00</updated>
<author>
<name>Lorenzo Bolla</name>
<email>lbolla@gmail.com</email>
</author>
<published>2017-09-30T07:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=deeda31a8840cee334f05f15bd2308af13dc9c64'/>
<id>deeda31a8840cee334f05f15bd2308af13dc9c64</id>
<content type='text'>
Also, fix formatting of error message in case of tuple.
See https://github.com/msgpack/msgpack-python/issues/245</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, fix formatting of error message in case of tuple.
See https://github.com/msgpack/msgpack-python/issues/245</pre>
</div>
</content>
</entry>
<entry>
<title>Packer accepts bytearray objects (#229)</title>
<updated>2017-05-18T11:03:15+00:00</updated>
<author>
<name>jfolz</name>
<email>theriddling@gmail.com</email>
</author>
<published>2017-05-18T11:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=f0f2c0b39703e0129d2352c71ec9811a8f275cc8'/>
<id>f0f2c0b39703e0129d2352c71ec9811a8f275cc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unpacker: add tell() (#227)</title>
<updated>2017-04-29T17:33:20+00:00</updated>
<author>
<name>jfolz</name>
<email>theriddling@gmail.com</email>
</author>
<published>2017-04-29T17:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=a8d9162ca6cff6101c1f6b9547e94749c6acae96'/>
<id>a8d9162ca6cff6101c1f6b9547e94749c6acae96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'release-0.4'</title>
<updated>2017-01-12T09:17:00+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2017-01-12T09:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=2481c64cf162d765bfb84bf8e85f0e9861059cbc'/>
<id>2481c64cf162d765bfb84bf8e85f0e9861059cbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos and other cosmetic issues (#214)</title>
<updated>2017-01-11T03:04:23+00:00</updated>
<author>
<name>TW</name>
<email>tw@waldmann-edv.de</email>
</author>
<published>2017-01-11T03:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=e3fea94509767047a8ff45aa07cd58a9ba9694e7'/>
<id>e3fea94509767047a8ff45aa07cd58a9ba9694e7</id>
<content type='text'>
cosmetic issues:
- reST headlines' underline length needs to match the headline length
  (looks like somebody is / was using a proportional font)
- Cython code lines do not need to be terminated with a semicolon
- always use triple-double-quotes for docstrings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cosmetic issues:
- reST headlines' underline length needs to match the headline length
  (looks like somebody is / was using a proportional font)
- Cython code lines do not need to be terminated with a semicolon
- always use triple-double-quotes for docstrings</pre>
</div>
</content>
</entry>
<entry>
<title>enable unpacking from memoryview</title>
<updated>2016-06-13T13:37:33+00:00</updated>
<author>
<name>folz</name>
<email>joachim.folz@dfki.de</email>
</author>
<published>2016-05-07T13:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=2b63e9fbbb3440d73d6638ec8af6315aeb8ecd97'/>
<id>2b63e9fbbb3440d73d6638ec8af6315aeb8ecd97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fallback: Use bytearray as buffer</title>
<updated>2016-05-23T22:32:30+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-05-23T22:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=c16a1c6bdf667d5cfe314d09d5613808f1243a8f'/>
<id>c16a1c6bdf667d5cfe314d09d5613808f1243a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fallback: Use struct.unpack_from when possible</title>
<updated>2016-05-23T17:46:29+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-05-23T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=6b8919355d6acdda74acc568dd348598e552f003'/>
<id>6b8919355d6acdda74acc568dd348598e552f003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
