<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack/_packer.pyx, branch 0.5.4</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>Use cython's cast for converting encoding and errors (#279)</title>
<updated>2018-02-05T02:44:17+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-02-05T02:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=2644cbdcb7e1f2a8373de5bd30d71c907827caf6'/>
<id>2644cbdcb7e1f2a8373de5bd30d71c907827caf6</id>
<content type='text'>
It is little faster on Python 3 because we can skip temporary bytes object</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is little faster on Python 3 because we can skip temporary bytes object</pre>
</div>
</content>
</entry>
<entry>
<title>Undeprecate unicode_errors (#278)</title>
<updated>2018-02-04T17:19:48+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-02-04T17:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=9fdb83719d3544322f0687a9b1637276c1443eda'/>
<id>9fdb83719d3544322f0687a9b1637276c1443eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix encoding and unicode_errors (#277)</title>
<updated>2018-02-03T01:34:42+00:00</updated>
<author>
<name>Andrew Rabert</name>
<email>6550543+nvllsvm@users.noreply.github.com</email>
</author>
<published>2018-02-03T01:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=a0ba076c3527bb474cd8ec820ae0fd6c8293d4af'/>
<id>a0ba076c3527bb474cd8ec820ae0fd6c8293d4af</id>
<content type='text'>
Previously, unicode_errors was either set to NULL or to
the result of PyBytes_AsString. This restores that behavior while also
keeping the existing NULL default behavior.
Original defaults were restored to keep API compatibility until these
deprecated options are finally removed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, unicode_errors was either set to NULL or to
the result of PyBytes_AsString. This restores that behavior while also
keeping the existing NULL default behavior.
Original defaults were restored to keep API compatibility until these
deprecated options are finally removed.</pre>
</div>
</content>
</entry>
<entry>
<title>Packer.pack() reset buffer on exception (#274)</title>
<updated>2018-01-11T14:50:41+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-11T14:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=d9ec8fc905fc9ed37c86700f794adeb883b4f5ea'/>
<id>d9ec8fc905fc9ed37c86700f794adeb883b4f5ea</id>
<content type='text'>
fixes #210</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #210</pre>
</div>
</content>
</entry>
<entry>
<title>packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)</title>
<updated>2018-01-11T10:41:05+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-11T10:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=60ef3879d792ec92480cf9d6d610951657c2e8c7'/>
<id>60ef3879d792ec92480cf9d6d610951657c2e8c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add raw_as_bytes option to Unpacker. (#265)</title>
<updated>2018-01-11T08:02:41+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-11T08:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=5534d0c7af0114db3d27f7b96c82a7fe22ce1e40'/>
<id>5534d0c7af0114db3d27f7b96c82a7fe22ce1e40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove FutureWarning about use_bin_type option (#271)</title>
<updated>2018-01-09T17:54:59+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-09T17:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=0112957bcff8e16dddd6cbc474bfe8a49f418fad'/>
<id>0112957bcff8e16dddd6cbc474bfe8a49f418fad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn about future use_bin_type change (#264)</title>
<updated>2018-01-05T17:07:39+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-01-05T17:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=d0d3a403892106dfb809693f5e006a546cb55b83'/>
<id>d0d3a403892106dfb809693f5e006a546cb55b83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>
</feed>
