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 }}
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
Breadcrumbs
History for
msgpack-python
msgpack
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2016
Warn when use_bin_type is not specified.
methane
committed
76d7eaf
View commit details
Copy full SHA for 76d7eaf
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
refactor header packing for str and bin types
jfolz
committed
5860af9
View commit details
Copy full SHA for 5860af9
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
Deprecate more useless exceptions
methane
committed
b2a8ce6
View commit details
Copy full SHA for b2a8ce6
View code at this point
Browse repository at this point
Deprecate PackExceptions
methane
committed
3dad398
View commit details
Copy full SHA for 3dad398
View code at this point
Browse repository at this point
ExtraData should be UnpackValueError
methane
committed
d90008d
View commit details
Copy full SHA for d90008d
View code at this point
Browse repository at this point
Commits on Feb 12, 2016
removed MsgpackBaseException
palaviv
committed
e15085d
View commit details
Copy full SHA for e15085d
View code at this point
Browse repository at this point
reraising ValueError from unpack.h as UnpackValueError
palaviv
committed
1183eff
View commit details
Copy full SHA for 1183eff
View code at this point
Browse repository at this point
changed more ValueErrors to PackValueError
palaviv
committed
d440631
View commit details
Copy full SHA for d440631
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Support packing memoryview objects
jfolz
committed
31adc5a
View commit details
Copy full SHA for 31adc5a
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 24, 2016
0.4.7
methane
committed
1f8240e
View commit details
Copy full SHA for 1f8240e
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
Fix wrong 'dict is too large' on unicode string
frsyuki
committed
83424bd
View commit details
Copy full SHA for 83424bd
View code at this point
Browse repository at this point
Commits on Dec 10, 2015
Merge pull request #163 from ThomasWaldmann/master
Show description for b6e962d
methane
committed
b6e962d
View commit details
Copy full SHA for b6e962d
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
fix typos
ThomasWaldmann
committed
9c6584e
View commit details
Copy full SHA for 9c6584e
View code at this point
Browse repository at this point
Commits on Nov 9, 2015
strict type check for ext type
methane
committed
628c519
View commit details
Copy full SHA for 628c519
View code at this point
Browse repository at this point
strict_types should be last argument
methane
committed
9b67327
View commit details
Copy full SHA for 9b67327
View code at this point
Browse repository at this point
fallback unpacker: precise => strict
methane
committed
1032ef9
View commit details
Copy full SHA for 1032ef9
View code at this point
Browse repository at this point
s/precise_mode/strict_types/
methane
committed
cbdf3c3
View commit details
Copy full SHA for cbdf3c3
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/faerot/msgpack-python into pramukta-default_function_on_int_overflow
methane
committed
e9a47cb
View commit details
Copy full SHA for e9a47cb
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
refactor
methane
committed
a1317b6
View commit details
Copy full SHA for a1317b6
View code at this point
Browse repository at this point
Merge pull request #135 from pramukta/default_function_on_int_overflow
Show description for ca87a7e
methane
committed
ca87a7e
View commit details
Copy full SHA for ca87a7e
View code at this point
Browse repository at this point
Fix compile error
methane
committed
7d90037
View commit details
Copy full SHA for 7d90037
View code at this point
Browse repository at this point
Add missing params to unpack()
methane
committed
f7d3715
View commit details
Copy full SHA for f7d3715
View code at this point
Browse repository at this point
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
Decrease refcnt when error happend while unpacking
Show description for 35a69ac
methane
committed
35a69ac
View commit details
Copy full SHA for 35a69ac
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 Jul 27, 2015
Accept ext_hook for unpack()
Johannes Dollinger
committed
4eb4c7a
View commit details
Copy full SHA for 4eb4c7a
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
corresponding change to cython implementation
pramukta
committed
6f02d25
View commit details
Copy full SHA for 6f02d25
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.