FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack/fallback.py - simonsfoundation/msgpack-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
simonsfoundation
/
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
fallback.py
on
master
User selector
Datepicker
Commit history
Commits on Jun 8, 2020
Fix Unpacker.tell() (#427)
Show description for c1b1a23
jfolz
authored
c1b1a23
View commit details
Copy full SHA for c1b1a23
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 13, 2019
Fix some typo
methane
committed
42f5ecf
View commit details
Copy full SHA for 42f5ecf
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
Refine Timestamp APIs (#395)
methane
authored
887d3a7
View commit details
Copy full SHA for 887d3a7
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
Support datetime. (#394)
methane
authored
2186455
View commit details
Copy full SHA for 2186455
View code at this point
Browse repository at this point
Commits on Dec 9, 2019
Unpacker: Change max_buffer_size to 100MiB (#391)
methane
authored
c356035
View commit details
Copy full SHA for c356035
View code at this point
Browse repository at this point
Update README (#393)
methane
authored
5399f81
View commit details
Copy full SHA for 5399f81
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
Fix fallback Unpacker.read() (#388)
Show description for f6f6f32
methane
authored
f6f6f32
View commit details
Copy full SHA for f6f6f32
View code at this point
Browse repository at this point
Remove unused import
methane
committed
7a8ce0f
View commit details
Copy full SHA for 7a8ce0f
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Use new msgpack spec by default. (#386)
methane
authored
7e9905b
View commit details
Copy full SHA for 7e9905b
View code at this point
Browse repository at this point
fallback: Remove old buffer protocol support (#384)
methane
authored
de32048
View commit details
Copy full SHA for de32048
View code at this point
Browse repository at this point
Remove deprecated submodule unpack (#385)
methane
authored
9f4b2d5
View commit details
Copy full SHA for 9f4b2d5
View code at this point
Browse repository at this point
blacken
methane
committed
e557e17
View commit details
Copy full SHA for e557e17
View code at this point
Browse repository at this point
Add Timestamp support (#382)
methane
authored
6414069
View commit details
Copy full SHA for 6414069
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
Intern map keys (#381)
Show description for 2c66689
methane
authored
2c66689
View commit details
Copy full SHA for 2c66689
View code at this point
Browse repository at this point
Remove encoding option from Unpacker. (#380)
methane
authored
e419cd8
View commit details
Copy full SHA for e419cd8
View code at this point
Browse repository at this point
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 Nov 28, 2019
Drop Python 2 support from _cmsgpack (#376)
methane
authored
891f2d8
View commit details
Copy full SHA for 891f2d8
View code at this point
Browse repository at this point
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
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 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
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
Commits on Nov 20, 2018
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
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
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL