summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add ext type support to fallback.Unpacker.INADA Naoki2013-10-172-16/+60
| |
| * Add tests for str8 and bin types.INADA Naoki2013-10-171-0/+69
| |
| * Add bin type support for fallback Unpacker.INADA Naoki2013-10-173-2/+20
| |
| * Add bin type support to pure Python packer.INADA Naoki2013-10-172-9/+25
| |
| * refactoring.INADA Naoki2013-10-173-45/+21
| |
| * Add bin type support.INADA Naoki2013-10-176-26/+81
|/
* Merge pull request #72 from lgov/masterINADA Naoki2013-09-131-1/+1
|\ | | | | * msgpack/exceptions.py: Fix typo in error message.
| * * msgpack/exceptions.py: Fix typo in error message.Lieven Govaerts2013-09-131-1/+1
|/
* Merge pull request #66 from yamt/fixesINADA Naoki2013-06-043-6/+7
|\ | | | | some fixes and tests
| * more testsYAMAMOTO Takashi2013-06-031-2/+3
| |
| * fix long vs long long bugsYAMAMOTO Takashi2013-06-031-2/+2
| | | | | | | | | | these bugs were introduced by "fix long/int confusions in pyx version of unpack" commit.
| * fix compilation errorsYAMAMOTO Takashi2013-06-031-2/+2
|/
* Merge pull request #65 from msgpack/old-bufferINADA Naoki2013-05-182-26/+28
|\ | | | | Stop using new style buffer API.
| * Stop using const_void_ptr typedef.INADA Naoki2013-05-191-3/+2
| | | | | | | | New Cython supports const natively.
| * Revert "Use new buffer interface."INADA Naoki2013-05-191-25/+28
| | | | | | | | | | | | | | This reverts commit 085db7f8dca2b4e2497bfb291238cd3ff2d06e28. Conflicts: msgpack/_unpacker.pyx
| * Use --cplus for cythoningINADA Naoki2013-05-191-1/+1
|/
* fix a compilation errorYAMAMOTO Takashi2013-05-161-1/+1
| | | | | | | msgpack/_unpacker.pyx: In function 'PyObject* __pyx_pf_7msgpack_9_unpacker_unpac kb(PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*, PyObject*, PyObje ct*)': msgpack/_unpacker.pyx:111:70: error: invalid cast from type 'Py_buffer' to type 'char*'
* fix long/int confusions in pyx version of unpackYAMAMOTO Takashi2013-05-161-4/+12
|
* Merge pull request #63 from yamt/typoINADA Naoki2013-05-062-2/+2
|\ | | | | fix more comment typos
| * fix more comment typosYAMAMOTO Takashi2013-05-072-2/+2
|/
* Merge pull request #62 from yamt/comment-typoINADA Naoki2013-05-011-1/+1
|\ | | | | fix a typo in a comment
| * fix a typo in a commentYAMAMOTO Takashi2013-05-011-1/+1
|/
* Merge pull request #60 from jnothman/patch-2INADA Naoki2013-04-121-3/+0
|\ | | | | Remove obsolete StopIteration warning
| * Remove obsolete StopIteration warningjnothman2013-04-101-3/+0
|/
* Merge pull request #59 from msgpack/refactorINADA Naoki2013-04-071-32/+31
|\ | | | | Use new style buffer interface.
| * Use new buffer interface.INADA Naoki2013-04-081-28/+25
| |
| * Unpacker.feed() uses new buffer interface.INADA Naoki2013-04-081-4/+6
| |
* | Merge pull request #58 from msgpack/refactorINADA Naoki2013-04-072-8/+1
|\ \ | |/ | | Remove unnecessary type declaration.
| * Remove unnecessary type declaration.INADA Naoki2013-04-082-8/+1
|/
* Add build batch for WindowsINADA Naoki2013-03-132-0/+28
|
* s/\t/ /gINADA Naoki2013-02-274-699/+697
|
* Merge pull request #54 from msgpack/remove-macrosINADA Naoki2013-02-275-227/+105
|\ | | | | Remove macros for readability.
| * remove some macros.INADA Naoki2013-02-275-124/+80
| |
| * remove msgpack_pack* macrosINADA Naoki2013-02-272-103/+25
|/
* Merge pull request #53 from jnothman/patch-1INADA Naoki2013-02-271-0/+2
|\ | | | | Copy note on OutOfData from pypi to ChangeLog
| * Copy note on OutOfData from pypi to ChangeLogjnothman2013-02-271-0/+2
|/
* doc: remove fallback from api reference.INADA Naoki2013-02-261-6/+0
|
* Fix typeerror.INADA Naoki2013-02-261-6/+8
|
* docs: better unpacker docstring.INADA Naoki2013-02-263-24/+46
|
* better packer docstringINADA Naoki2013-02-265-19/+66
|
* fallback: refactorINADA Naoki2013-02-251-32/+30
|
* Update docs.INADA Naoki2013-02-253-5/+4
|
* Update READMEINADA Naoki2013-02-241-37/+40
|
* Add apidocINADA Naoki2013-02-244-0/+490
|
* Merge pull request #51 from msgpack/revert-skip-reservedINADA Naoki2013-02-233-235/+179
|\ | | | | Revert skipping reserved bytes.
| * Revert skipping reserved byte.INADA Naoki2013-02-232-51/+45
| |
| * Revert "Skip reserved byte"INADA Naoki2013-02-232-173/+137
| | | | | | | | This reverts commit ff3342aeedb9d21897b0b7275dd68d781f149995.
| * Revert "Fix test for Python 3."INADA Naoki2013-02-231-15/+1
|/ | | | This reverts commit 43dd224d52eb4711c68101b40b910d252dacc290.
* Fix exception incompatibility.INADA Naoki2013-02-222-4/+5
|
* Fix easy bug.INADA Naoki2013-02-211-1/+1
|