Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor fallback read header (#441) | Guy Tuval | 2021-01-02 | 1 | -165/+82 |
| | |||||
* | v1.0.2v1.0.2 | Inada Naoki | 2020-12-18 | 1 | -1/+1 |
| | |||||
* | Fix overflow in unpacking timestamp to datetime (#452) | Inada Naoki | 2020-12-18 | 1 | -3/+3 |
| | |||||
* | v1.0.1v1.0.1 | Inada Naoki | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | Update docstring | Inada Naoki | 2020-12-04 | 3 | -50/+63 |
| | |||||
* | Fix datetime before epoch on windows in cython implementation (#436) | Peter Fischer | 2020-07-30 | 1 | -13/+21 |
| | | | | Cython implementation still used datetime.from_timestamp method, which does not work on windows. Update the cython implementation to use utc time and delta and add a regression test to highlight the issue. | ||||
* | Synchronize handling of datetime in Packer implementations (#434) | Peter Fischer | 2020-07-24 | 1 | -1/+1 |
| | | | The handling of datetime is different in the cython and Python implementations. In contrast to the docs, timezone is not required in the Python implementation. | ||||
* | Allow for timestamps before UNIX epoch (#433) | Tom Pohl | 2020-07-23 | 1 | -1/+3 |
| | |||||
* | Fix Unpacker.tell() (#427) | jfolz | 2020-06-08 | 2 | -9/+16 |
| | | | | | Fixes #426. Co-authored-by: folz <joachim.folz@dfki.de> | ||||
* | 1.0.0v1.0.0 | Inada Naoki | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | Add some test for timestamp (#403) | Inada Naoki | 2020-02-06 | 1 | -7/+1 |
| | |||||
* | Fix some typo | Inada Naoki | 2019-12-13 | 1 | -5/+5 |
| | |||||
* | Reintroduce __ne__v1.0.0rc1 | Inada Naoki | 2019-12-12 | 1 | -0/+4 |
| | |||||
* | Make Timestamp hashable (#396) | Inada Naoki | 2019-12-12 | 1 | -3/+4 |
| | | | When overriding __eq__, __hash__ should be overridden too. | ||||
* | Refine Timestamp APIs (#395) | Inada Naoki | 2019-12-12 | 2 | -45/+58 |
| | |||||
* | black | Inada Naoki | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Prepare 1.0rc1 | Inada Naoki | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Support datetime. (#394) | Inada Naoki | 2019-12-11 | 6 | -21/+175 |
| | |||||
* | Simplify check for bool type (#362) | Marty B | 2019-12-09 | 1 | -5/+4 |
| | |||||
* | typo | Inada Naoki | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | Unpacker: Change max_buffer_size to 100MiB (#391) | Inada Naoki | 2019-12-09 | 2 | -31/+36 |
| | |||||
* | Update README (#393) | Inada Naoki | 2019-12-09 | 1 | -2/+2 |
| | |||||
* | Make strict_map_key default to True (#392) | Inada Naoki | 2019-12-06 | 2 | -9/+5 |
| | |||||
* | Fix fallback Unpacker.read() (#388) | Inada Naoki | 2019-12-06 | 1 | -1/+3 |
| | | | Fixes #352. | ||||
* | Remove unused import | Inada Naoki | 2019-12-06 | 1 | -1/+0 |
| | |||||
* | Use new msgpack spec by default. (#386) | Inada Naoki | 2019-12-05 | 3 | -26/+16 |
| | |||||
* | fallback: Remove old buffer protocol support (#384) | Inada Naoki | 2019-12-05 | 1 | -15/+1 |
| | |||||
* | Remove deprecated submodule unpack (#385) | Inada Naoki | 2019-12-05 | 2 | -18/+0 |
| | |||||
* | Drop old buffer protocol support (#383) | Inada Naoki | 2019-12-05 | 1 | -38/+22 |
| | |||||
* | blacken | Inada Naoki | 2019-12-05 | 3 | -180/+245 |
| | |||||
* | Add Timestamp support (#382) | Inada Naoki | 2019-12-05 | 7 | -20/+233 |
| | |||||
* | Intern map keys (#381) | Inada Naoki | 2019-12-03 | 2 | -0/+5 |
| | | | Fixes #372. | ||||
* | Remove encoding option from Unpacker. (#380) | Inada Naoki | 2019-12-03 | 3 | -50/+14 |
| | |||||
* | Ressurect unicode_errors of the Packer. (#379) | Inada Naoki | 2019-12-03 | 2 | -10/+35 |
| | |||||
* | Remove encoding/unicode_errors options from Packer (#378) | Inada Naoki | 2019-12-03 | 2 | -63/+9 |
| | |||||
* | Drop Python 2 support from _cmsgpack (#376) | Inada Naoki | 2019-11-28 | 5 | -33/+6 |
| | |||||
* | 0.6.2v0.6.2 | Inada Naoki | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | Use Py_SIZE() when it is safe (#369) | Inada Naoki | 2019-09-19 | 1 | -3/+3 |
| | |||||
* | Avoid calling __Pyx_GetModuleGlobalName for ExtType (#363) | Marty B | 2019-09-19 | 1 | -0/+2 |
| | |||||
* | use relative imports (#357) | Felix Schwarz | 2019-05-12 | 4 | -10/+10 |
| | | | | | 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. | ||||
* | v0.6.1v0.6.1 | Inada Naoki | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | Recommend max_buffer_len instead of max_(str|bin|ext)_len | Inada Naoki | 2019-01-25 | 2 | -13/+16 |
| | |||||
* | Auto limit configuration (#342) | Inada Naoki | 2019-01-24 | 2 | -27/+68 |
| | |||||
* | use _PyFloat APIs to (de)serialize (#340) | INADA Naoki | 2019-01-07 | 2 | -20/+7 |
| | |||||
* | Fix docstring | Inada Naoki | 2018-12-04 | 2 | -2/+2 |
| | |||||
* | 0.6.0v0.6.0 | Inada Naoki | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | cleanup | Inada Naoki | 2018-11-30 | 1 | -13/+13 |
| | |||||
* | Fix fallback | Inada Naoki | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | Implement strict_map_key to fallback unpacker. | Inada Naoki | 2018-11-29 | 1 | -1/+9 |
| | |||||
* | Add strict_map_key option to unpacker | Inada Naoki | 2018-11-29 | 2 | -5/+17 |
| |