FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack - didlie/msgpack-python · GitHub
didlie
/
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
master
User selector
Datepicker
Commit history
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
Commits on Feb 16, 2018
Fix memory leak in pure Python Unpacker.feed() (#284)
Show description for ae8d469
methane
authored
ae8d469
View commit details
Copy full SHA for ae8d469
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
Use cython's cast for converting encoding and errors (#279)
Show description for 2644cbd
methane
authored
2644cbd
View commit details
Copy full SHA for 2644cbd
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
0.5.4
methane
committed
3510239
View commit details
Copy full SHA for 3510239
View code at this point
Browse repository at this point
Undeprecate unicode_errors (#278)
methane
authored
9fdb837
View commit details
Copy full SHA for 9fdb837
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
0.5.3
methane
committed
618b2cb
View commit details
Copy full SHA for 618b2cb
View code at this point
Browse repository at this point
Fix encoding and unicode_errors (#277)
Show description for a0ba076
andrewrabert
authored and
methane
committed
a0ba076
View commit details
Copy full SHA for a0ba076
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
0.5.2
methane
committed
52fb85a
View commit details
Copy full SHA for 52fb85a
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
Packer.pack() reset buffer on exception (#274)
Show description for d9ec8fc
methane
authored
d9ec8fc
View commit details
Copy full SHA for d9ec8fc
View code at this point
Browse repository at this point
packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)
methane
authored
60ef387
View commit details
Copy full SHA for 60ef387
View code at this point
Browse repository at this point
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 Jan 9, 2018
fallback: Update docstring.
methane
committed
fc09da9
View commit details
Copy full SHA for fc09da9
View code at this point
Browse repository at this point
Remove FutureWarning about use_bin_type option (#271)
methane
authored
0112957
View commit details
Copy full SHA for 0112957
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
prepare 0.5
methane
committed
d720c42
View commit details
Copy full SHA for d720c42
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Warn about future use_bin_type change (#264)
methane
authored
d0d3a40
View commit details
Copy full SHA for d0d3a40
View code at this point
Browse repository at this point
Raise MemoryError when failed to grow buffer (#263)
methane
authored
1979722
View commit details
Copy full SHA for 1979722
View code at this point
Browse repository at this point
Deprecate write_bytes option in Unpacker. (#262)
Show description for 43137d6
methane
authored
43137d6
View commit details
Copy full SHA for 43137d6
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
fix zero length raw can't be decoded. (#236)
Show description for 9934103
methane
authored
9934103
View commit details
Copy full SHA for 9934103
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
Add unittests to document serialisation of tuples (#246)
Show description for deeda31
lbolla
authored and
methane
committed
deeda31
View commit details
Copy full SHA for deeda31
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 Apr 29, 2017
Unpacker: add tell() (#227)
jfolz
authored and
methane
committed
a8d9162
View commit details
Copy full SHA for a8d9162
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Merge branch 'release-0.4'
methane
committed
2481c64
View commit details
Copy full SHA for 2481c64
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 Jul 30, 2016
Merge branch 'release-0.4'
methane
committed
1cc3c57
View commit details
Copy full SHA for 1cc3c57
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
0.4.8
methane
committed
ff208ad
View commit details
Copy full SHA for ff208ad
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
Merge branch 'release-0.4'
methane
committed
83e7b0a
View commit details
Copy full SHA for 83e7b0a
View code at this point
Browse repository at this point
Fix ext_hook call (#203)
Show description for b911b3c
methane
authored
b911b3c
View commit details
Copy full SHA for b911b3c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL