summaryrefslogtreecommitdiff
path: root/msgpack
Commit message (Expand)AuthorAgeFilesLines
* 0.2.40.2.4INADA Naoki2012-12-221-1/+1
* Check return value of _end functions.INADA Naoki2012-12-221-3/+3
* Add NULL check.INADA Naoki2012-12-221-0/+3
* prepare 0.2.3INADA Naoki2012-12-111-1/+1
* Fix tests.INADA Naoki2012-12-111-26/+36
* Support object_pairs_hookINADA Naoki2012-09-243-86/+106
|\
| * Implement object_pairs_hookJoel Nothman2012-09-233-18/+48
| * 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-231-1/+1
| * | 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-222-22/+20
| | |\ \
| | * | | A first implementation of Unpacker.skip()Joel Nothman2012-09-222-18/+31
* | | | | Start 0.2.3devINADA Naoki2012-09-241-1/+1
* | | | | Warn when use_list is not specified.INADA Naoki2012-09-241-8/+22
| |_|_|/ |/| | |
* | | | Add docstring about raising ValueError when there are extra bytes.INADA Naoki2012-09-231-3/+7
|/ / /
* | | pack and packb raises ValueError when extra data passed.INADA Naoki2012-09-231-2/+5
* | | Support packing subclass of dict.INADA Naoki2012-09-231-3/+13
| |/ |/|
* | 0.2.2 (again)0.2.2INADA Naoki2012-09-211-1/+1
* | packb supports use_single_float option.INADA Naoki2012-09-211-2/+3
* | 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
|/ /
* | Stop disable/enable gc.INADA Naoki2012-08-241-11/+1
|/
* 0.2.10.2.1INADA Naoki2012-08-201-1/+1
* Change the way to manage version number.INADA Naoki2012-08-192-1/+2
* 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 max_buffer_size to Unpacker.INADA Naoki2012-07-131-14/+57
* remove deprecated api.INADA Naoki2012-06-271-9/+0
* manage to compile on windowsINADA Naoki2012-06-262-3/+3
* Fix new version of msgpack.INADA Naoki2012-06-262-6/+13
* Update msgpack version.INADA Naoki2012-06-265-154/+369
* Make sure objects inherited from Dict are properly casted (or else Cython wil...Steeve Morin2012-06-161-1/+1
* Merge branch 'master' of github.com:msgpack/msgpack-pythonINADA Naoki2012-03-081-2/+6
|\
| * Better prototypes.Steeve Morin2012-02-281-2/+2
| * Fix massive memory leak with object_hook and list_hook when unpacking.Steeve Morin2012-02-281-2/+6
* | small optimization.INADA Naoki2012-03-081-2/+2
|/
* Be greedier when checking for tuples or lists.Steeve Morin2012-02-161-1/+1
* Correcting 'utf-8' to 'unicode'.David Wolever2012-02-101-1/+2
* 0.1.12: re-enable packs()/unpacks() aliases.0.1.12INADA Naoki2011-12-271-0/+9
* Fix compile error on MSVC. (davidgaleano)INADA Naoki2011-12-253-4/+9
* Remove unnecessary semicolon.INADA Naoki2011-09-021-2/+2
* Use cython's embedsignature directive and enhance some docstrings.INADA Naoki2011-08-261-21/+28
* Add signature to docstring.INADA Naoki2011-08-221-4/+18
* Remove extra alias.INADA Naoki2011-08-221-2/+0
* Fixed `encoding` argument for unpacker in Pythontailhook2011-08-221-1/+21