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
.
msgpack
/
msgpack-python
Public
Notifications
You must be signed in to change notification settings
Fork
255
Star
2.1k
Code
Issues
4
Pull requests
6
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-python
test
test_pack.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 14, 2026
Convert Packer's buf_size once (#726)
Show description for 9f9bdae
hdimer
authored
9f9bdae
View commit details
Copy full SHA for 9f9bdae
View code at this point
Browse repository at this point
Commits on May 6, 2024
Cleanup code and pyproject (#608)
Show description for 33e0e86
methane
authored
33e0e86
View commit details
Copy full SHA for 33e0e86
View code at this point
Browse repository at this point
Commits on May 3, 2024
use ruff instead of black (#598)
methane
authored
2eca765
View commit details
Copy full SHA for 2eca765
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
move project metadata to pyproject.toml (#555)
Show description for 423c6df
ThomasWaldmann
authored
423c6df
View commit details
Copy full SHA for 423c6df
View code at this point
Browse repository at this point
Commits on May 23, 2023
Drop Python 3.6 support (#543)
Show description for c8d0751
evgenymarkov
and
methane
authored
c8d0751
View commit details
Copy full SHA for c8d0751
View code at this point
Browse repository at this point
Commits on May 21, 2023
Drop python2 support (#519)
Show description for feec062
sblondon
and
methane
authored
feec062
View commit details
Copy full SHA for feec062
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
Add some test for timestamp (#403)
methane
authored
9d79351
View commit details
Copy full SHA for 9d79351
View code at this point
Browse repository at this point
Commits on Dec 6, 2019
Make strict_map_key default to True (#392)
methane
authored
d8e3cf0
View commit details
Copy full SHA for d8e3cf0
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
blacken test
methane
committed
10e5e39
View commit details
Copy full SHA for 10e5e39
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
Ressurect unicode_errors of the Packer. (#379)
methane
authored
83ebb63
View commit details
Copy full SHA for 83ebb63
View code at this point
Browse repository at this point
Remove encoding/unicode_errors options from Packer (#378)
methane
authored
e1ed004
View commit details
Copy full SHA for e1ed004
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Remove pytest warnings
methane
committed
464fe27
View commit details
Copy full SHA for 464fe27
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
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 Jan 12, 2018
s/raw_as_bytes/raw/g (#276)
Show description for 5569a4e
methane
authored
5569a4e
View commit details
Copy full SHA for 5569a4e
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Add raw_as_bytes option to Unpacker. (#265)
methane
authored
5534d0c
View commit details
Copy full SHA for 5534d0c
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
Remove code and tests for unsupported Python 2.6 (#250)
hugovk
authored and
methane
committed
0fc4ee9
View commit details
Copy full SHA for 0fc4ee9
View code at this point
Browse repository at this point
Commits on May 18, 2017
Packer accepts bytearray objects (#229)
jfolz
authored and
methane
committed
f0f2c0b
View commit details
Copy full SHA for f0f2c0b
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
fix typos and other cosmetic issues (#214)
Show description for e3fea94
ThomasWaldmann
authored and
methane
committed
e3fea94
View commit details
Copy full SHA for e3fea94
View code at this point
Browse repository at this point
Commits on Feb 15, 2014
Remove six completely.
methane
committed
0c22e77
View commit details
Copy full SHA for 0c22e77
View code at this point
Browse repository at this point
six.BytesIO => io.BytesIO
methane
committed
dee2d87
View commit details
Copy full SHA for dee2d87
View code at this point
Browse repository at this point
Commits on Feb 14, 2014
Remove too strict type check from test.
methane
committed
213f788
View commit details
Copy full SHA for 213f788
View code at this point
Browse repository at this point
Commits on Jun 3, 2013
more tests
yamt
committed
e250b89
View commit details
Copy full SHA for e250b89
View code at this point
Browse repository at this point
Commits on Feb 2, 2013
Fix minor bugs and tuning unpacking dict.
methane
committed
22920ba
View commit details
Copy full SHA for 22920ba
View code at this point
Browse repository at this point
Commits on Dec 29, 2012
Use py.test instead of nosetests.
methane
committed
593c832
View commit details
Copy full SHA for 593c832
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
Add `autoreset` option to Packer.
methane
committed
4adc6f1
View commit details
Copy full SHA for 4adc6f1
View code at this point
Browse repository at this point
Add `Packer.pack_pairs`.
methane
committed
537a2ab
View commit details
Copy full SHA for 537a2ab
View code at this point
Browse repository at this point
Commits on Sep 30, 2012
Fix some test failure.
methane
committed
d5f9995
View commit details
Copy full SHA for d5f9995
View code at this point
Browse repository at this point
Merge remote-tracking branch 'jnothman/read_size_cpp'
Show description for e016b3d
methane
committed
e016b3d
View commit details
Copy full SHA for e016b3d
View code at this point
Browse repository at this point
Commits on Sep 24, 2012
Packer.pack_array/map_header to correspond to read functions
jnothman
committed
9d9c3ee
View commit details
Copy full SHA for 9d9c3ee
View code at this point
Browse repository at this point
Commits on Sep 23, 2012
Fix warnings.
methane
committed
477d3b1
View commit details
Copy full SHA for 477d3b1
View code at this point
Browse repository at this point
Support object_pairs_hook
Show description for e381032
methane
committed
e381032
View commit details
Copy full SHA for e381032
View code at this point
Browse repository at this point
Fix warnings in tests.
methane
committed
c280e58
View commit details
Copy full SHA for c280e58
View code at this point
Browse repository at this point
Warn when use_list is not specified.
Show description for d503788
methane
committed
d503788
View commit details
Copy full SHA for d503788
View code at this point
Browse repository at this point
Implement object_pairs_hook
jnothman
committed
7794251
View commit details
Copy full SHA for 7794251
View code at this point
Browse repository at this point
Commits on Sep 22, 2012
Support packing subclass of dict.
methane
committed
4d64389
View commit details
Copy full SHA for 4d64389
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.