| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support datetime. (#394) | Inada Naoki | 2019-12-11 | 1 | -6/+17 |
| | | |||||
| * | Unpacker: Change max_buffer_size to 100MiB (#391) | Inada Naoki | 2019-12-09 | 1 | -16/+18 |
| | | |||||
| * | Make strict_map_key default to True (#392) | Inada Naoki | 2019-12-06 | 1 | -5/+3 |
| | | |||||
| * | Use new msgpack spec by default. (#386) | Inada Naoki | 2019-12-05 | 1 | -10/+6 |
| | | |||||
| * | Remove deprecated submodule unpack (#385) | Inada Naoki | 2019-12-05 | 1 | -8/+0 |
| | | |||||
| * | Drop old buffer protocol support (#383) | Inada Naoki | 2019-12-05 | 1 | -38/+22 |
| | | |||||
| * | Add Timestamp support (#382) | Inada Naoki | 2019-12-05 | 1 | -1/+4 |
| | | |||||
| * | Remove encoding option from Unpacker. (#380) | Inada Naoki | 2019-12-03 | 1 | -28/+8 |
| | | |||||
| * | use relative imports (#357) | Felix Schwarz | 2019-05-12 | 1 | -2/+2 |
| | | | | | | 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. | ||||
| * | Recommend max_buffer_len instead of max_(str|bin|ext)_len | Inada Naoki | 2019-01-25 | 1 | -3/+6 |
| | | |||||
| * | Auto limit configuration (#342) | Inada Naoki | 2019-01-24 | 1 | -15/+41 |
| | | |||||
| * | Fix docstring | Inada Naoki | 2018-12-04 | 1 | -1/+1 |
| | | |||||
| * | Add strict_map_key option to unpacker | Inada Naoki | 2018-11-29 | 1 | -5/+12 |
| | | |||||
| * | Unpacker: allow to use buffer with size greater than 2 GB (#332) | jkorvin | 2018-11-20 | 1 | -1/+1 |
| | | |||||
| * | Add StackError and FormatError (#331) | INADA Naoki | 2018-11-20 | 1 | -2/+24 |
| | | |||||
| * | Refactor Cython code (#328) | INADA Naoki | 2018-11-14 | 1 | -21/+1 |
| | | | | _msgpack -> _cmsgpack | ||||
| * | Remove deprecated write_bytes option (#322) | INADA Naoki | 2018-11-12 | 1 | -23/+12 |
| | | |||||
| * | Remove deprecated exception classes (#323) | INADA Naoki | 2018-11-12 | 1 | -23/+19 |
| | | |||||
| * | PendingDeprecationWarning -> DeprecationWarning (#321) | INADA Naoki | 2018-11-09 | 1 | -3/+3 |
| | | |||||
| * | unpacker: Make default size limit smaller (#319) | INADA Naoki | 2018-11-08 | 1 | -14/+17 |
| | | | | | | To avoid DoS attack, make default size limit smaller. Fixes #295 | ||||
| * | Deprecate implementation module's unpack() (#290) | INADA Naoki | 2018-02-23 | 1 | -6/+3 |
| | | |||||
| * | Fix #285 again | INADA Naoki | 2018-02-23 | 1 | -18/+3 |
| | | |||||
| * | Revert "Move unpack() from each implementation to __init__. (#286)" | INADA Naoki | 2018-02-23 | 1 | -0/+26 |
| | | | | | This reverts commit da902f9c1d996fb461f1efef6487ef40d32d365a. | ||||
| * | Move unpack() from each implementation to __init__. (#286) | INADA Naoki | 2018-02-22 | 1 | -26/+0 |
| | | | | Fixes #285 | ||||
| * | Use cython's cast for converting encoding and errors (#279)0.5.4 | INADA Naoki | 2018-02-05 | 1 | -31/+14 |
| | | | | It is little faster on Python 3 because we can skip temporary bytes object | ||||
| * | Undeprecate unicode_errors (#278) | INADA Naoki | 2018-02-05 | 1 | -6/+3 |
| | | |||||
| * | s/raw_as_bytes/raw/g (#276) | INADA Naoki | 2018-01-12 | 1 | -13/+13 |
| | | | | fixes #273 | ||||
| * | Add raw_as_bytes option to Unpacker. (#265) | INADA Naoki | 2018-01-11 | 1 | -29/+52 |
| | | |||||
| * | Deprecate write_bytes option in Unpacker. (#262) | INADA Naoki | 2018-01-05 | 1 | -0/+3 |
| | | | | Fixes #197 | ||||
| * | Unpacker: add tell() (#227) | jfolz | 2017-04-30 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'release-0.4' | INADA Naoki | 2017-01-12 | 1 | -1/+1 |
| |\ | |||||
| | * | 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 | ||||
| * | | enable unpacking from memoryview | folz | 2016-06-13 | 1 | -18/+74 |
| | | | |||||
| * | | Use Python's memory API (#185) | INADA Naoki | 2016-04-30 | 1 | -5/+18 |
| | | | |||||
| * | | Deprecate PackExceptions | INADA Naoki | 2016-02-14 | 1 | -5/+5 |
| | | | |||||
| * | | reraising ValueError from unpack.h as UnpackValueError | palaviv | 2016-02-12 | 1 | -17/+20 |
| |/ | |||||
| * | Merge pull request #163 from ThomasWaldmann/master | INADA Naoki | 2015-12-10 | 1 | -1/+1 |
| |\ | | | | | fix typos | ||||
| | * | fix typos | Thomas Waldmann | 2015-12-09 | 1 | -1/+1 |
| | | | |||||
| * | | Fix compile error | INADA Naoki | 2015-11-09 | 1 | -1/+0 |
| | | | |||||
| * | | Add missing params to unpack() | INADA Naoki | 2015-11-09 | 1 | -2/+12 |
| | | | |||||
| * | | Decrease refcnt when error happend while unpacking | INADA Naoki | 2015-11-08 | 1 | -2/+3 |
| | | | | | | | | | Fixes #152 | ||||
| * | | Fix warnings | INADA Naoki | 2015-11-07 | 1 | -12/+12 |
| |/ | | | | fixes #146 | ||||
| * | Accept ext_hook for unpack() | Johannes Dollinger | 2015-07-27 | 1 | -2/+2 |
| | | |||||
| * | Fix error when use unicode_literal in Python 2 | INADA Naoki | 2015-01-25 | 1 | -3/+7 |
| | | |||||
| * | Add max_<type>_len option to unpacker. (fixes #97). | INADA Naoki | 2015-01-25 | 1 | -12/+48 |
| | | | | | Fix build error on 32bit environment (fixes #102). | ||||
| * | Unpacker's ext_hook fixed + tests | Alexey Popravka | 2014-03-24 | 1 | -1/+2 |
| | | |||||
| * | Unpacker: maintain refcnt (fix #67). | INADA Naoki | 2014-02-13 | 1 | -1/+6 |
| | | |||||
| * | Feed data from file before _unpack() | INADA Naoki | 2014-02-13 | 1 | -0/+10 |
| | | |||||
| * | Merge pull request #84 from wbolster/exception-type-cleanups | INADA Naoki | 2014-02-13 | 1 | -2/+2 |
| |\ | | | | | Always raise TypeError for wrong argument types | ||||
| | * | Always raise TypeError for wrong argument types | Wouter Bolsterlee | 2014-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | The code that checks whether hooks are callable() (and some other type checks) should always raise TypeError on failure. Before this change, both ValueError and TypeError were used in an inconsistent way (C extension and Python implementation were not the same). | ||||
