summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build error on first time.INADA Naoki2012-11-061-2/+1
* Add travis status.INADA Naoki2012-11-061-0/+3
* Add six to .travis.ymlINADA Naoki2012-11-061-1/+1
* Add travis config.INADA Naoki2012-11-061-0/+10
* Merge pull request #31 from seliopou/masterINADA Naoki2012-11-011-2/+3
|\
| * Put Unpacker read loop back into buffer read loopSpiros Eliopoulos2012-11-011-4/+4
| * Fix Unpacker example in READMESpiros Eliopoulos2012-11-011-6/+7
| * Fix typo in READMESpiros Eliopoulos2012-11-011-1/+1
|/
* Merge pull request #30 from drednout/docs_datetimeINADA Naoki2012-10-121-0/+31
|\
| * README formatting has been improvedAlexei Romanoff2012-10-121-0/+1
| * Added example of using default/object_hook into READMEAlexei Romanoff2012-10-121-0/+30
* | Merge pull request #29 from drednout/masterINADA Naoki2012-10-123-2/+28
|\ \ | |/
| * segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-123-1/+11
| * Added unit-test for issue https://github.com/msgpack/msgpack-python/issues/28Alexei Romanoff2012-10-121-0/+13
| * A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issue...Alexei Romanoff2012-10-122-1/+4
|/
* Fix some test failure.INADA Naoki2012-10-012-8/+8
* Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-016-29/+206
|\
| * Packer.pack_array/map_header to correspond to read functionsJoel Nothman2012-09-252-0/+40
| * read_array/map_header functionalityJoel Nothman2012-09-253-0/+139
| * Use C++ function templating for skip()/construct()Joel Nothman2012-09-254-22/+27
* | Merge branch '0.2-maint'INADA Naoki2012-09-246-71/+87
|\ \
| * | Fix warnings.INADA Naoki2012-09-242-2/+2
| * | Support object_pairs_hookINADA Naoki2012-09-247-90/+143
| |\ \
| | * | Implement object_pairs_hookJoel Nothman2012-09-235-22/+61
| | * | Factor context initialisation from unpackb and UnpackerJoel Nothman2012-09-231-54/+28
| | |/
| * | Write about warning in changelog.INADA Naoki2012-09-241-0/+1
* | | Start 0.3.0dev1INADA Naoki2012-09-241-1/+1
|\ \ \ | |/ /
| * | Start 0.2.3devINADA Naoki2012-09-241-1/+1
* | | use_list=1 is defaultINADA Naoki2012-09-241-15/+4
* | | Merge branch '0.2-maint'INADA Naoki2012-09-240-0/+0
|\ \ \ | |/ /
| * | Fix warnings in tests.INADA Naoki2012-09-243-15/+14
| * | Warn when use_list is not specified.INADA Naoki2012-09-247-23/+36
* | | Fix warnings in tests.INADA Naoki2012-09-243-15/+14
* | | Warn when use_list is not specified.INADA Naoki2012-09-247-23/+37
| |/ |/|
* | Merge branch '0.2-maint'INADA Naoki2012-09-231-3/+7
|\ \ | |/
| * Add docstring about raising ValueError when there are extra bytes.INADA Naoki2012-09-231-3/+7
* | Add test for `.skip()`INADA Naoki2012-09-232-1/+15
* | Add `.skip()` method to `Unpacker`. (Merge branch 'skip')INADA Naoki2012-09-233-18/+42
|\ \ | |/ |/|
| * Add changelogINADA Naoki2012-09-231-0/+9
| * clean some cython code.INADA Naoki2012-09-232-14/+16
| * Merge branch 'skip' of git://github.com/jnothman/msgpack-python into skipINADA Naoki2012-09-232-18/+31
| |\ |/ /
| * Merge remote-tracking branch 'origin/master' into skipJoel Nothman2012-09-225-25/+33
| |\
| * | A first implementation of Unpacker.skip()Joel Nothman2012-09-222-18/+31
* | | Add py33 to tox.INADA Naoki2012-09-231-1/+2
* | | Add Roadmap.INADA Naoki2012-09-231-0/+7
* | | pack and packb raises ValueError when extra data passed.INADA Naoki2012-09-231-2/+5
* | | Support packing subclass of dict.INADA Naoki2012-09-233-3/+50
| |/ |/|
* | 0.2.2 (again)0.2.2INADA Naoki2012-09-212-3/+1
* | 0.2.2INADA Naoki2012-09-211-1/+1
* | packb supports use_single_float option.INADA Naoki2012-09-213-3/+16