Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos and other cosmetic issues (#214)release-0.4 | TW | 2017-01-11 | 1 | -1/+1 |
* | Remove six completely. | INADA Naoki | 2014-02-15 | 1 | -16/+14 |
* | six.BytesIO => io.BytesIO | INADA Naoki | 2014-02-15 | 1 | -3/+3 |
* | Remove too strict type check from test. | INADA Naoki | 2014-02-14 | 1 | -1/+0 |
* | more tests | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+3 |
* | Fix minor bugs and tuning unpacking dict. | INADA Naoki | 2013-02-03 | 1 | -1/+1 |
* | Use py.test instead of nosetests. | INADA Naoki | 2012-12-29 | 1 | -27/+20 |
* | Add `autoreset` option to Packer. | INADA Naoki | 2012-12-10 | 1 | -0/+15 |
* | Add `Packer.pack_pairs`. | INADA Naoki | 2012-12-10 | 1 | -2/+9 |
* | Fix some test failure. | INADA Naoki | 2012-10-01 | 1 | -3/+3 |
* | Merge remote-tracking branch 'jnothman/read_size_cpp' | INADA Naoki | 2012-10-01 | 1 | -0/+29 |
|\ | |||||
| * | Packer.pack_array/map_header to correspond to read functions | Joel Nothman | 2012-09-25 | 1 | -0/+29 |
* | | Fix warnings. | INADA Naoki | 2012-09-24 | 1 | -1/+1 |
* | | Support object_pairs_hook | INADA Naoki | 2012-09-24 | 1 | -4/+3 |
|\ \ | |||||
| * | | Implement object_pairs_hook | Joel Nothman | 2012-09-23 | 1 | -4/+3 |
| |/ | |||||
* | | Fix warnings in tests. | INADA Naoki | 2012-09-24 | 1 | -8/+7 |
* | | Warn when use_list is not specified. | INADA Naoki | 2012-09-24 | 1 | -6/+6 |
|/ | |||||
* | Support packing subclass of dict. | INADA Naoki | 2012-09-23 | 1 | -0/+26 |
* | packb supports use_single_float option. | INADA Naoki | 2012-09-21 | 1 | -0/+5 |
* | Fix using deprecated api in tests. | INADA Naoki | 2012-07-04 | 1 | -10/+10 |
* | Fix tests to pass. | INADA Naoki | 2012-06-19 | 1 | -6/+10 |
* | unify tests for py2 and py3 | INADA Naoki | 2012-06-19 | 1 | -18/+16 |
* | Fix error in tests. | INADA Naoki | 2011-08-22 | 1 | -1/+1 |
* | Fixed `encoding` argument for unpacker in Python | tailhook | 2011-08-22 | 1 | -0/+6 |
* | (python) make test pass with Python 2.5 | inada-n | 2011-06-01 | 1 | -14/+19 |
* | Implemented encoding for strings | tailhook | 2011-04-15 | 1 | -4/+53 |
* | Fix tests. | Naoki INADA | 2009-12-17 | 1 | -1/+1 |
* | Add some test cases. | Naoki INADA | 2009-06-29 | 1 | -0/+28 |