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 }}
e7dal
/
u-msgpack-python
Public
forked from
vsergeev/u-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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 25, 2020
update version and changelog to v2.6.0
vsergeev
committed
cb4db37
View commit details
Copy full SHA for cb4db37
Browse repository at this point
update copyright years in license for 2020
vsergeev
committed
8599cae
View commit details
Copy full SHA for 8599cae
Browse repository at this point
add ext_serializable() decorator usage to readme and msgpack.org.md
Show description for b8f3ba6
vsergeev
committed
b8f3ba6
View commit details
Copy full SHA for b8f3ba6
Browse repository at this point
add ext_serializable() decorator
Show description for 8aa0ee8
vsergeev
and
LivInTheLookingGlass
committed
8aa0ee8
View commit details
Copy full SHA for 8aa0ee8
Browse repository at this point
defer Ext object creation in _unpack_ext()
vsergeev
committed
871a953
View commit details
Copy full SHA for 871a953
Browse repository at this point
Commits on Apr 24, 2020
improve line break formatting
Show description for 9a1eabf
vsergeev
committed
9a1eabf
View commit details
Copy full SHA for 9a1eabf
Browse repository at this point
remove unnecessary pass statement from wrapper classes
vsergeev
committed
0e539c4
View commit details
Copy full SHA for 0e539c4
Browse repository at this point
Commits on Mar 1, 2020
enable py38 tox environment in travis config
vsergeev
committed
022ca7d
View commit details
Copy full SHA for 022ca7d
Browse repository at this point
add py38 environment to tox config
vsergeev
committed
8c2ea25
View commit details
Copy full SHA for 8c2ea25
Browse repository at this point
add use_tuple unpacking option usage to readme
vsergeev
committed
4a3dabd
View commit details
Copy full SHA for 4a3dabd
Browse repository at this point
add use_tuple unpacking option to unpack arrays into tuples
Show description for 6d514f9
vsergeev
committed
6d514f9
View commit details
Copy full SHA for 6d514f9
Browse repository at this point
Commits on Aug 15, 2019
update version and changelog to v2.5.2
vsergeev
committed
027bc3f
View commit details
Copy full SHA for 027bc3f
Browse repository at this point
fix DeprecationWarning about using ABCs from collections on Python 3.7
LivInTheLookingGlass
authored and
vsergeev
committed
5ece62a
View commit details
Copy full SHA for 5ece62a
Browse repository at this point
Commits on Mar 4, 2019
update version and changelog to v2.5.1
vsergeev
committed
e290b76
View commit details
Copy full SHA for e290b76
Browse repository at this point
add handling for short reads in file unpacking
Show description for 50b1dd3
DisposaBoy
authored and
vsergeev
committed
50b1dd3
View commit details
Copy full SHA for 50b1dd3
Browse repository at this point
update pypy version names in travis config
Show description for 49fa885
vsergeev
committed
49fa885
View commit details
Copy full SHA for 49fa885
Browse repository at this point
enable py37 tox environment in travis config
vsergeev
committed
8c2d609
View commit details
Copy full SHA for 8c2d609
Browse repository at this point
add note about naive/aware timestamps to README.md
vsergeev
committed
ec7077e
View commit details
Copy full SHA for ec7077e
Browse repository at this point
fix naive/aware timestamp handling in packing
Show description for 64dfc38
vsergeev
committed
64dfc38
View commit details
Copy full SHA for 64dfc38
Browse repository at this point
Commits on Sep 4, 2018
add commented py37 tox environment to travis config
Show description for 1a9e606
vsergeev
committed
1a9e606
View commit details
Copy full SHA for 1a9e606
Browse repository at this point
add py37 environment to tox config
vsergeev
committed
9ad593e
View commit details
Copy full SHA for 9ad593e
Browse repository at this point
use tuple in isinstance() to simplify a few instance checks
Show description for 7a9b717
LivInTheLookingGlass
authored and
vsergeev
committed
7a9b717
View commit details
Copy full SHA for 7a9b717
Browse repository at this point
reduce calls to len() and favor < to <= in comparisons
Show description for 76751f3
LivInTheLookingGlass
authored and
vsergeev
committed
76751f3
View commit details
Copy full SHA for 76751f3
Browse repository at this point
make Ext a new-style object for cleaner python2 inheritance
Show description for 28907ba
LivInTheLookingGlass
authored and
vsergeev
committed
28907ba
View commit details
Copy full SHA for 28907ba
Browse repository at this point
Commits on Apr 1, 2018
update version and changelog to v2.5.0
vsergeev
committed
5665042
View commit details
Copy full SHA for 5665042
Browse repository at this point
allow user override of reserved msgpack ext types
vsergeev
committed
f035453
View commit details
Copy full SHA for f035453
Browse repository at this point
add support for msgpack timestamp format
vsergeev
committed
54d296f
View commit details
Copy full SHA for 54d296f
Browse repository at this point
add .pytest_cache/ to gitignore
vsergeev
committed
70f3daf
View commit details
Copy full SHA for 70f3daf
Browse repository at this point
Commits on Nov 20, 2017
add tox .cache/ to gitgnore
vsergeev
committed
d46ab0b
View commit details
Copy full SHA for d46ab0b
Browse repository at this point
fix tests for big-endian platforms
Show description for 16510e9
Sergei Trofimovich
authored and
vsergeev
committed
16510e9
View commit details
Copy full SHA for 16510e9
Browse repository at this point
Commits on Apr 25, 2017
update version and changelog to v2.4.1
vsergeev
committed
38c7125
View commit details
Copy full SHA for 38c7125
Browse repository at this point
Commits on Apr 20, 2017
update version and changelog to v2.4.0
vsergeev
committed
cdf8980
View commit details
Copy full SHA for cdf8980
Browse repository at this point
Commits on Apr 19, 2017
add note about tox to README.md
Show description for e60bc5e
medecau
authored and
vsergeev
committed
e60bc5e
View commit details
Copy full SHA for e60bc5e
Browse repository at this point
change travis configuration to use tox to run tests
medecau
authored and
vsergeev
committed
456032c
View commit details
Copy full SHA for 456032c
Browse repository at this point
add tox config file and .tox/ to gitignore
medecau
authored and
vsergeev
committed
2f7b667
View commit details
Copy full SHA for 2f7b667
Browse repository at this point
Previous
Next
You can’t perform that action at this time.