summaryrefslogtreecommitdiff
path: root/test/test_pack.py
Commit message (Expand)AuthorAgeFilesLines
* fix typos and other cosmetic issues (#214)release-0.4TW2017-01-111-1/+1
* Remove six completely.INADA Naoki2014-02-151-16/+14
* six.BytesIO => io.BytesIOINADA Naoki2014-02-151-3/+3
* Remove too strict type check from test.INADA Naoki2014-02-141-1/+0
* more testsYAMAMOTO Takashi2013-06-031-2/+3
* Fix minor bugs and tuning unpacking dict.INADA Naoki2013-02-031-1/+1
* Use py.test instead of nosetests.INADA Naoki2012-12-291-27/+20
* Add `autoreset` option to Packer.INADA Naoki2012-12-101-0/+15
* Add `Packer.pack_pairs`.INADA Naoki2012-12-101-2/+9
* Fix some test failure.INADA Naoki2012-10-011-3/+3
* Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-0/+29
|\
| * Packer.pack_array/map_header to correspond to read functionsJoel Nothman2012-09-251-0/+29
* | Fix warnings.INADA Naoki2012-09-241-1/+1
* | Support object_pairs_hookINADA Naoki2012-09-241-4/+3
|\ \
| * | Implement object_pairs_hookJoel Nothman2012-09-231-4/+3
| |/
* | Fix warnings in tests.INADA Naoki2012-09-241-8/+7
* | Warn when use_list is not specified.INADA Naoki2012-09-241-6/+6
|/
* Support packing subclass of dict.INADA Naoki2012-09-231-0/+26
* packb supports use_single_float option.INADA Naoki2012-09-211-0/+5
* Fix using deprecated api in tests.INADA Naoki2012-07-041-10/+10
* Fix tests to pass.INADA Naoki2012-06-191-6/+10
* unify tests for py2 and py3INADA Naoki2012-06-191-18/+16
* 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-011-14/+19
* Implemented encoding for stringstailhook2011-04-151-4/+53
* Fix tests.Naoki INADA2009-12-171-1/+1
* Add some test cases.Naoki INADA2009-06-291-0/+28