| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 0.4.00.4.0 | INADA Naoki | 2013-10-21 | 1 | -1/+1 |
| * | fix bugs. | INADA Naoki | 2013-10-21 | 2 | -17/+5 |
| * | fallback: support packing ExtType | INADA Naoki | 2013-10-21 | 3 | -81/+131 |
| * | Add tests and bugfix. | INADA Naoki | 2013-10-21 | 2 | -3/+4 |
| * | cleanup | INADA Naoki | 2013-10-20 | 1 | -1/+1 |
| * | Support unpacking new types. | INADA Naoki | 2013-10-20 | 3 | -10/+16 |
| * | Packing ExtType and some cleanup | INADA Naoki | 2013-10-20 | 5 | -116/+98 |
| * | fallback: Support pack_ext_type. | INADA Naoki | 2013-10-20 | 3 | -10/+40 |
| * | Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec | INADA Naoki | 2013-10-20 | 7 | -40/+174 |
| |\ | |||||
| | * | implement unpacking of ext 8,16,32 | Antonio Cuni | 2013-10-19 | 2 | -14/+24 |
| | * | implement unpacking for all the fixtext formats | Antonio Cuni | 2013-10-19 | 4 | -15/+60 |
| | * | implement unpack_one also for the cython version, and add a test for it | Antonio Cuni | 2013-10-19 | 1 | -0/+18 |
| | * | add the hook for unknown types also to the cython Packer | Antonio Cuni | 2013-10-18 | 1 | -0/+6 |
| | * | implement Packer.pack_extended_type also in the cython version of the code | Antonio Cuni | 2013-10-18 | 3 | -0/+68 |
| | * | add support to unpack all ext formats | Antonio Cuni | 2013-10-18 | 1 | -1/+27 |
| | * | automatically find the best format to encode extended types | Antonio Cuni | 2013-10-18 | 1 | -6/+22 |
| | * | slightly change to API | Antonio Cuni | 2013-10-18 | 1 | -16/+10 |
| | * | kill some duplicate code from unpack/unpackb and move the logic to Unpacker.u... | Antonio Cuni | 2013-10-18 | 1 | -48/+47 |
| | * | add support for extended types: you can now pack/unpack custom python objects... | Antonio Cuni | 2013-10-15 | 1 | -47/+84 |
| * | | code refactoring. | INADA Naoki | 2013-10-20 | 1 | -17/+14 |
| * | | Add ext type support to fallback.Unpacker. | INADA Naoki | 2013-10-17 | 2 | -16/+60 |
| * | | Add bin type support for fallback Unpacker. | INADA Naoki | 2013-10-17 | 3 | -2/+20 |
| * | | Add bin type support to pure Python packer. | INADA Naoki | 2013-10-17 | 2 | -9/+25 |
| * | | refactoring. | INADA Naoki | 2013-10-17 | 3 | -45/+21 |
| * | | Add bin type support. | INADA Naoki | 2013-10-17 | 6 | -26/+81 |
| |/ | |||||
| * | * msgpack/exceptions.py: Fix typo in error message. | Lieven Govaerts | 2013-09-13 | 1 | -1/+1 |
| * | fix long vs long long bugs | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+2 |
| * | fix compilation errors | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+2 |
| * | Stop using const_void_ptr typedef. | INADA Naoki | 2013-05-19 | 1 | -3/+2 |
| * | Revert "Use new buffer interface." | INADA Naoki | 2013-05-19 | 1 | -25/+28 |
| * | fix a compilation error | YAMAMOTO Takashi | 2013-05-16 | 1 | -1/+1 |
| * | fix long/int confusions in pyx version of unpack | YAMAMOTO Takashi | 2013-05-16 | 1 | -4/+12 |
| * | fix more comment typos | YAMAMOTO Takashi | 2013-05-07 | 2 | -2/+2 |
| * | fix a typo in a comment | YAMAMOTO Takashi | 2013-05-01 | 1 | -1/+1 |
| * | Use new buffer interface. | INADA Naoki | 2013-04-08 | 1 | -28/+25 |
| * | Unpacker.feed() uses new buffer interface. | INADA Naoki | 2013-04-08 | 1 | -4/+6 |
| * | Remove unnecessary type declaration. | INADA Naoki | 2013-04-08 | 2 | -8/+1 |
| * | s/\t/ /g | INADA Naoki | 2013-02-27 | 4 | -699/+697 |
| * | remove some macros. | INADA Naoki | 2013-02-27 | 5 | -124/+80 |
| * | remove msgpack_pack* macros | INADA Naoki | 2013-02-27 | 2 | -103/+25 |
| * | Fix typeerror. | INADA Naoki | 2013-02-26 | 1 | -6/+8 |
| * | docs: better unpacker docstring. | INADA Naoki | 2013-02-26 | 1 | -24/+40 |
| * | better packer docstring | INADA Naoki | 2013-02-26 | 2 | -14/+52 |
| * | fallback: refactor | INADA Naoki | 2013-02-25 | 1 | -32/+30 |
| * | Revert skipping reserved byte. | INADA Naoki | 2013-02-23 | 2 | -51/+45 |
| * | Revert "Skip reserved byte" | INADA Naoki | 2013-02-23 | 1 | -165/+137 |
| * | Fix exception incompatibility. | INADA Naoki | 2013-02-22 | 2 | -4/+5 |
| * | Fix easy bug. | INADA Naoki | 2013-02-21 | 1 | -1/+1 |
| * | Skip reserved byte | INADA Naoki | 2013-02-21 | 1 | -137/+165 |
| * | skip reserved byte. | INADA Naoki | 2013-02-21 | 2 | -44/+57 |
