FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack - cluo/msgpack-python · GitHub
cluo
/
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 Jan 27, 2015
fallback: Add some comment to Unpacker members.
methane
committed
4576b94
View commit details
Copy full SHA for 4576b94
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Fix #124
Show description for a71a24d
bwesterb
committed
a71a24d
View commit details
Copy full SHA for a71a24d
View code at this point
Browse repository at this point
Commits on Jan 25, 2015
0.4.5
methane
committed
630c046
View commit details
Copy full SHA for 630c046
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
Fix error when use unicode_literal in Python 2
methane
committed
2985f4d
View commit details
Copy full SHA for 2985f4d
View code at this point
Browse repository at this point
Add max_<type>_len option to unpacker. (fixes #97).
Show description for 75ce78d
methane
committed
75ce78d
View commit details
Copy full SHA for 75ce78d
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
0.4.4
methane
committed
deb8094
View commit details
Copy full SHA for deb8094
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Fix compile error.
methane
committed
ee0e435
View commit details
Copy full SHA for ee0e435
View code at this point
Browse repository at this point
Commits on Jan 7, 2015
Merge branch 'master' of github.com:msgpack/msgpack-python
methane
committed
868d149
View commit details
Copy full SHA for 868d149
View code at this point
Browse repository at this point
0.4.3
methane
committed
5bc6859
View commit details
Copy full SHA for 5bc6859
View code at this point
Browse repository at this point
Fix build failuer for Python 2.7 on Windows.
Show description for 9624a2a
methane
committed
9624a2a
View commit details
Copy full SHA for 9624a2a
View code at this point
Browse repository at this point
Commits on Nov 14, 2014
add support for pypy3
JasonXJ
committed
d5e9ac9
View commit details
Copy full SHA for d5e9ac9
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Fix build and tests.
methane
committed
d6c773d
View commit details
Copy full SHA for d6c773d
View code at this point
Browse repository at this point
Commits on Jun 15, 2014
fallback: fix BufferFull with sloppy consume
bwesterb
committed
0532ea8
View commit details
Copy full SHA for 0532ea8
View code at this point
Browse repository at this point
Commits on Jun 14, 2014
fallback: _fb_read: do a big read, when we need a big read
bwesterb
committed
b334d44
View commit details
Copy full SHA for b334d44
View code at this point
Browse repository at this point
fallback: add some comments to _fb_read
bwesterb
committed
952eb9f
View commit details
Copy full SHA for 952eb9f
View code at this point
Browse repository at this point
fallback: do not reset the buffer completely in between of iterations
bwesterb
committed
7eb371f
View commit details
Copy full SHA for 7eb371f
View code at this point
Browse repository at this point
fallback: _fb_consume: improve performance with pypy
bwesterb
committed
ba8cf1c
View commit details
Copy full SHA for ba8cf1c
View code at this point
Browse repository at this point
fallback: set default read_size to 4096
bwesterb
committed
56cf384
View commit details
Copy full SHA for 56cf384
View code at this point
Browse repository at this point
fallback: add missing update of _fb_buf_n
bwesterb
committed
67391fd
View commit details
Copy full SHA for 67391fd
View code at this point
Browse repository at this point
Commits on May 25, 2014
Fix unpacking uint32 on 32bit or LLP64.
methane
committed
7f623c0
View commit details
Copy full SHA for 7f623c0
View code at this point
Browse repository at this point
Commits on Mar 26, 2014
0.4.2
methane
committed
61bac2f
View commit details
Copy full SHA for 61bac2f
View code at this point
Browse repository at this point
Merge pull request #94 from msgpack/strict-input-check
Show description for 3a9dc1d
methane
committed
3a9dc1d
View commit details
Copy full SHA for 3a9dc1d
View code at this point
Browse repository at this point
Fix size limit on pack_array_header and pack_map_header.
methane
committed
ef5d93d
View commit details
Copy full SHA for ef5d93d
View code at this point
Browse repository at this point
Commits on Mar 25, 2014
Add check for format limits.
methane
committed
c60ab28
View commit details
Copy full SHA for c60ab28
View code at this point
Browse repository at this point
Commits on Mar 24, 2014
Unpacker's ext_hook fixed + tests
Alexey Popravka
committed
d850e56
View commit details
Copy full SHA for d850e56
View code at this point
Browse repository at this point
Commits on Feb 17, 2014
0.4.1
methane
committed
1ca3c27
View commit details
Copy full SHA for 1ca3c27
View code at this point
Browse repository at this point
Commits on Feb 16, 2014
Merge branch 'pr/82'
methane
committed
eb3537a
View commit details
Copy full SHA for eb3537a
View code at this point
Browse repository at this point
fix
methane
committed
7effb4a
View commit details
Copy full SHA for 7effb4a
View code at this point
Browse repository at this point
Commits on Feb 13, 2014
Unpacker: maintain refcnt (fix #67).
methane
committed
6d80569
View commit details
Copy full SHA for 6d80569
View code at this point
Browse repository at this point
Commits on Feb 12, 2014
fixed support of python3
jbzhur
committed
11a3b15
View commit details
Copy full SHA for 11a3b15
View code at this point
Browse repository at this point
Feed data from file before _unpack()
methane
committed
9d61f24
View commit details
Copy full SHA for 9d61f24
View code at this point
Browse repository at this point
Fix warning on 64bit environment.
methane
committed
d2fc801
View commit details
Copy full SHA for d2fc801
View code at this point
Browse repository at this point
Merge pull request #84 from wbolster/exception-type-cleanups
Show description for f322ed4
methane
committed
f322ed4
View commit details
Copy full SHA for f322ed4
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
Cosmetic changes to fix Cython warnings
Show description for dd65341
wbolster
committed
dd65341
View commit details
Copy full SHA for dd65341
View code at this point
Browse repository at this point
Always raise TypeError for wrong argument types
Show description for 77046b8
wbolster
committed
77046b8
View commit details
Copy full SHA for 77046b8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL