Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add ext type support to fallback.Unpacker. | INADA Naoki | 2013-10-17 | 2 | -16/+60 | |
| | | ||||||
| * | Add tests for str8 and bin types. | INADA Naoki | 2013-10-17 | 1 | -0/+69 | |
| | | ||||||
| * | 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 | |
|/ | ||||||
* | Merge pull request #72 from lgov/master | INADA Naoki | 2013-09-13 | 1 | -1/+1 | |
|\ | | | | | * msgpack/exceptions.py: Fix typo in error message. | |||||
| * | * msgpack/exceptions.py: Fix typo in error message. | Lieven Govaerts | 2013-09-13 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #66 from yamt/fixes | INADA Naoki | 2013-06-04 | 3 | -6/+7 | |
|\ | | | | | some fixes and tests | |||||
| * | more tests | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+3 | |
| | | ||||||
| * | fix long vs long long bugs | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+2 | |
| | | | | | | | | | | these bugs were introduced by "fix long/int confusions in pyx version of unpack" commit. | |||||
| * | fix compilation errors | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #65 from msgpack/old-buffer | INADA Naoki | 2013-05-18 | 2 | -26/+28 | |
|\ | | | | | Stop using new style buffer API. | |||||
| * | Stop using const_void_ptr typedef. | INADA Naoki | 2013-05-19 | 1 | -3/+2 | |
| | | | | | | | | New Cython supports const natively. | |||||
| * | Revert "Use new buffer interface." | INADA Naoki | 2013-05-19 | 1 | -25/+28 | |
| | | | | | | | | | | | | | | This reverts commit 085db7f8dca2b4e2497bfb291238cd3ff2d06e28. Conflicts: msgpack/_unpacker.pyx | |||||
| * | Use --cplus for cythoning | INADA Naoki | 2013-05-19 | 1 | -1/+1 | |
|/ | ||||||
* | fix a compilation error | YAMAMOTO Takashi | 2013-05-16 | 1 | -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 unpack | YAMAMOTO Takashi | 2013-05-16 | 1 | -4/+12 | |
| | ||||||
* | Merge pull request #63 from yamt/typo | INADA Naoki | 2013-05-06 | 2 | -2/+2 | |
|\ | | | | | fix more comment typos | |||||
| * | fix more comment typos | YAMAMOTO Takashi | 2013-05-07 | 2 | -2/+2 | |
|/ | ||||||
* | Merge pull request #62 from yamt/comment-typo | INADA Naoki | 2013-05-01 | 1 | -1/+1 | |
|\ | | | | | fix a typo in a comment | |||||
| * | fix a typo in a comment | YAMAMOTO Takashi | 2013-05-01 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #60 from jnothman/patch-2 | INADA Naoki | 2013-04-12 | 1 | -3/+0 | |
|\ | | | | | Remove obsolete StopIteration warning | |||||
| * | Remove obsolete StopIteration warning | jnothman | 2013-04-10 | 1 | -3/+0 | |
|/ | ||||||
* | Merge pull request #59 from msgpack/refactor | INADA Naoki | 2013-04-07 | 1 | -32/+31 | |
|\ | | | | | Use new style buffer interface. | |||||
| * | 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 | |
| | | ||||||
* | | Merge pull request #58 from msgpack/refactor | INADA Naoki | 2013-04-07 | 2 | -8/+1 | |
|\ \ | |/ | | | Remove unnecessary type declaration. | |||||
| * | Remove unnecessary type declaration. | INADA Naoki | 2013-04-08 | 2 | -8/+1 | |
|/ | ||||||
* | Add build batch for Windows | INADA Naoki | 2013-03-13 | 2 | -0/+28 | |
| | ||||||
* | s/\t/ /g | INADA Naoki | 2013-02-27 | 4 | -699/+697 | |
| | ||||||
* | Merge pull request #54 from msgpack/remove-macros | INADA Naoki | 2013-02-27 | 5 | -227/+105 | |
|\ | | | | | Remove macros for readability. | |||||
| * | remove some macros. | INADA Naoki | 2013-02-27 | 5 | -124/+80 | |
| | | ||||||
| * | remove msgpack_pack* macros | INADA Naoki | 2013-02-27 | 2 | -103/+25 | |
|/ | ||||||
* | Merge pull request #53 from jnothman/patch-1 | INADA Naoki | 2013-02-27 | 1 | -0/+2 | |
|\ | | | | | Copy note on OutOfData from pypi to ChangeLog | |||||
| * | Copy note on OutOfData from pypi to ChangeLog | jnothman | 2013-02-27 | 1 | -0/+2 | |
|/ | ||||||
* | doc: remove fallback from api reference. | INADA Naoki | 2013-02-26 | 1 | -6/+0 | |
| | ||||||
* | Fix typeerror. | INADA Naoki | 2013-02-26 | 1 | -6/+8 | |
| | ||||||
* | docs: better unpacker docstring. | INADA Naoki | 2013-02-26 | 3 | -24/+46 | |
| | ||||||
* | better packer docstring | INADA Naoki | 2013-02-26 | 5 | -19/+66 | |
| | ||||||
* | fallback: refactor | INADA Naoki | 2013-02-25 | 1 | -32/+30 | |
| | ||||||
* | Update docs. | INADA Naoki | 2013-02-25 | 3 | -5/+4 | |
| | ||||||
* | Update README | INADA Naoki | 2013-02-24 | 1 | -37/+40 | |
| | ||||||
* | Add apidoc | INADA Naoki | 2013-02-24 | 4 | -0/+490 | |
| | ||||||
* | Merge pull request #51 from msgpack/revert-skip-reserved | INADA Naoki | 2013-02-23 | 3 | -235/+179 | |
|\ | | | | | Revert skipping reserved bytes. | |||||
| * | Revert skipping reserved byte. | INADA Naoki | 2013-02-23 | 2 | -51/+45 | |
| | | ||||||
| * | Revert "Skip reserved byte" | INADA Naoki | 2013-02-23 | 2 | -173/+137 | |
| | | | | | | | | This reverts commit ff3342aeedb9d21897b0b7275dd68d781f149995. | |||||
| * | Revert "Fix test for Python 3." | INADA Naoki | 2013-02-23 | 1 | -15/+1 | |
|/ | | | | This reverts commit 43dd224d52eb4711c68101b40b910d252dacc290. | |||||
* | Fix exception incompatibility. | INADA Naoki | 2013-02-22 | 2 | -4/+5 | |
| | ||||||
* | Fix easy bug. | INADA Naoki | 2013-02-21 | 1 | -1/+1 | |
| |