summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix unpacker doesn't raise exception for invalid input.0.2INADA Naoki2012-12-292-1/+9
* 0.2.40.2.4INADA Naoki2012-12-222-1/+2
* Update changelogINADA Naoki2012-12-221-1/+9
* Fixes segfault when Exception raised from hook (fixed #39)INADA Naoki2012-12-221-3/+3
|\
| * Check return value of _end functions.INADA Naoki2012-12-221-3/+3
|/
* Add NULL check.INADA Naoki2012-12-221-0/+3
* Add test reproducing SEGVINADA Naoki2012-12-221-0/+19
* Don't use c++ on travis.0.2.3INADA Naoki2012-12-111-1/+1
* Add .travis.ymlINADA Naoki2012-12-111-0/+14
* prepare 0.2.3INADA Naoki2012-12-112-3/+3
* Update changelog for 0.2.3INADA Naoki2012-12-111-9/+1
* Fix tests.INADA Naoki2012-12-114-29/+39
* 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
| * Merge branch '0.2-maint'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
* | | | | Write about warning in changelog.INADA Naoki2012-09-241-0/+1
* | | | | Start 0.2.3devINADA Naoki2012-09-241-1/+1
* | | | | Fix warnings in tests.INADA Naoki2012-09-243-15/+14
* | | | | Warn when use_list is not specified.INADA Naoki2012-09-247-23/+36
| |_|_|/ |/| | |
* | | | Add docstring about raising ValueError when there are extra bytes.INADA Naoki2012-09-231-3/+7
|/ / /
* | | 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
* | Rename use_float to use_single_float.INADA Naoki2012-09-211-2/+2
* | Merge branch 'master' of github.com:msgpack/msgpack-pythonINADA Naoki2012-09-211-4/+12
|\ \ | |/
| * Merge pull request #11 from TobiasSimon/float_extINADA Naoki2012-08-281-4/+12
| |\
| | * added float serialization supportTobiasSimon2012-08-201-4/+12
* | | Fix reading more than read_size.INADA Naoki2012-09-211-17/+14
|/ /
* | Update changelogINADA Naoki2012-08-241-0/+10
* | Stop disable/enable gc.INADA Naoki2012-08-241-11/+1
* | Fix build from pyx doesn't work.INADA Naoki2012-08-211-2/+2
|/
* 0.2.10.2.1INADA Naoki2012-08-202-2/+5
* Change the way to manage version number.INADA Naoki2012-08-193-8/+3
* Fix build_ext doesn't work on Python 3.INADA Naoki2012-08-191-1/+1
* Use C++ compiler on win32.INADA Naoki2012-08-191-21/+48
* Fix on SPARC Solaris.INADA Naoki2012-08-191-5/+12
* Fix setup.py sdist doesn't generates c++ source.INADA Naoki2012-07-251-2/+3