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 }}
abeusher
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 12, 2019
use relative imports (#357)
Show description for 05ff11d
FelixSchwarz
authored and
methane
committed
05ff11d
View commit details
Copy full SHA for 05ff11d
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
v0.6.1
methane
committed
8f513af
View commit details
Copy full SHA for 8f513af
View code at this point
Browse repository at this point
Recommend max_buffer_len instead of max_(str|bin|ext)_len
methane
committed
280308e
View commit details
Copy full SHA for 280308e
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
Auto limit configuration (#342)
methane
authored
28b5f46
View commit details
Copy full SHA for 28b5f46
View code at this point
Browse repository at this point
Commits on Jan 7, 2019
use _PyFloat APIs to (de)serialize (#340)
methane
authored
f46523b
View commit details
Copy full SHA for f46523b
View code at this point
Browse repository at this point
Commits on Dec 4, 2018
Fix docstring
methane
committed
197e307
View commit details
Copy full SHA for 197e307
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
0.6.0
methane
committed
cc7fd57
View commit details
Copy full SHA for cc7fd57
View code at this point
Browse repository at this point
cleanup
methane
committed
bbdfd4d
View commit details
Copy full SHA for bbdfd4d
View code at this point
Browse repository at this point
Fix fallback
methane
committed
8ae6320
View commit details
Copy full SHA for 8ae6320
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
Implement strict_map_key to fallback unpacker.
methane
committed
dc1b993
View commit details
Copy full SHA for dc1b993
View code at this point
Browse repository at this point
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 Nov 20, 2018
Unpacker: allow to use buffer with size greater than 2 GB (#332)
jkorvin
authored and
methane
committed
ab2415e
View commit details
Copy full SHA for ab2415e
View code at this point
Browse repository at this point
Add StackError and FormatError (#331)
methane
authored
44254dd
View commit details
Copy full SHA for 44254dd
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
s/iteritems/items/g (#330)
methane
authored
8b6ce53
View commit details
Copy full SHA for 8b6ce53
View code at this point
Browse repository at this point
Try language_level=3 (#329)
methane
authored
2f808b6
View commit details
Copy full SHA for 2f808b6
View code at this point
Browse repository at this point
Refactor Cython code (#328)
Show description for d782464
methane
authored
d782464
View commit details
Copy full SHA for d782464
View code at this point
Browse repository at this point
fallback: Fix warning stacklevel (#327)
methane
authored
2b5f591
View commit details
Copy full SHA for 2b5f591
View code at this point
Browse repository at this point
Commits on Nov 11, 2018
Remove deprecated write_bytes option (#322)
methane
authored
39f8aa7
View commit details
Copy full SHA for 39f8aa7
View code at this point
Browse repository at this point
Remove deprecated exception classes (#323)
methane
authored
07f0bee
View commit details
Copy full SHA for 07f0bee
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
PendingDeprecationWarning -> DeprecationWarning (#321)
methane
authored
1bf62ba
View commit details
Copy full SHA for 1bf62ba
View code at this point
Browse repository at this point
Add Packer.buffer() (#320)
methane
authored
9e210bf
View commit details
Copy full SHA for 9e210bf
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
unpacker: Make default size limit smaller (#319)
Show description for 3b80233
methane
authored
3b80233
View commit details
Copy full SHA for 3b80233
View code at this point
Browse repository at this point
Merge extension module
Show description for f6f9597
methane
committed
f6f9597
View commit details
Copy full SHA for f6f9597
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
Start 0.6 development
methane
authored
205f7d3
View commit details
Copy full SHA for 205f7d3
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
Alternate fixes for jython and legacy CPython (#310)
Show description for 70b5f21
devendor
authored and
methane
committed
70b5f21
View commit details
Copy full SHA for 70b5f21
View code at this point
Browse repository at this point
Commits on Jun 26, 2018
fallback: Fix error on Jython
Show description for 5f684ae
methane
committed
5f684ae
View commit details
Copy full SHA for 5f684ae
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
Fix TypeError in fallback.unpack() on <Python 2.7.6
alex
authored and
methane
committed
b10cf78
View commit details
Copy full SHA for b10cf78
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
0.5.6
methane
committed
d4675be
View commit details
Copy full SHA for d4675be
View code at this point
Browse repository at this point
Deprecate implementation module's unpack() (#290)
methane
authored
ae3a6ba
View commit details
Copy full SHA for ae3a6ba
View code at this point
Browse repository at this point
Fix Unpacker.feed() drops unused data in buffer. (#289)
Show description for f38c1a3
methane
authored
f38c1a3
View commit details
Copy full SHA for f38c1a3
View code at this point
Browse repository at this point
Fix #285 again
methane
committed
fbaa136
View commit details
Copy full SHA for fbaa136
View code at this point
Browse repository at this point
Revert "Move unpack() from each implementation to __init__." (#288)
Show description for 3ca8eff
methane
authored
3ca8eff
View commit details
Copy full SHA for 3ca8eff
View code at this point
Browse repository at this point
Revert "Move unpack() from each implementation to __init__. (#286)"
Show description for 9455fcc
methane
authored
9455fcc
View commit details
Copy full SHA for 9455fcc
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
0.5.5
methane
committed
02c881c
View commit details
Copy full SHA for 02c881c
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
Move unpack() from each implementation to __init__. (#286)
Show description for da902f9
methane
authored
da902f9
View commit details
Copy full SHA for da902f9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.