summaryrefslogtreecommitdiff
path: root/msgpack/_msgpack.pyx
Commit message (Expand)AuthorAgeFilesLines
* Merge extension moduleINADA Naoki2018-11-081-0/+4
* rename _msgpack.pyx => _packer.pyxINADA Naoki2012-12-111-629/+0
* Add `autoreset` option to Packer.INADA Naoki2012-12-101-12/+36
* Add `Packer.pack_pairs`.INADA Naoki2012-12-101-4/+35
* Remove unused UnpackException.INADA Naoki2012-12-101-1/+0
* Improve docstring.INADA Naoki2012-12-101-8/+4
* `pack` raise MemoryError when realloc is failed.INADA Naoki2012-12-101-1/+3
* Improve docstrings.INADA Naoki2012-12-101-4/+23
* Split exceptions.INADA Naoki2012-12-101-8/+16
* Add NOTE for changing default value of use_list.INADA Naoki2012-12-071-1/+1
* Add Unpacker.read_bytes().INADA Naoki2012-12-061-0/+10
|\
| * Merge commit 'd5f9995' into read_bytesJoel Nothman2012-10-041-80/+125
| |\
| * | Cleaner read_bytes and a test caseJoel Nothman2012-09-231-7/+5
| * | Expose packed stream with Unpacker.read_bytes()jnothman2012-09-211-0/+12
* | | Merge pull request #23 from jnothman/write_bytesINADA Naoki2012-12-061-12/+25
|\ \ \
| * | | Allow packed data to be captured while executing skip(), etc.Joel Nothman2012-10-041-12/+25
| | |/ | |/|
* | | Fix segmentation fault.INADA Naoki2012-11-071-1/+1
* | | Fix unpack error on Python 3.2.INADA Naoki2012-11-071-23/+35
|/ /
* | Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-12/+32
|\ \
| * | Packer.pack_array/map_header to correspond to read functionsJoel Nothman2012-09-251-0/+11
| * | read_array/map_header functionalityJoel Nothman2012-09-251-0/+10
| * | Use C++ function templating for skip()/construct()Joel Nothman2012-09-251-12/+11
* | | Merge branch '0.2-maint'INADA Naoki2012-09-241-57/+51
|\ \ \
| * \ \ Support object_pairs_hookINADA Naoki2012-09-241-67/+71
| |\ \ \
| | * | | Implement object_pairs_hookJoel Nothman2012-09-231-8/+26
| | * | | Factor context initialisation from unpackb and UnpackerJoel Nothman2012-09-231-54/+28
| | |/ /
| * | | Warn when use_list is not specified.INADA Naoki2012-09-241-8/+22
* | | | use_list=1 is defaultINADA Naoki2012-09-241-15/+4
* | | | Warn when use_list is not specified.INADA Naoki2012-09-241-8/+22
| |/ / |/| |
* | | 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-231-1/+1
* | | clean some cython code.INADA Naoki2012-09-231-13/+15
* | | Merge branch 'skip' of git://github.com/jnothman/msgpack-python into skipINADA Naoki2012-09-231-8/+17
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/master' into skipJoel Nothman2012-09-221-21/+19
| |\ \ | | |/
| * | A first implementation of Unpacker.skip()Joel Nothman2012-09-221-8/+17
* | | 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
| |/ |/|
* | 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
|/
* 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
* manage to compile on windowsINADA Naoki2012-06-261-2/+2
* Make sure objects inherited from Dict are properly casted (or else Cython wil...Steeve Morin2012-06-161-1/+1