Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
msgpack
/
msgpack-python
Public
Notifications
You must be signed in to change notification settings
Fork
254
Star
2.1k
Code
Issues
5
Pull requests
6
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-python
msgpack
on
main
User selector
All users
All time
Commit history
Commits on Aug 5, 2026
fix: use-after-free in unpackb() ExtraData path for non-contiguous input (#722)
Show description for 091ae20
ThomasWaldmann
authored
091ae20
View commit details
Copy full SHA for 091ae20
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
Fix Timestamp.from_datetime() precision for far-future datetimes (#710)
Show description for 659ee98
gaoflow
authored
659ee98
View commit details
Copy full SHA for 659ee98
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Improve error handling and reporting in unpacking functions (#707)
methane
authored
951995e
View commit details
Copy full SHA for 951995e
View code at this point
Browse repository at this point
fix: add reentrant guard to Unpacker.feed() (#704)
Show description for cf3fd2b
methane
authored
cf3fd2b
View commit details
Copy full SHA for cf3fd2b
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
unpacker: fix silent datetime truncation with datetime=3 (#701)
methane
authored
d134180
View commit details
Copy full SHA for d134180
View code at this point
Browse repository at this point
fix docstring for read_size (#700)
Show description for f1a1702
methane
authored
f1a1702
View commit details
Copy full SHA for f1a1702
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
release v1.2.1 (#698)
Show description for 448d43f
methane
and
Copilot
authored
448d43f
View commit details
Copy full SHA for 448d43f
View code at this point
Browse repository at this point
Merge commit from fork
Show description for 2c56ddb
methane
authored
2c56ddb
View commit details
Copy full SHA for 2c56ddb
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
release v1.2.0 (#692)
methane
authored
11ed0a5
View commit details
Copy full SHA for 11ed0a5
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
release v1.2.0rc1 (#681)
Show description for 5eb57e1
methane
and
Copilot
authored
5eb57e1
View commit details
Copy full SHA for 5eb57e1
View code at this point
Browse repository at this point
Harden `Unpacker.__init__` re-entry cleanup to prevent buffer/context leaks (#687)
Copilot
authored
77395c1
View commit details
Copy full SHA for 77395c1
View code at this point
Browse repository at this point
Guard `Packer` buffer protocol hooks with Cython critical sections (#686)
Copilot
authored
7df7136
View commit details
Copy full SHA for 7df7136
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
fix: use-after-free in `get_data_from_buffer` (#677)
KowalskiThomas
authored
e861f75
View commit details
Copy full SHA for e861f75
View code at this point
Browse repository at this point
Fix Timestamp.from_datetime returning wrong value for pre-epoch datetimes (#662)
bysiber
authored
98d2c79
View commit details
Copy full SHA for 98d2c79
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Add missing autoreset in Packer.pack_ext_type (#663)
bysiber
authored
284782d
View commit details
Copy full SHA for 284782d
View code at this point
Browse repository at this point
Commits on May 27, 2026
fix: avoid memory leak when decoding invalid nested arrays (#671)
KowalskiThomas
authored
4a07745
View commit details
Copy full SHA for 4a07745
View code at this point
Browse repository at this point
Commits on May 23, 2026
fix: properly handle return codes in `pack_timestamp` (#672)
KowalskiThomas
authored
378edc6
View commit details
Copy full SHA for 378edc6
View code at this point
Browse repository at this point
Commits on May 22, 2026
Raise DEFAULT_RECURSE_LIMIT from 511 to 1024 (#676)
Copilot
authored
4b2749c
View commit details
Copy full SHA for 4b2749c
View code at this point
Browse repository at this point
Commits on May 12, 2026
fix: enforce `strict_map_key` with `object_pairs_hook` (#673)
Show description for cd81370
KowalskiThomas
authored
cd81370
View commit details
Copy full SHA for cd81370
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
fix: check return code in `unpack_callback_int64` (#665)
KowalskiThomas
authored
95c8be5
View commit details
Copy full SHA for 95c8be5
View code at this point
Browse repository at this point
fix: re-raise existing exception when available (#667)
KowalskiThomas
authored
5d465bd
View commit details
Copy full SHA for 5d465bd
View code at this point
Browse repository at this point
fix: check `unpack_callback_uint32` result (#666)
Show description for 156bb05
KowalskiThomas
authored
156bb05
View commit details
Copy full SHA for 156bb05
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
cython: freethreading_compatible (#654)
Show description for af45640
methane
authored
af45640
View commit details
Copy full SHA for af45640
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
release v1.1.2 (#649)
methane
authored
19b5d33
View commit details
Copy full SHA for 19b5d33
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
v1.1.1
methane
committed
42f056f
View commit details
Copy full SHA for 42f056f
View code at this point
Browse repository at this point
Commits on Jun 6, 2025
v1.1.1rc1
methane
committed
e6445d3
View commit details
Copy full SHA for e6445d3
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
release v1.1.0 (#622)
methane
authored
4587393
View commit details
Copy full SHA for 4587393
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
use `PyLong_*` instead of `PyInt_*` (#620)
Show description for 20a2b8e
tacaswell
authored
20a2b8e
View commit details
Copy full SHA for 20a2b8e
View code at this point
Browse repository at this point
Commits on Aug 19, 2024
Release v1.1.0rc2 (#619)
methane
authored
9d0c7f2
View commit details
Copy full SHA for 9d0c7f2
View code at this point
Browse repository at this point
Commits on May 7, 2024
Release v1.1.0rc1 (#609)
methane
authored
9cea8b6
View commit details
Copy full SHA for 9cea8b6
View code at this point
Browse repository at this point
Commits on May 6, 2024
Cleanup code and pyproject (#608)
Show description for 33e0e86
methane
authored
33e0e86
View commit details
Copy full SHA for 33e0e86
View code at this point
Browse repository at this point
Commits on May 5, 2024
better error checks (#607)
Show description for e0f0e14
methane
authored
e0f0e14
View commit details
Copy full SHA for e0f0e14
View code at this point
Browse repository at this point
cython: better exception handling (#606)
Show description for e106808
methane
authored
e106808
View commit details
Copy full SHA for e106808
View code at this point
Browse repository at this point
packer: add `buf_size` option (#604)
Show description for 72e65fe
methane
and
rtobar
authored
72e65fe
View commit details
Copy full SHA for 72e65fe
View code at this point
Browse repository at this point
Remove unused code (#603)
methane
authored
a97b314
View commit details
Copy full SHA for a97b314
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.