Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blacken test | Inada Naoki | 2019-12-05 | 1 | -24/+31 |
| | |||||
* | Remove pytest warnings | Inada Naoki | 2019-01-25 | 1 | -2/+8 |
| | |||||
* | fix typos and other cosmetic issues (#214)release-0.4 | TW | 2017-01-11 | 1 | -1/+1 |
| | | | | | | | cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings | ||||
* | Test to demonstrate that the default function isn't always called (#133) | Pramukta Kumar | 2015-03-17 | 1 | -0/+19 |
| | |||||
* | Packing ExtType and some cleanup | INADA Naoki | 2013-10-20 | 1 | -41/+34 |
| | |||||
* | fallback: Support pack_ext_type. | INADA Naoki | 2013-10-20 | 1 | -13/+13 |
| | |||||
* | implement unpacking for all the fixtext formats | Antonio Cuni | 2013-10-19 | 1 | -0/+1 |
| | |||||
* | add a test for unpacking extended types | Antonio Cuni | 2013-10-19 | 1 | -0/+22 |
| | |||||
* | implement Packer.pack_extended_type also in the cython version of the code | Antonio Cuni | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | automatically find the best format to encode extended types | Antonio Cuni | 2013-10-18 | 1 | -2/+16 |
| | |||||
* | slightly change to API | Antonio Cuni | 2013-10-18 | 1 | -3/+4 |
| | |||||
* | kill some duplicate code from unpack/unpackb and move the logic to ↵ | Antonio Cuni | 2013-10-18 | 1 | -3/+5 |
| | | | | Unpacker.unpack_one. By doing this we no longer need to make the module-level pack/unpack parametric on the class, because they contain no logic at all | ||||
* | add support for extended types: you can now pack/unpack custom python ↵ | Antonio Cuni | 2013-10-15 | 1 | -0/+24 |
objects by subclassing Packer and Unpacker |