summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #123 from ktdreyer/pytest-2.3-compatINADA Naoki2015-01-241-1/+1
|\ \ | | | | | | tests: add pytest 2.3 compatibility
| * | tests: add pytest 2.3 compatibilityKen Dreyer2015-01-231-1/+1
|/ / | | | | | | | | | | | | 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.)
* | Merge branch 'master' of github.com:msgpack/msgpack-pythonINADA Naoki2015-01-141-5/+17
|\ \
| * \ Merge pull request #120 from msabramo/patch-2INADA Naoki2015-01-091-0/+4
| |\ \ | | | | | | | | README.rst: Add PyPI badge
| | * | README.rst: Add PyPI badgeMarc Abramowitz2015-01-081-0/+4
| |/ /
| * | Merge pull request #119 from msabramo/patch-1INADA Naoki2015-01-091-5/+13
| |\ \ | | | | | | | | README.rst: Add code-blocks
| | * | README.rst: Add code-blocksMarc Abramowitz2015-01-081-5/+13
| |/ / | | | | | | For syntax highlighting
* | | Fix typo in ChangeLog.INADA Naoki2015-01-141-6/+6
|/ / | | | | | | | | Fixes #121. Thanks @dmick
* | Update READMEINADA Naoki2015-01-091-2/+2
| |
* | 0.4.40.4.4INADA Naoki2015-01-091-1/+1
| |
* | 0.4.4INADA Naoki2015-01-091-0/+15
| |
* | Merge pull request #117 from msgpack/cython-cacheINADA Naoki2015-01-092-2/+10
|\ \ | | | | | | Use wheelhouse for cython
| * | Fix tox.inicython-cacheINADA Naoki2015-01-091-1/+2
| | |
| * | Use wheelhouse for cythonINADA Naoki2015-01-091-1/+8
|/ /
* | Merge pull request #116 from msgpack/fix-0_4_3-regressionINADA Naoki2015-01-093-4/+11
|\ \ | | | | | | Fix compile error on _packer
| * | Fix toxfix-0_4_3-regressionINADA Naoki2015-01-091-2/+3
| | |
| * | Fix compile error.INADA Naoki2015-01-091-1/+1
| | |
| * | Check extension module was compiled.INADA Naoki2015-01-092-3/+9
|/ /
* | Merge branch 'master' of github.com:msgpack/msgpack-python0.4.3INADA Naoki2015-01-072-3/+2
|\ \
| * \ Merge pull request #115 from msgpack/fix-windowsINADA Naoki2015-01-072-3/+2
| |\ \ | | | | | | | | Fix build failuer for Python 2.7 on Windows.
| | * | Fix build failuer for Python 2.7 on Windows.fix-windowsINADA Naoki2015-01-072-3/+2
| |/ / | | | | | | | | | Remove int8_t usage.
* | | 0.4.3INADA Naoki2015-01-073-9/+8
|/ /
* | Fix README reSTINADA Naoki2015-01-021-3/+3
| |
* | Merge pull request #113 from msgpack/new-travisINADA Naoki2014-12-181-0/+1
|\ \ | | | | | | Use new container based Travis-CI
| * | Use new container based Travis-CIINADA Naoki2014-12-181-0/+1
|/ /
* | Merge pull request #110 from JasonXJ/masterINADA Naoki2014-11-142-2/+5
|\ \ | | | | | | add support for pypy3
| * | add support for pypy3Xiaojie Lin2014-11-142-2/+5
|/ /
* | Merge branch 'master' of github.com:msgpack/msgpack-pythonINADA Naoki2014-08-312-11/+3
|\ \
| * \ Merge pull request #107 from msgpack/fix-buildINADA Naoki2014-08-312-11/+3
| |\ \ | | | | | | | | Fix build and tests.
| | * | Fix build and tests.INADA Naoki2014-08-312-11/+3
| |/ /
* | | Fix benchmarkINADA Naoki2014-08-311-3/+5
|/ /
* | Merge pull request #103 from bwesterb/masterINADA Naoki2014-06-161-8/+42
|\ \ | | | | | | Some performance improvements for PyPy
| * | fallback: fix BufferFull with sloppy consumeBas Westerbaan2014-06-151-1/+12
| | |
| * | fallback: _fb_read: do a big read, when we need a big readBas Westerbaan2014-06-141-2/+5
| | |
| * | fallback: add some comments to _fb_readBas Westerbaan2014-06-141-0/+4
| | |
| * | fallback: do not reset the buffer completely in between of iterationsBas Westerbaan2014-06-141-1/+11
| | |
| * | fallback: _fb_consume: improve performance with pypyBas Westerbaan2014-06-141-3/+8
| | |
| * | fallback: set default read_size to 4096Bas Westerbaan2014-06-141-1/+1
| | |
| * | fallback: add missing update of _fb_buf_nBas Westerbaan2014-06-141-0/+1
|/ /
* | Add changelogINADA Naoki2014-05-261-0/+15
| |
* | Travis preinstall Python 3.4INADA Naoki2014-05-261-4/+0
| |
* | Fix unpacking uint32 on 32bit or LLP64.INADA Naoki2014-05-261-1/+1
|/
* 0.4.20.4.2INADA Naoki2014-03-261-1/+1
|
* 0.4.2INADA Naoki2014-03-261-0/+16
|
* Merge pull request #94 from msgpack/strict-input-checkINADA Naoki2014-03-263-4/+92
|\ | | | | Add tests for limits.
| * Fix PyPy fail.INADA Naoki2014-03-261-26/+28
| |
| * Fix Python 3.2INADA Naoki2014-03-261-2/+3
| |
| * Allow ValueError for packing integer overs format limit.INADA Naoki2014-03-261-2/+2
| |
| * Fix size limit on pack_array_header and pack_map_header.INADA Naoki2014-03-262-2/+6
| |
| * Fix skipif marking.INADA Naoki2014-03-261-3/+3
| |