summaryrefslogtreecommitdiff
path: root/msgpack
Commit message (Expand)AuthorAgeFilesLines
...
| * add the hook for unknown types also to the cython PackerAntonio Cuni2013-10-181-0/+6
| * implement Packer.pack_extended_type also in the cython version of the codeAntonio Cuni2013-10-183-0/+68
| * add support to unpack all ext formatsAntonio Cuni2013-10-181-1/+27
| * automatically find the best format to encode extended typesAntonio Cuni2013-10-181-6/+22
| * slightly change to APIAntonio Cuni2013-10-181-16/+10
| * kill some duplicate code from unpack/unpackb and move the logic to Unpacker.u...Antonio Cuni2013-10-181-48/+47
| * add support for extended types: you can now pack/unpack custom python objects...Antonio Cuni2013-10-151-47/+84
* | code refactoring.INADA Naoki2013-10-201-17/+14
* | Add ext type support to fallback.Unpacker.INADA Naoki2013-10-172-16/+60
* | 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
|/
* * msgpack/exceptions.py: Fix typo in error message.Lieven Govaerts2013-09-131-1/+1
* fix long vs long long bugsYAMAMOTO Takashi2013-06-031-2/+2
* fix compilation errorsYAMAMOTO Takashi2013-06-031-2/+2
* Stop using const_void_ptr typedef.INADA Naoki2013-05-191-3/+2
* Revert "Use new buffer interface."INADA Naoki2013-05-191-25/+28
* fix a compilation errorYAMAMOTO Takashi2013-05-161-1/+1
* fix long/int confusions in pyx version of unpackYAMAMOTO Takashi2013-05-161-4/+12
* fix more comment typosYAMAMOTO Takashi2013-05-072-2/+2
* fix a typo in a commentYAMAMOTO Takashi2013-05-011-1/+1
* Use new buffer interface.INADA Naoki2013-04-081-28/+25
* Unpacker.feed() uses new buffer interface.INADA Naoki2013-04-081-4/+6
* Remove unnecessary type declaration.INADA Naoki2013-04-082-8/+1
* s/\t/ /gINADA Naoki2013-02-274-699/+697
* remove some macros.INADA Naoki2013-02-275-124/+80
* remove msgpack_pack* macrosINADA Naoki2013-02-272-103/+25
* Fix typeerror.INADA Naoki2013-02-261-6/+8
* docs: better unpacker docstring.INADA Naoki2013-02-261-24/+40
* better packer docstringINADA Naoki2013-02-262-14/+52
* fallback: refactorINADA Naoki2013-02-251-32/+30
* Revert skipping reserved byte.INADA Naoki2013-02-232-51/+45
* Revert "Skip reserved byte"INADA Naoki2013-02-231-165/+137
* Fix exception incompatibility.INADA Naoki2013-02-222-4/+5
* Fix easy bug.INADA Naoki2013-02-211-1/+1
* Skip reserved byteINADA Naoki2013-02-211-137/+165
* skip reserved byte.INADA Naoki2013-02-212-44/+57
* On PyPy, preallocate listsAlex Gaynor2013-02-161-1/+3
* 0.3.00.3.0INADA Naoki2013-02-161-1/+1
* Use _private names for non public data members. (fix #44)INADA Naoki2013-02-041-75/+76
* Fix minor bugs and tuning unpacking dict.INADA Naoki2013-02-031-9/+16
* fallback: Support Python 3.INADA Naoki2013-01-291-20/+34
* Use MSGPACK_PUREPYTHON envvar to test fallback moduleINADA Naoki2013-01-291-4/+8
* pep8 friendly.INADA Naoki2013-01-291-17/+29
* fallback: _fb_read: add fast-pathBas Westerbaan2013-01-291-0/+5
* Revert "fallback: Use mmap objects instead of strings to unpack"Bas Westerbaan2013-01-291-51/+29
* fallback: Use mmap objects instead of strings to unpackBas Westerbaan2013-01-291-29/+51
* fallback: add actual rollback and add a testcase for itBas Westerbaan2013-01-291-8/+13
* fallback: bugfix in next()Bas Westerbaan2013-01-291-1/+1