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 }}
vavanade
/
msgpack-python
Public
forked from
msgpack/msgpack-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-python
msgpack
unpack.h
on
main
User selector
All users
All time
Commit history
Commits on Nov 16, 2021
Improve exception message relating to strict_map_key (#485)
paulmelis
authored
0918742
View commit details
Copy full SHA for 0918742
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Fix overflow in unpacking timestamp to datetime (#452)
methane
authored
753b370
View commit details
Copy full SHA for 753b370
View code at this point
Browse repository at this point
Commits on Jul 30, 2020
Fix datetime before epoch on windows in cython implementation (#436)
Show description for 8fb709f
yanlend
authored
8fb709f
View commit details
Copy full SHA for 8fb709f
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
Support datetime. (#394)
methane
authored
2186455
View commit details
Copy full SHA for 2186455
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Add Timestamp support (#382)
methane
authored
6414069
View commit details
Copy full SHA for 6414069
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
Intern map keys (#381)
Show description for 2c66689
methane
authored
2c66689
View commit details
Copy full SHA for 2c66689
View code at this point
Browse repository at this point
Remove encoding option from Unpacker. (#380)
methane
authored
e419cd8
View commit details
Copy full SHA for e419cd8
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
Drop Python 2 support from _cmsgpack (#376)
methane
authored
891f2d8
View commit details
Copy full SHA for 891f2d8
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
Add strict_map_key option to unpacker
methane
committed
e9086a3
View commit details
Copy full SHA for e9086a3
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
Undeprecate unicode_errors (#278)
methane
authored
9fdb837
View commit details
Copy full SHA for 9fdb837
View code at this point
Browse repository at this point
Commits on Jan 12, 2018
s/raw_as_bytes/raw/g (#276)
Show description for 5569a4e
methane
authored
5569a4e
View commit details
Copy full SHA for 5569a4e
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Add raw_as_bytes option to Unpacker. (#265)
methane
authored
5534d0c
View commit details
Copy full SHA for 5534d0c
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
Fix ext_hook call (#203)
Show description for b911b3c
methane
authored
b911b3c
View commit details
Copy full SHA for b911b3c
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
refactor C code
Show description for de3c2b9
methane
committed
de3c2b9
View commit details
Copy full SHA for de3c2b9
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Fix warnings
Show description for e9ab4d8
methane
committed
e9ab4d8
View commit details
Copy full SHA for e9ab4d8
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
Add max_<type>_len option to unpacker. (fixes #97).
Show description for 75ce78d
methane
committed
75ce78d
View commit details
Copy full SHA for 75ce78d
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Fix build and tests.
methane
committed
d6c773d
View commit details
Copy full SHA for d6c773d
View code at this point
Browse repository at this point
Commits on May 25, 2014
Fix unpacking uint32 on 32bit or LLP64.
methane
committed
7f623c0
View commit details
Copy full SHA for 7f623c0
View code at this point
Browse repository at this point
Commits on Feb 12, 2014
Fix warning on 64bit environment.
methane
committed
d2fc801
View commit details
Copy full SHA for d2fc801
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Add tests and bugfix.
methane
committed
37c2ad6
View commit details
Copy full SHA for 37c2ad6
View code at this point
Browse repository at this point
Support unpacking new types.
methane
committed
822cce8
View commit details
Copy full SHA for 822cce8
View code at this point
Browse repository at this point
Packing ExtType and some cleanup
methane
committed
96bcd76
View commit details
Copy full SHA for 96bcd76
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec
Show description for 27f0cba
methane
committed
27f0cba
View commit details
Copy full SHA for 27f0cba
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
implement unpacking for all the fixtext formats
antocuni
committed
56dd165
View commit details
Copy full SHA for 56dd165
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Add bin type support.
methane
committed
da12e17
View commit details
Copy full SHA for da12e17
View code at this point
Browse repository at this point
Commits on Jun 3, 2013
fix long vs long long bugs
Show description for d1b9ecb
yamt
committed
d1b9ecb
View commit details
Copy full SHA for d1b9ecb
View code at this point
Browse repository at this point
Commits on May 16, 2013
fix long/int confusions in pyx version of unpack
yamt
committed
b0c193f
View commit details
Copy full SHA for b0c193f
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
remove some macros.
methane
committed
c49489c
View commit details
Copy full SHA for c49489c
View code at this point
Browse repository at this point
Commits on Oct 12, 2012
segfault fixed when data is unpacked using `list_hook`,
Show description for cf89f18
drednout
committed
cf89f18
View commit details
Copy full SHA for cf89f18
View code at this point
Browse repository at this point
A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issues/28
drednout
committed
89ce16d
View commit details
Copy full SHA for 89ce16d
View code at this point
Browse repository at this point
Commits on Sep 30, 2012
Merge remote-tracking branch 'jnothman/read_size_cpp'
Show description for e016b3d
methane
committed
e016b3d
View commit details
Copy full SHA for e016b3d
View code at this point
Browse repository at this point
Commits on Sep 24, 2012
Use C++ function templating for skip()/construct()
jnothman
committed
d56e2b2
View commit details
Copy full SHA for d56e2b2
View code at this point
Browse repository at this point
Commits on Sep 23, 2012
Implement object_pairs_hook
jnothman
committed
7794251
View commit details
Copy full SHA for 7794251
View code at this point
Browse repository at this point
Commits on Jun 26, 2012
Fix new version of msgpack.
methane
committed
188da01
View commit details
Copy full SHA for 188da01
View code at this point
Browse repository at this point
Commits on Feb 28, 2012
Better prototypes.
steeve
committed
a5bc6b7
View commit details
Copy full SHA for a5bc6b7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.