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
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 }}
peter80
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-python
msgpack
on
split
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 11, 2012
Split _msgpack.pyx
methane
committed
b79e5ba
View commit details
Copy full SHA for b79e5ba
View code at this point
Browse repository at this point
rename _msgpack.pyx => _packer.pyx
methane
committed
280d56e
View commit details
Copy full SHA for 280d56e
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
Add `autoreset` option to Packer.
methane
committed
4adc6f1
View commit details
Copy full SHA for 4adc6f1
View code at this point
Browse repository at this point
Add `Packer.pack_pairs`.
methane
committed
537a2ab
View commit details
Copy full SHA for 537a2ab
View code at this point
Browse repository at this point
refactoring: remove pack_define.h
methane
committed
0c7ab7c
View commit details
Copy full SHA for 0c7ab7c
View code at this point
Browse repository at this point
Remove unused UnpackException.
methane
committed
1c0fe10
View commit details
Copy full SHA for 1c0fe10
View code at this point
Browse repository at this point
Improve docstring.
methane
committed
30025c7
View commit details
Copy full SHA for 30025c7
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
`pack` raise MemoryError when realloc is failed.
methane
committed
ed40c67
View commit details
Copy full SHA for ed40c67
View code at this point
Browse repository at this point
Improve docstrings.
methane
committed
4480227
View commit details
Copy full SHA for 4480227
View code at this point
Browse repository at this point
Split exceptions.
methane
committed
219d475
View commit details
Copy full SHA for 219d475
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
Add NOTE for changing default value of use_list.
methane
committed
dd5c76b
View commit details
Copy full SHA for dd5c76b
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
Add Unpacker.read_bytes().
Show description for c1d15df
methane
committed
c1d15df
View commit details
Copy full SHA for c1d15df
View code at this point
Browse repository at this point
Merge pull request #23 from jnothman/write_bytes
Show description for 54916f7
methane
committed
54916f7
View commit details
Copy full SHA for 54916f7
View code at this point
Browse repository at this point
Commits on Nov 6, 2012
Fix segmentation fault.
methane
committed
ec655b9
View commit details
Copy full SHA for ec655b9
View code at this point
Browse repository at this point
Fix unpack error on Python 3.2.
Show description for 0ef5286
methane
committed
0ef5286
View commit details
Copy full SHA for 0ef5286
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 Oct 4, 2012
Merge commit 'd5f9995' into read_bytes
Show description for df4f237
jnothman
committed
df4f237
View commit details
Copy full SHA for df4f237
View code at this point
Browse repository at this point
Allow packed data to be captured while executing skip(), etc.
jnothman
committed
87f292c
View commit details
Copy full SHA for 87f292c
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
Packer.pack_array/map_header to correspond to read functions
jnothman
committed
9d9c3ee
View commit details
Copy full SHA for 9d9c3ee
View code at this point
Browse repository at this point
read_array/map_header functionality
jnothman
committed
0431a76
View commit details
Copy full SHA for 0431a76
View code at this point
Browse repository at this point
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
Merge branch '0.2-maint'
Show description for 1526316
methane
committed
1526316
View commit details
Copy full SHA for 1526316
View code at this point
Browse repository at this point
Support object_pairs_hook
Show description for e381032
methane
committed
e381032
View commit details
Copy full SHA for e381032
View code at this point
Browse repository at this point
Start 0.3.0dev1
methane
committed
d13f10c
View commit details
Copy full SHA for d13f10c
View code at this point
Browse repository at this point
Start 0.2.3dev
methane
committed
ac403ef
View commit details
Copy full SHA for ac403ef
View code at this point
Browse repository at this point
use_list=1 is default
methane
committed
15a46eb
View commit details
Copy full SHA for 15a46eb
View code at this point
Browse repository at this point
Warn when use_list is not specified.
Show description for d503788
methane
committed
d503788
View commit details
Copy full SHA for d503788
View code at this point
Browse repository at this point
Warn when use_list is not specified.
methane
committed
60df5ea
View commit details
Copy full SHA for 60df5ea
View code at this point
Browse repository at this point
Cleaner read_bytes and a test case
Show description for e7c51d9
jnothman
committed
e7c51d9
View commit details
Copy full SHA for e7c51d9
View code at this point
Browse repository at this point
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
Factor context initialisation from unpackb and Unpacker
jnothman
committed
b06ed8e
View commit details
Copy full SHA for b06ed8e
View code at this point
Browse repository at this point
Merge branch '0.2-maint'
methane
committed
96ed236
View commit details
Copy full SHA for 96ed236
View code at this point
Browse repository at this point
Add docstring about raising ValueError when there are extra bytes.
methane
committed
c3da845
View commit details
Copy full SHA for c3da845
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.