FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack/fallback.py - filmor/msgpack-python · GitHub
filmor
/
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
fallback.py
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 24, 2015
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 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 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 Mar 26, 2014
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 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 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
Commits on Feb 11, 2014
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
Commits on Dec 15, 2013
Added support of bytearrays to msgpack/fallback.py
jbzhur
committed
48ca2d7
View commit details
Copy full SHA for 48ca2d7
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
fallback: support packing ExtType
methane
committed
e3fee4d
View commit details
Copy full SHA for e3fee4d
View code at this point
Browse repository at this point
fallback: Support pack_ext_type.
methane
committed
aa68c9b
View commit details
Copy full SHA for aa68c9b
View code at this point
Browse repository at this point
code refactoring.
methane
committed
7123341
View commit details
Copy full SHA for 7123341
View code at this point
Browse repository at this point
Commits on Oct 17, 2013
Add ext type support to fallback.Unpacker.
methane
committed
d943920
View commit details
Copy full SHA for d943920
View code at this point
Browse repository at this point
Add bin type support for fallback Unpacker.
methane
committed
85eaff3
View commit details
Copy full SHA for 85eaff3
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Add bin type support to pure Python packer.
methane
committed
84f6b10
View commit details
Copy full SHA for 84f6b10
View code at this point
Browse repository at this point
refactoring.
methane
committed
171c538
View commit details
Copy full SHA for 171c538
View code at this point
Browse repository at this point
Commits on May 7, 2013
fix more comment typos
yamt
committed
56dbf7f
View commit details
Copy full SHA for 56dbf7f
View code at this point
Browse repository at this point
Commits on May 1, 2013
fix a typo in a comment
yamt
committed
0c3fecf
View commit details
Copy full SHA for 0c3fecf
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
better packer docstring
methane
committed
3ce005c
View commit details
Copy full SHA for 3ce005c
View code at this point
Browse repository at this point
Commits on Feb 25, 2013
fallback: refactor
methane
committed
1e38bfa
View commit details
Copy full SHA for 1e38bfa
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
Revert skipping reserved byte.
methane
committed
38a9ad9
View commit details
Copy full SHA for 38a9ad9
View code at this point
Browse repository at this point
Commits on Feb 22, 2013
Fix exception incompatibility.
methane
committed
f0fd90a
View commit details
Copy full SHA for f0fd90a
View code at this point
Browse repository at this point
Commits on Feb 21, 2013
Fix easy bug.
methane
committed
d766820
View commit details
Copy full SHA for d766820
View code at this point
Browse repository at this point
skip reserved byte.
methane
committed
9524033
View commit details
Copy full SHA for 9524033
View code at this point
Browse repository at this point
Commits on Feb 16, 2013
On PyPy, preallocate lists
Show description for 3f12846
alex
committed
3f12846
View commit details
Copy full SHA for 3f12846
View code at this point
Browse repository at this point
Commits on Feb 4, 2013
Use _private names for non public data members. (fix #44)
methane
committed
a865f8f
View commit details
Copy full SHA for a865f8f
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL