summaryrefslogtreecommitdiff
path: root/msgpack/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Release v1.0.5 (#534)Inada Naoki2023-03-091-2/+2
|
* Release v1.0.5rc1 (#528)v1.0.5rc1Inada Naoki2023-01-181-2/+2
|
* Release v1.0.4 (#509)v1.0.4Inada Naoki2022-06-031-2/+2
|
* 1.0.4rc1Inada Naoki2022-05-251-2/+2
|
* Update setuptools and black (#498)Inada Naoki2022-03-031-1/+4
| | | | * Use setuptools * Use black==22.1.0
* blackenInada Naoki2019-12-051-1/+1
|
* Add Timestamp support (#382)Inada Naoki2019-12-051-13/+1
|
* Drop Python 2 support from _cmsgpack (#376)Inada Naoki2019-11-281-2/+3
|
* use relative imports (#357)Felix Schwarz2019-05-121-5/+5
| | | | | Some applications use msgpack to store persistent data and require a specific msgpack version (e.g. borgbackup). Bundling helps in case there is an (incompatible) version of msgpack in a system-wide install.
* Refactor Cython code (#328)INADA Naoki2018-11-141-1/+1
| | | _msgpack -> _cmsgpack
* Merge extension moduleINADA Naoki2018-11-081-2/+1
| | | | | | | There were `_packer.so` and `_unpacker.so`. But single module is simpler than double module. Merge extension module into single `_msgpack.so`.
* Deprecate implementation module's unpack() (#290)INADA Naoki2018-02-231-3/+15
|
* Revert "Move unpack() from each implementation to __init__. (#286)"INADA Naoki2018-02-231-14/+3
| | | | This reverts commit da902f9c1d996fb461f1efef6487ef40d32d365a.
* Move unpack() from each implementation to __init__. (#286)INADA Naoki2018-02-221-3/+14
| | | Fixes #285
* Document update.INADA Naoki2013-10-211-0/+1
|
* fix bugs.INADA Naoki2013-10-211-16/+4
|
* fallback: support packing ExtTypeINADA Naoki2013-10-211-2/+24
|
* Packing ExtType and some cleanupINADA Naoki2013-10-201-1/+1
|
* Add ext type support to fallback.Unpacker.INADA Naoki2013-10-171-0/+4
|
* Add bin type support for fallback Unpacker.INADA Naoki2013-10-171-1/+1
|
* refactoring.INADA Naoki2013-10-171-2/+20
|
* Use MSGPACK_PUREPYTHON envvar to test fallback moduleINADA Naoki2013-01-291-4/+8
|
* Add pure Python fallback moduleBas Westerbaan2013-01-281-2/+6
| | | | Signed-off-by: Bas Westerbaan <bas@westerbaan.name>
* Split _msgpack.pyxINADA Naoki2012-12-111-1/+2
|
* rename _msgpack.pyx => _packer.pyxINADA Naoki2012-12-111-1/+2
|
* Change the way to manage version number.INADA Naoki2012-08-191-1/+1
|
* remove deprecated api.INADA Naoki2012-06-271-9/+0
|
* 0.1.12: re-enable packs()/unpacks() aliases.0.1.12INADA Naoki2011-12-271-0/+9
|
* Add msgpack.version as version tuple.INADA Naoki2010-09-021-0/+1
|
* Merge branch 'master' of github.com:msgpack/msgpackINADA Naoki2010-09-021-0/+7
|\
| * Python: add "load(s)/dump(s)" alias for compatibility to ↵INADA Naoki2010-06-151-0/+7
| | | | | | | | simplejson/marshal/pickle.
* | python: Support Python3.INADA Naoki2010-09-021-1/+1
|/
* Make msgpack package instead of module.Naoki INADA2009-06-101-0/+3