summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Warn about StopIteration in READMEjnothman2012-12-071-0/+3
|/ /
* | Add note about use_list.INADA Naoki2012-12-061-0/+24
* | Merge branch 'master' of github.com:msgpack/msgpack-pythonINADA Naoki2012-12-061-12/+47
|\ \
| * \ Merge pull request #33 from jnothman/readme-updatesINADA Naoki2012-12-061-12/+47
| |\ \
| | * | Mention CPython and MessagePack in READMEJoel Nothman2012-12-061-0/+7
| | * | Brief mention of Unpacker.feed in READMEJoel Nothman2012-12-061-1/+1
| | * | Minor grammar fixesJoel Nothman2012-12-061-3/+4
| | * | README documentation of advanced Unpacker featuresJoel Nothman2012-12-061-0/+30
| | * | Describe object_pairs_hook in READMEJoel Nothman2012-12-061-0/+3
| | * | Change Unpacker example to read from streamJoel Nothman2012-12-061-9/+3
* | | | Add Unpacker.read_bytes().INADA Naoki2012-12-062-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit 'd5f9995' into read_bytesJoel Nothman2012-10-0416-142/+437
| |\ \ \
| * | | | Cleaner read_bytes and a test caseJoel Nothman2012-09-232-7/+21
| * | | | Expose packed stream with Unpacker.read_bytes()jnothman2012-09-211-0/+12
* | | | | Add changelogINADA Naoki2012-12-061-1/+2
| |_|/ / |/| | |
* | | | Fix test failuar.INADA Naoki2012-12-061-4/+6
* | | | Merge pull request #23 from jnothman/write_bytesINADA Naoki2012-12-062-12/+57
|\ \ \ \
| * | | | Allow packed data to be captured while executing skip(), etc.Joel Nothman2012-10-042-12/+57
| | |/ / | |/| |
* | | | (travis) Travis doesn't support Python 3.3 yet.INADA Naoki2012-11-071-1/+0
* | | | Use system cython.INADA Naoki2012-11-071-2/+5
* | | | (travis) Python 2.5 can't pass tests.INADA Naoki2012-11-071-1/+0
* | | | Fix segmentation fault.INADA Naoki2012-11-071-1/+1
* | | | (travis) Fix test scriptINADA Naoki2012-11-071-1/+1
* | | | Merge branch 'master' of github.com:msgpack/msgpack-pythonINADA Naoki2012-11-071-1/+4
|\ \ \ \
| * | | | (travis) Install itself.INADA Naoki2012-11-061-1/+4
* | | | | Fix unpack error on Python 3.2.INADA Naoki2012-11-071-23/+35
|/ / / /
* | | | (travis) Install msgpack-python itself.INADA Naoki2012-11-061-1/+1
* | | | 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
| |\ \ \