0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add commented py37 tox environment to travis config More... over 7 years ago
add py37 environment to tox config More... over 7 years ago
use tuple in isinstance() to simplify a few instance checks More... over 7 years ago
reduce calls to len() and favor < to <= in comparisons More... over 7 years ago
make Ext a new-style object for cleaner python2 inheritance More... over 7 years ago
update version and changelog to v2.5.0 More... almost 8 years ago
add .pytest_cache/ to gitignore More... almost 8 years ago
fix tests for big-endian platforms More... over 8 years ago
allow user override of reserved msgpack ext types More... almost 9 years ago
add support for msgpack timestamp format More... almost 9 years ago
add tox .cache/ to gitgnore More... almost 9 years ago
update version and changelog to v2.4.1 More... almost 9 years ago
update version and changelog to v2.4.0 More... almost 9 years ago
add note about tox to README.md More... almost 9 years ago
change travis configuration to use tox to run tests More... almost 9 years ago
add tox config file and .tox/ to gitignore More... almost 9 years ago
add packing option to force float precision More... about 9 years ago
implement hash special method in Ext class More... about 9 years ago
make codebase pep8 compliant More... over 9 years ago
improve wording in readme and msgpack.org.md More... over 9 years ago
change encoded wording to serialized in InsufficientDataException docstring More... over 9 years ago
update version and changelog to v2.3.0 More... over 9 years ago
add username to license copyright More... over 9 years ago
fix version 2.2 release date in changelog More... over 9 years ago
add hex prefix to data bytes in string representation of Ext More... over 9 years ago
improve formatting in readme and msgpack.org.md More... over 9 years ago
add ext handlers usage to readme and msgpack.org.md More... over 9 years ago
add ext handlers tests to unit tests More... over 9 years ago
add support for ext handlers to pack More... over 9 years ago
add support for ext handlers to unpack More... over 9 years ago