Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'pr/82' | INADA Naoki | 2014-02-17 | 2 | -1/+11 | |
|\ | ||||||
| * | fix | INADA Naoki | 2014-02-17 | 1 | -5/+3 | |
| | | ||||||
| * | fix | INADA Naoki | 2014-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | fixed support of python3 | Sergey Zhuravlev | 2014-02-12 | 2 | -2/+5 | |
| | | ||||||
| * | Added support of bytearrays to msgpack/fallback.py | Sergey Zhuravlev | 2013-12-15 | 2 | -0/+9 | |
| | | ||||||
* | | Merge pull request #91 from msgpack/reduce-six | INADA Naoki | 2014-02-17 | 5 | -33/+29 | |
|\ \ | | | | | | | Reduce six usage | |||||
| * | | Remove six completely. | INADA Naoki | 2014-02-15 | 2 | -17/+14 | |
| | | | ||||||
| * | | Remove six.b() | INADA Naoki | 2014-02-15 | 1 | -5/+4 | |
| | | | ||||||
| * | | six.BytesIO => io.BytesIO | INADA Naoki | 2014-02-15 | 3 | -11/+11 | |
|/ / | ||||||
* | | Merge pull request #89 from msgpack/better-travis | INADA Naoki | 2014-02-15 | 3 | -10/+3 | |
|\ \ | | | | | | | travis: Simplify .travis.yml and add PyPy env. | |||||
| * | | Remove too strict type check from test. | INADA Naoki | 2014-02-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | travis: Simplify .travis.yml and add PyPy env. | INADA Naoki | 2014-02-14 | 2 | -9/+3 | |
|/ / | ||||||
* | | Merge pull request #88 from msgpack/fix-67 | INADA Naoki | 2014-02-13 | 3 | -20/+53 | |
|\ \ | | | | | | | Fix Unpacker doesn't increment refcnt. | |||||
| * | | Unpacker: maintain refcnt (fix #67). | INADA Naoki | 2014-02-13 | 1 | -1/+6 | |
| | | | ||||||
| * | | Fix test | INADA Naoki | 2014-02-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add refcount check. | INADA Naoki | 2014-02-13 | 2 | -20/+29 | |
| | | | ||||||
| * | | Rename | INADA Naoki | 2014-02-13 | 1 | -0/+19 | |
|/ / | ||||||
* | | Merge pull request #87 from msgpack/fix-83 | INADA Naoki | 2014-02-13 | 2 | -0/+29 | |
|\ \ | | | | | | | Feed data from file before _unpack() | |||||
| * | | Feed data from file before _unpack() | INADA Naoki | 2014-02-13 | 2 | -0/+29 | |
|/ / | ||||||
* | | Fix warning on 64bit environment. | INADA Naoki | 2014-02-13 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #84 from wbolster/exception-type-cleanups | INADA Naoki | 2014-02-13 | 3 | -10/+10 | |
|\ \ | | | | | | | Always raise TypeError for wrong argument types | |||||
| * | | Always raise TypeError for wrong argument types | Wouter Bolsterlee | 2014-02-11 | 3 | -10/+10 | |
| |/ | | | | | | | | | | | | | The code that checks whether hooks are callable() (and some other type checks) should always raise TypeError on failure. Before this change, both ValueError and TypeError were used in an inconsistent way (C extension and Python implementation were not the same). | |||||
* | | Merge pull request #85 from wbolster/fix-cython-warnings | INADA Naoki | 2014-02-13 | 1 | -1/+2 | |
|\ \ | |/ |/| | Cosmetic changes to fix Cython warnings | |||||
| * | Cosmetic changes to fix Cython warnings | Wouter Bolsterlee | 2014-02-11 | 1 | -1/+2 | |
|/ | | | | | | | | Put declarations on separate line to avoid warnings like this: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |||||
* | Update ChangeLog | INADA Naoki | 2013-10-21 | 1 | -1/+15 | |
| | ||||||
* | Document update. | INADA Naoki | 2013-10-21 | 4 | -1/+7 | |
| | ||||||
* | 0.4.00.4.0 | INADA Naoki | 2013-10-21 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #79 from msgpack/newspec | INADA Naoki | 2013-10-20 | 14 | -207/+530 | |
|\ | | | | | [WIP] Newspec stage 2. | |||||
| * | 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 | 3 | -5/+25 | |
| | | ||||||
| * | Update README. | INADA Naoki | 2013-10-21 | 1 | -3/+35 | |
| | | ||||||
| * | Add ext_type example to README. | INADA Naoki | 2013-10-20 | 1 | -4/+21 | |
| | | ||||||
| * | cleanup | INADA Naoki | 2013-10-20 | 3 | -4/+2 | |
| | | ||||||
| * | Support unpacking new types. | INADA Naoki | 2013-10-20 | 4 | -11/+17 | |
| | | ||||||
| * | Packing ExtType and some cleanup | INADA Naoki | 2013-10-20 | 7 | -170/+132 | |
| | | ||||||
| * | fallback: Support pack_ext_type. | INADA Naoki | 2013-10-20 | 4 | -23/+53 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec | INADA Naoki | 2013-10-20 | 11 | -41/+261 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: msgpack/fallback.py msgpack/unpack.h msgpack/unpack_define.h msgpack/unpack_template.h | |||||
| | * | add a note in the README | Antonio Cuni | 2013-10-19 | 1 | -0/+8 | |
| | | | ||||||
| | * | 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 | 6 | -15/+62 | |
| | | | ||||||
| | * | add a test for unpacking extended types | Antonio Cuni | 2013-10-19 | 1 | -0/+22 | |
| | | | ||||||
| | * | implement unpack_one also for the cython version, and add a test for it | Antonio Cuni | 2013-10-19 | 2 | -1/+32 | |
| | | | ||||||
| | * | 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 | 4 | -1/+69 | |
| | | | ||||||
| | * | 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 | 2 | -8/+38 | |
| | | | ||||||
| | * | slightly change to API | Antonio Cuni | 2013-10-18 | 2 | -19/+14 | |
| | | | ||||||
| | * | kill some duplicate code from unpack/unpackb and move the logic to ↵ | Antonio Cuni | 2013-10-18 | 2 | -51/+52 | |
| | | | | | | | | | | | | Unpacker.unpack_one. By doing this we no longer need to make the module-level pack/unpack parametric on the class, because they contain no logic at all | |||||
| | * | add support for extended types: you can now pack/unpack custom python ↵ | Antonio Cuni | 2013-10-15 | 2 | -47/+108 | |
| | | | | | | | | | | | | objects by subclassing Packer and Unpacker |