summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | 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
* Default value of read_size is min(1024**2, max_buffer_size)INADA Naoki2012-07-201-3/+5
* raise ValueError when read_size > max_buffer_size.INADA Naoki2012-07-201-4/+5
* Add test for max_buffer_size.INADA Naoki2012-07-201-3/+17
* Add max_buffer_size to Unpacker.INADA Naoki2012-07-132-14/+73
* Start 0.2.1INADA Naoki2012-07-131-1/+1
* Fix using deprecated api in tests.INADA Naoki2012-07-045-29/+29
* Fix rst syntax.0.2.0INADA Naoki2012-06-271-1/+1
* release 0.2.0INADA Naoki2012-06-271-1/+1
* Use setuptools to build egg package.INADA Naoki2012-06-271-1/+1