summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | revert unwanted changes.INADA Naoki2012-12-222-2/+2
| |
* | Merge branch '0.2-maint' (fix #39)INADA Naoki2012-12-223-2/+21
|\ \ | |/
| * Add test reproducing SEGVINADA Naoki2012-12-221-0/+19
| |
| * Fix tests.INADA Naoki2012-12-112-2/+2
| |
* | Add `autoreset` option to Packer.INADA Naoki2012-12-101-0/+15
| |
* | Add `Packer.pack_pairs`.INADA Naoki2012-12-101-2/+9
| |
* | Split exceptions.INADA Naoki2012-12-102-5/+6
| |
* | Add Unpacker.read_bytes().INADA Naoki2012-12-061-0/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | It reads from inner buffer without unpacking. Merge remote-tracking branch 'jnothman/patch-2' Conflicts: msgpack/_msgpack.pyx
| * \ Merge commit 'd5f9995' into read_bytesJoel Nothman2012-10-048-26/+169
| |\ \ | | | | | | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx
| * | | Cleaner read_bytes and a test caseJoel Nothman2012-09-231-0/+16
| | | | | | | | | | | | | | | | No longer reads via buffer for unbuffered bytes
* | | | Fix test failuar.INADA Naoki2012-12-061-4/+6
| | | |
* | | | Merge pull request #23 from jnothman/write_bytesINADA Naoki2012-12-061-0/+32
|\ \ \ \ | | | | | | | | | | Allow packed data to be captured while executing skip(), etc.
| * | | | Allow packed data to be captured while executing skip(), etc.Joel Nothman2012-10-041-0/+32
| | |/ / | |/| |
* | | | segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-0/+8
| | | | | | | | | | | | | | | | | | | | this bug is a twin to #28. Unit-test is also attached.
* | | | Added unit-test for issue https://github.com/msgpack/msgpack-python/issues/28Alexei Romanoff2012-10-121-0/+13
|/ / /
* | | Fix some test failure.INADA Naoki2012-10-012-8/+8
| | |
* | | Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-012-0/+95
|\ \ \ | |_|/ |/| | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py
| * | Packer.pack_array/map_header to correspond to read functionsJoel Nothman2012-09-251-0/+29
| | |
| * | read_array/map_header functionalityJoel Nothman2012-09-251-0/+66
| | |
* | | Fix warnings.INADA Naoki2012-09-242-2/+2
| | |
* | | Support object_pairs_hookINADA Naoki2012-09-243-4/+28
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint Conflicts: msgpack/_msgpack.pyx test/test_pack.py test/test_sequnpack.py
| * | | Implement object_pairs_hookJoel Nothman2012-09-232-4/+13
| |/ /
| * | Add test for `.skip()`INADA Naoki2012-09-231-0/+14
| | |
* | | Fix warnings in tests.INADA Naoki2012-09-243-15/+14
| | |
* | | Warn when use_list is not specified.INADA Naoki2012-09-245-14/+13
|/ / | | | | | | | | Conflicts: test/test_sequnpack.py
* | Support packing subclass of dict.INADA Naoki2012-09-231-0/+26
|/
* packb supports use_single_float option.INADA Naoki2012-09-211-0/+5
|
* Add test for max_buffer_size.INADA Naoki2012-07-201-3/+17
|
* Fix using deprecated api in tests.INADA Naoki2012-07-045-29/+29
|
* Fix tests to pass.INADA Naoki2012-06-193-24/+25
|
* unify tests for py2 and py3INADA Naoki2012-06-196-87/+84
|
* Add test for subtype.INADA Naoki2012-06-191-0/+27
|
* Fix error in tests.INADA Naoki2011-08-221-1/+1
|
* Fixed `encoding` argument for unpacker in Pythontailhook2011-08-221-0/+6
|
* (python) make test pass with Python 2.5inada-n2011-06-012-24/+29
|
* Implemented encoding for stringstailhook2011-04-151-4/+53
| | | | | | | | | * Packer by default uses `utf-8` encoding by default * Unpacker uses `None` by default, so no decoding is done * Both pack and unpack has `encoding` and `unicode_errors` arguments, if `encoding` is `None` no encoding/decoding is done, otherwise it is python codec. `unicode_errors` is supplied as `errors` parameter to codec
* python: Fix segmentation fault when `default` returns it's argument.INADA Naoki2011-01-291-1/+1
|
* python: Add test for issue29.INADA Naoki2011-01-091-0/+49
|
* python: Don't use ``from __future__ import unicode_literals``.INADA Naoki2011-01-091-3/+1
| | | | Python 2.5 or older doesn't support it.
* python: Support old buffer protocol when unpack. (experimental)INADA Naoki2010-11-032-11/+11
|
* python: Add test for unpacking buffer object.INADA Naoki2010-11-021-0/+16
|
* Add list_hook option to unpacker.INADA Naoki2010-10-261-0/+9
|
* Add check for recursion limit and default hook result.INADA Naoki2010-10-261-1/+7
|
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-261-0/+31
| | | | (see simplejson for how to use).
* Add unicode testcase for Python2.INADA Naoki2010-10-071-0/+3
|
* should raise TypeError on find unsupported valueKeiji Muraishi2010-03-311-0/+14
|
* Fix tests.Naoki INADA2009-12-173-15/+17
|
* Fix tests.Naoki INADA2009-06-291-2/+2
|
* Fix error on packing unsigned long long.Naoki INADA2009-06-291-1/+1
|
* Add some test cases.Naoki INADA2009-06-292-0/+129
|