<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/test, branch release-0.4</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 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://git.baserock.org/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>Test to demonstrate that the default function isn't always called (#133)</title>
<updated>2015-03-17T19:02:40+00:00</updated>
<author>
<name>Pramukta Kumar</name>
<email>pramukta.kumar@gmail.com</email>
</author>
<published>2015-03-17T19:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=2d05b40b030cb6b5da0913e72b59a91b09faccab'/>
<id>2d05b40b030cb6b5da0913e72b59a91b09faccab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_sequnpack: python3 literals</title>
<updated>2015-01-26T19:55:23+00:00</updated>
<author>
<name>Bas Westerbaan</name>
<email>bas@westerbaan.name</email>
</author>
<published>2015-01-26T19:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=c5d621853d305418feb3ef2616a05f5eb12440bb'/>
<id>c5d621853d305418feb3ef2616a05f5eb12440bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for issue #124</title>
<updated>2015-01-26T19:31:03+00:00</updated>
<author>
<name>Bas Westerbaan</name>
<email>bas@westerbaan.name</email>
</author>
<published>2015-01-26T19:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=83404945c06baa3124d7e20a2d4e93652ecf90c5'/>
<id>83404945c06baa3124d7e20a2d4e93652ecf90c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add max_&lt;type&gt;_len option to unpacker. (fixes #97).</title>
<updated>2015-01-24T16:41:21+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-06-23T13:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=75ce78dd1512460712f2600ffd927bedeeb02fbc'/>
<id>75ce78dd1512460712f2600ffd927bedeeb02fbc</id>
<content type='text'>
Fix build error on 32bit environment (fixes #102).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix build error on 32bit environment (fixes #102).
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add pytest 2.3 compatibility</title>
<updated>2015-01-23T19:27:58+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>kdreyer@redhat.com</email>
</author>
<published>2015-01-23T19:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=f40fdf523a545035d3f6ee36a31d50993feac14b'/>
<id>f40fdf523a545035d3f6ee36a31d50993feac14b</id>
<content type='text'>
Adjust the skipif conditional to use the older pytest 2.3 syntax.

(This allows the tests to pass with the system pytest package on RHEL
7.0, since RHEL 7.0 ships pytest 2.3.5.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust the skipif conditional to use the older pytest 2.3 syntax.

(This allows the tests to pass with the system pytest package on RHEL
7.0, since RHEL 7.0 ships pytest 2.3.5.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build and tests.</title>
<updated>2014-08-30T17:29:05+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-08-30T17:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=d6c773dc4d19e4e8bfe2931d8daf251a8b302f25'/>
<id>d6c773dc4d19e4e8bfe2931d8daf251a8b302f25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #94 from msgpack/strict-input-check</title>
<updated>2014-03-26T06:37:29+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2014-03-26T06:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3a9dc1d7eaff590d08a41124db830f4dbfe1d98c'/>
<id>3a9dc1d7eaff590d08a41124db830f4dbfe1d98c</id>
<content type='text'>
Add tests for limits.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for limits.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PyPy fail.</title>
<updated>2014-03-26T06:12:28+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-03-26T06:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=a72e75d7c81486bc2775b957b22d3b5e13742589'/>
<id>a72e75d7c81486bc2775b957b22d3b5e13742589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python 3.2</title>
<updated>2014-03-26T04:32:28+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-03-26T04:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=5fb9d8a7fd09893afdd1e5844288313bb347856b'/>
<id>5fb9d8a7fd09893afdd1e5844288313bb347856b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
