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 }}
tombech
/
msgpack-python
Public
forked from
msgpack/msgpack-python
Notifications
You must be signed in to change notification settings
Fork
1
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
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 5, 2016
Warn when use_bin_type is not specified.
methane
committed
93fc778
View commit details
Copy full SHA for 93fc778
Browse repository at this point
Commits on Jul 30, 2016
Merge branch 'release-0.4'
methane
committed
1cc3c57
View commit details
Copy full SHA for 1cc3c57
Browse repository at this point
Make manylinux1 wheels
methane
committed
a9f4dad
View commit details
Copy full SHA for a9f4dad
Browse repository at this point
Commits on Jul 29, 2016
0.4.8
methane
committed
ff208ad
View commit details
Copy full SHA for ff208ad
Browse repository at this point
Commits on Jul 21, 2016
Merge branch 'release-0.4'
methane
committed
83e7b0a
View commit details
Copy full SHA for 83e7b0a
Browse repository at this point
Fix ext_hook call (#203)
Show description for b911b3c
methane
authored
b911b3c
View commit details
Copy full SHA for b911b3c
Browse repository at this point
Enable Python35-x64 in AppVeyor
methane
committed
334dbe2
View commit details
Copy full SHA for 334dbe2
Browse repository at this point
Use AppVeyor to build windows wheel (#188)
Show description for d6254ab
methane
committed
d6254ab
View commit details
Copy full SHA for d6254ab
Browse repository at this point
Commits on Jun 13, 2016
Merge pull request #195 from jfolz/master
Show description for 0ef5f4d
methane
authored
0ef5f4d
View commit details
Copy full SHA for 0ef5f4d
Browse repository at this point
enable unpacking from memoryview
jfolz
committed
2b63e9f
View commit details
Copy full SHA for 2b63e9f
Browse repository at this point
Commits on May 24, 2016
Merge pull request #199 from methane/struct-unpack-from
Show description for b887c1a
methane
committed
b887c1a
View commit details
Copy full SHA for b887c1a
Browse repository at this point
Commits on May 23, 2016
fallback: Use bytearray as buffer
methane
committed
c16a1c6
View commit details
Copy full SHA for c16a1c6
Browse repository at this point
fallback: Use struct.unpack_from when possible
methane
committed
6b89193
View commit details
Copy full SHA for 6b89193
Browse repository at this point
Commits on May 22, 2016
Merge pull request #198 from methane/refactoring-fallback
Show description for b78c0c5
methane
committed
b78c0c5
View commit details
Copy full SHA for b78c0c5
Browse repository at this point
fallback: simplify write_bytes callback implementation
methane
committed
e9c42fa
View commit details
Copy full SHA for e9c42fa
Browse repository at this point
Remove _fb_ prefix
methane
committed
3322a76
View commit details
Copy full SHA for 3322a76
Browse repository at this point
Merge pull request #196 from methane/fallback-bytearray-buffer
Show description for ae8e98e
methane
committed
ae8e98e
View commit details
Copy full SHA for ae8e98e
Browse repository at this point
Commits on May 20, 2016
fallback: Rewrite buffer from array of bytes to bytearray
methane
committed
f421f59
View commit details
Copy full SHA for f421f59
Browse repository at this point
Commits on May 13, 2016
Remove wrong download_url from package metadata
methane
committed
318ddfc
View commit details
Copy full SHA for 318ddfc
Browse repository at this point
Commits on May 8, 2016
s/realloc/PyMem_Realloc/ (#193)
methane
committed
c6c4e59
View commit details
Copy full SHA for c6c4e59
Browse repository at this point
Commits on May 4, 2016
Remove unused import (#190)
methane
committed
a5c8baf
View commit details
Copy full SHA for a5c8baf
Browse repository at this point
Update ChangeLog
methane
committed
5c05226
View commit details
Copy full SHA for 5c05226
Browse repository at this point
travis: Use docker to test 32bit environment (#189)
Show description for 63e23d3
methane
committed
63e23d3
View commit details
Copy full SHA for 63e23d3
Browse repository at this point
Pure Python packer supports memoryview of multi byte items.
methane
committed
fc29338
View commit details
Copy full SHA for fc29338
Browse repository at this point
Remove double underscore prefix
methane
committed
53f47ef
View commit details
Copy full SHA for 53f47ef
Browse repository at this point
add lower bound tests for memoryviews
jfolz
committed
a91d5c5
View commit details
Copy full SHA for a91d5c5
Browse repository at this point
refactor header packing for str and bin types
jfolz
committed
5860af9
View commit details
Copy full SHA for 5860af9
Browse repository at this point
more descriptive test names
jfolz
committed
0b55989
View commit details
Copy full SHA for 0b55989
Browse repository at this point
Commits on May 3, 2016
fix problems associated with packing memoryviews
Show description for 0ec2e35
jfolz
committed
0ec2e35
View commit details
Copy full SHA for 0ec2e35
Browse repository at this point
Use AppVeyor to build windows wheel (#188)
Show description for ceb9635
methane
committed
ceb9635
View commit details
Copy full SHA for ceb9635
Browse repository at this point
Commits on Apr 30, 2016
Use Python's memory API (#185)
methane
committed
6b113a6
View commit details
Copy full SHA for 6b113a6
Browse repository at this point
Commits on Apr 29, 2016
Update README.rst (#184)
Show description for 40ee322
tcyrus
authored and
methane
committed
40ee322
View commit details
Copy full SHA for 40ee322
Browse repository at this point
Commits on Apr 15, 2016
Use manylinux1 wheel for Cython (#179)
Show description for 2192310
methane
committed
2192310
View commit details
Copy full SHA for 2192310
Browse repository at this point
Commits on Feb 14, 2016
Merge pull request #172 from methane/palaviv-msgpack-exceptions
Show description for f895517
methane
committed
f895517
View commit details
Copy full SHA for f895517
Browse repository at this point
Deprecate more useless exceptions
methane
committed
b2a8ce6
View commit details
Copy full SHA for b2a8ce6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.