<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack, branch remove-write-bytes</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>Remove deprecated write_bytes option</title>
<updated>2018-11-09T12:38:39+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-11-09T12:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=30569c1bdb8aed9c114b1195a282ca4ba502679e'/>
<id>30569c1bdb8aed9c114b1195a282ca4ba502679e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Packer.buffer() (#320)</title>
<updated>2018-11-09T11:55:13+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-11-09T11:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9e210bfc1a922031db67bf42e508b1b4550814c6'/>
<id>9e210bfc1a922031db67bf42e508b1b4550814c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unpacker: Make default size limit smaller (#319)</title>
<updated>2018-11-08T13:21:44+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-11-08T13:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3b80233592674d18c8db7a62fa56504a5a285296'/>
<id>3b80233592674d18c8db7a62fa56504a5a285296</id>
<content type='text'>
To avoid DoS attack, make default size limit smaller.

Fixes #295</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid DoS attack, make default size limit smaller.

Fixes #295</pre>
</div>
</content>
</entry>
<entry>
<title>Merge extension module</title>
<updated>2018-11-08T11:27:35+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-10-03T11:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=f6f95972492bcb83d8fe4c63be3b96d46e47bab7'/>
<id>f6f95972492bcb83d8fe4c63be3b96d46e47bab7</id>
<content type='text'>
There were `_packer.so` and `_unpacker.so`.
But single module is simpler than double module.

Merge extension module into single `_msgpack.so`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were `_packer.so` and `_unpacker.so`.
But single module is simpler than double module.

Merge extension module into single `_msgpack.so`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Start 0.6 development</title>
<updated>2018-10-03T12:06:20+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-10-03T12:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=205f7d39b26d7441f3cce86e93449e50bd71a6fa'/>
<id>205f7d39b26d7441f3cce86e93449e50bd71a6fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Alternate fixes for jython and legacy CPython (#310)</title>
<updated>2018-10-02T11:20:06+00:00</updated>
<author>
<name>Raymond E Ferguson</name>
<email>github.public@devendortech.com</email>
</author>
<published>2018-10-02T11:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=70b5f21b34b28cd50125ee337b5a399001759b73'/>
<id>70b5f21b34b28cd50125ee337b5a399001759b73</id>
<content type='text'>
Python 3.4 is not supported officially.
But keep running test for a while, to know when msgpack-python
stop working on Python 3.4 actually.

The current patches did not work under jython-2.7.1 where implicit
casting of buffer or memoryview doesn't work. It may also be the
jython is a little pickier about string casting non string bytes
due to the underlying strong typing of java.

See issues #303 &amp; #304.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.4 is not supported officially.
But keep running test for a while, to know when msgpack-python
stop working on Python 3.4 actually.

The current patches did not work under jython-2.7.1 where implicit
casting of buffer or memoryview doesn't work. It may also be the
jython is a little pickier about string casting non string bytes
due to the underlying strong typing of java.

See issues #303 &amp; #304.</pre>
</div>
</content>
</entry>
<entry>
<title>fallback: Fix error on Jython</title>
<updated>2018-06-26T16:27:31+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-06-26T16:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=5f684aed82d0d08079b9aa74e1d41cc2a367833d'/>
<id>5f684aed82d0d08079b9aa74e1d41cc2a367833d</id>
<content type='text'>
Fixes #303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #303
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TypeError in fallback.unpack() on &lt;Python 2.7.6</title>
<updated>2018-04-16T03:18:35+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-04-16T03:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=b10cf78f54a5daab866b19c32e45e207d838f52b'/>
<id>b10cf78f54a5daab866b19c32e45e207d838f52b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.5.6</title>
<updated>2018-02-23T06:45:34+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-02-23T06:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=d4675bee6c83d42cecda9a84e6716021eb2ad679'/>
<id>d4675bee6c83d42cecda9a84e6716021eb2ad679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate implementation module's unpack() (#290)</title>
<updated>2018-02-23T06:41:21+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-02-23T06:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=ae3a6ba0b04487d7108360d1d504332aed079556'/>
<id>ae3a6ba0b04487d7108360d1d504332aed079556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
