GitHub / msgpack/msgpack-python / commits
MessagePack serializer implementation for Python msgpack.org[Python]
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c6b4a481 | Fix typos in test and docs (#712) |
max <8****0@u****m>
Committed by: GitHub <n****y@g****m> |
2 days ago | |
| 659ee98d | Fix Timestamp.from_datetime() precision for far-future datetimes (#710) |
Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 days ago | |
| d5e380fb | Bump the all-dependencies group with 2 updates (#709) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
11 days ago | |
| 2de62731 | test_unpack.py: add tests for ExtraData (#708) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
18 days ago | |
| 951995ec | Improve error handling and reporting in unpacking functions (#707) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
18 days ago | |
| 33fec11e | Bump actions/checkout from 6.0.3 to 7.0.0 in the all-dependencies group (#705) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
18 days ago | |
| cf3fd2b0 | fix: add reentrant guard to Unpacker.feed() (#704) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
18 days ago | |
| 70821307 | run test with debug build (#702) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
23 days ago | |
| d1341806 | unpacker: fix silent datetime truncation with datetime=3 (#701) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
23 days ago | |
| f1a17023 | fix docstring for read_size (#700) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
23 days ago | |
| 448d43f5 |
release v1.2.1 (#698)
Co-authored-by: Copilot Autofix powered by AI <1****t@u****m> |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
24 days ago | |
| 2c56ddb5 | Merge commit from fork |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
24 days ago | |
| 0f4f350b | Bump pypa/cibuildwheel from 4.0.0 to 4.1.0 in the all-dependencies group (#694) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
26 days ago | |
| 11ed0a51 | release v1.2.0 (#692) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| c410a388 | Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 (#691) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 97ba6ca0 | skip ci: remove unneeded CIBW_SKIP option | Inada Naoki <s****y@g****m> | about 1 month ago | |
| cdde1b0d | Wheels CI hangs for MacOS Intel (#689) |
Guido Imperiale <c****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 5eb57e15 |
release v1.2.0rc1 (#681)
Co-authored-by: Copilot Autofix powered by AI <1****t@u****m> |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 77395c19 | Harden `Unpacker.__init__` re-entry cleanup to prevent buffer/context leaks (... |
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 7df7136e | Guard `Packer` buffer protocol hooks with Cython critical sections (#686) |
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| d627d308 | Bump sys.setrecursionlimit within test_nest_limit_1024 (#682) |
Charlie Lin <t****g@g****s>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| e327a0e9 | Bump the all-dependencies group with 2 updates (#684) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 6cd75741 |
change changelog format to markdown (#680)
Co-authored-by: Copilot Autofix powered by AI <1****t@u****m> |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| e861f753 | fix: use-after-free in `get_data_from_buffer` (#677) |
Thomas Kowalski <t****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 975a2a4c | Add 3.15 to CI (#678) |
Charlie Lin <t****g@g****s>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 98d2c790 | Fix Timestamp.from_datetime returning wrong value for pre-epoch datetimes (#662) |
Kadir Can Ozden <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| b83a0aa6 | skip recursion limit test on free-threaded CPython builds (#679) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 9de2fd9b |
Add no-GIL interpreter support (#641)
Co-authored-by: Lysandros Nikolaou <l****k@g****m>, Frank Dana <f****c@g****m>, Inada Naoki <s****y@g****m> |
Charlie Lin <t****g@g****s>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 284782d6 | Add missing autoreset in Packer.pack_ext_type (#663) |
Kadir Can Ozden <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 4a077456 | fix: avoid memory leak when decoding invalid nested arrays (#671) |
Thomas Kowalski <t****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 378edc60 | fix: properly handle return codes in `pack_timestamp` (#672) |
Thomas Kowalski <t****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 4b2749cd | Raise DEFAULT_RECURSE_LIMIT from 511 to 1024 (#676) |
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| cd813709 | fix: enforce `strict_map_key` with `object_pairs_hook` (#673) |
Thomas Kowalski <t****a@g****m>
Committed by: GitHub <n****y@g****m> |
2 months ago | |
| 0d600a33 | ci: use ubuntu-slim for lint (#670) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| b7ebb87b | action: Bump the all-dependencies group with 6 updates (#669) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 94242eb0 | dependabot | Inada Naoki <s****y@g****m> | 3 months ago | |
| a54fad13 | pinact | Inada Naoki <s****y@g****m> | 3 months ago | |
| bcf89c7e | Fixed README example (#668) |
Valentin Valls <v****s@e****r>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 95c8be51 | fix: check return code in `unpack_callback_int64` (#665) |
Thomas Kowalski <t****i@d****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 5d465bdb | fix: re-raise existing exception when available (#667) |
Thomas Kowalski <t****i@d****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 156bb05a | fix: check `unpack_callback_uint32` result (#666) |
Thomas Kowalski <t****a@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 6357bc27 |
ci: add riscv64 manylinux/musllinux wheels (#664)
Signed-off-by: Julien Stephan <j****n@b****m> |
Julien Stephan <s****n@l****t>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| f9806368 | update cython and cibuildwheel (#658) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| c1ecd23d | drop Python 3.9 (#656) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| af456409 | cython: freethreading_compatible (#654) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| c2546eab | update setuptools requirements to >=78.1.1 (#653) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| ef4f83df | relax setuptools version (#652) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 19b5d33d | release v1.1.2 (#649) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 0f3c4be4 | README: fix typos and grammar (#648) |
TW <t****w@w****e>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| c2a9f1fd | ci: add support for building windows on arm wheels (#643) |
MS-GITS <1****1@u****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| d9873dab | ci: update cibuildwheel and drop Python 3.8 (#642) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 42f056f3 | v1.1.1 | Inada Naoki <s****y@g****m> | about 1 year ago | |
| e6445d3b | v1.1.1rc1 | Inada Naoki <s****y@g****m> | about 1 year ago | |
| fe9e620a | upload to PyPI on create a release (#639) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| cdc76445 | update cibuildwheel to v2.23.3 (#638) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 868aa2cd | update Cython to 3.1.1 (#637) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 0eeabfb4 | Add Python 3.13 trove classifier (#626) |
Edgar Ramírez Mondragón <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 4587393b | release v1.1.0 (#622) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 20a2b8ea | use `PyLong_*` instead of `PyInt_*` (#620) |
Thomas A Caswell <t****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 9d0c7f2f | Release v1.1.0rc2 (#619) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 9e26d80a | update cibuildwheel to 2.20.0 (#618) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 6e11368f | update Cython to 3.0.11 (#617) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 0b1c47b0 | do not install cython as build dependency (#610) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9cea8b6d | Release v1.1.0rc1 (#609) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 33e0e86f | Cleanup code and pyproject (#608) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| e0f0e145 | better error checks (#607) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| e1068087 | cython: better exception handling (#606) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 3da5818a | update readme (#605) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 72e65feb |
packer: add `buf_size` option (#604)
Co-authored-by: Rodrigo Tobar <r****r@i****g> Signed-off-by: Rodrigo Tobar <r****r@i****g> |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| bf2413f9 | ignore msgpack/*.c | Inada Naoki <s****y@g****m> | about 2 years ago | |
| a97b3143 | Remove unused code (#603) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 52f8bc2e | implement buffer protocol (#602) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 526ec9c9 | update cibuildwheel to 2.17 (#601) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| b389ccf2 | update README (#561) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 3e9a2a74 | Stop using c++ (#600) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 0602baf3 | update Cython and setuptools (#599) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 2eca7655 | use ruff instead of black (#598) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| e7767220 | Avoid using floating points during timestamp-datetime conversions (#591) |
hakan akyürek <h****k@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9aedf8ed | Release v1.0.8 (#583) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| bf7bf88a | ci: update workflows (#582) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 039022ce | update Cython (#581) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 14086424 | exclude C/Cython files from wheel (#577) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c7802610 | doc: use sphinx-rtd-theme (#575) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 2982e9ff | release v1.0.7 (#569) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| acd06843 | do not fallback on build error (#568) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| ecf03748 | remove inline macro for msvc (#567) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b1b0edae | release v1.0.6 (#564) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e1d3d5d5 | update actions (#563) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4e10c10a | prepare for 1.0.6rc1 (#557) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 41d6239c | fix .readthedocs.yaml, fixes #559 (#560) |
TW <t****w@w****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| ef15f4a6 | add a basic .readthedocs.yaml file (#558) |
TW <t****w@w****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 423c6df2 | move project metadata to pyproject.toml (#555) |
TW <t****w@w****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7b75b4f3 | sphinx-related work (#554) |
TW <t****w@w****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 715126c6 | CI: update cibuildwheel to v2.15.0 (#551) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7cfced51 | start v1.0.6 development | Inada Naoki <s****y@g****m> | almost 3 years ago | |
| 427736bb | try Cython 3.0 (#548) |
Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e5249f87 | ci: add Python 3.12 and drop 3.7 | Inada Naoki <s****y@g****m> | almost 3 years ago | |
| c8d0751f |
Drop Python 3.6 support (#543)
Co-authored-by: Inada Naoki <s****y@g****m> |
Evgeny Markov <e****v@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| feec0620 |
Drop python2 support (#519)
Co-authored-by: Inada Naoki <s****y@g****m> |
sblondon <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 45f84869 | fix: build status badge (#538) |
Laerte Pereira <5****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago |