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
.
o3cloud
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 16, 2016
Merge pull request #2 from jfolz/master
Show description for fd61226
nightsailer
committed
fd61226
View commit details
Copy full SHA for fd61226
Browse repository at this point
Merge pull request #1 from msgpack/master
Show description for 9b9cbaa
nightsailer
committed
9b9cbaa
View commit details
Copy full SHA for 9b9cbaa
Browse repository at this point
Commits on May 15, 2016
spelling
jfolz
committed
e47e2e5
View commit details
Copy full SHA for e47e2e5
Browse repository at this point
do not accept multi-byte types in unpackb
jfolz
committed
249e051
View commit details
Copy full SHA for 249e051
Browse repository at this point
use legacy buffer protocol if necessary
Show description for d104105
jfolz
committed
d104105
View commit details
Copy full SHA for d104105
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 7, 2016
use memoryview in fallback and fix memory unpacking
jfolz
committed
a77dd09
View commit details
Copy full SHA for a77dd09
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
remove too much parameterized tests
methane
committed
6e36476
View commit details
Copy full SHA for 6e36476
Browse repository at this point
Deprecate PackExceptions
methane
committed
3dad398
View commit details
Copy full SHA for 3dad398
Browse repository at this point
ExtraData should be UnpackValueError
methane
committed
d90008d
View commit details
Copy full SHA for d90008d
Browse repository at this point
Commits on Feb 12, 2016
removed MsgpackBaseException
palaviv
committed
e15085d
View commit details
Copy full SHA for e15085d
Browse repository at this point
reraising ValueError from unpack.h as UnpackValueError
palaviv
committed
1183eff
View commit details
Copy full SHA for 1183eff
Browse repository at this point
changed more ValueErrors to PackValueError
palaviv
committed
d440631
View commit details
Copy full SHA for d440631
Browse repository at this point
msgpack pack and unpack throws only exception that inherit from MsgpackBaseException. cython and fallback throws same exceptions
palaviv
committed
7d2d46e
View commit details
Copy full SHA for 7d2d46e
Browse repository at this point
Commits on Jan 25, 2016
Merge pull request #161 from jfolz/feature/packbuffers
Show description for 82b3121
methane
committed
82b3121
View commit details
Copy full SHA for 82b3121
Browse repository at this point
Support packing memoryview objects
jfolz
committed
31adc5a
View commit details
Copy full SHA for 31adc5a
Browse repository at this point
Merge pull request #158 from methane/feature/strict-typecheck
Show description for 8036cb4
methane
committed
8036cb4
View commit details
Copy full SHA for 8036cb4
Browse repository at this point
Add test for strict_types option
methane
committed
a779b79
View commit details
Copy full SHA for a779b79
Browse repository at this point
Commits on Jan 24, 2016
Merge pull request #168 from msgpack/feature/drop-2.6
Show description for c851389
methane
committed
c851389
View commit details
Copy full SHA for c851389
Browse repository at this point
Previous
Next
You can’t perform that action at this time.