FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack - a5an0/msgpack-python · GitHub
a5an0
/
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 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 Apr 8, 2013
Use new buffer interface.
methane
committed
085db7f
View commit details
Copy full SHA for 085db7f
View code at this point
Browse repository at this point
Unpacker.feed() uses new buffer interface.
methane
committed
18215b0
View commit details
Copy full SHA for 18215b0
View code at this point
Browse repository at this point
Commits on Apr 7, 2013
Remove unnecessary type declaration.
methane
committed
0faa1bb
View commit details
Copy full SHA for 0faa1bb
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
s/\t/ /g
methane
committed
c9b6e5b
View commit details
Copy full SHA for c9b6e5b
View code at this point
Browse repository at this point
remove some macros.
methane
committed
c49489c
View commit details
Copy full SHA for c49489c
View code at this point
Browse repository at this point
remove msgpack_pack* macros
methane
committed
c91131f
View commit details
Copy full SHA for c91131f
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
Fix typeerror.
methane
committed
5176e92
View commit details
Copy full SHA for 5176e92
View code at this point
Browse repository at this point
docs: better unpacker docstring.
methane
committed
8e13598
View commit details
Copy full SHA for 8e13598
View code at this point
Browse repository at this point
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
Revert "Skip reserved byte"
Show description for a685979
methane
committed
a685979
View commit details
Copy full SHA for a685979
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
ff3342a
View commit details
Copy full SHA for ff3342a
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
0.3.0
methane
committed
df6449f
View commit details
Copy full SHA for df6449f
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
Commits on Jan 29, 2013
fallback: Support Python 3.
methane
committed
8d6a387
View commit details
Copy full SHA for 8d6a387
View code at this point
Browse repository at this point
Use MSGPACK_PUREPYTHON envvar to test fallback module
methane
committed
cbabeeb
View commit details
Copy full SHA for cbabeeb
View code at this point
Browse repository at this point
pep8 friendly.
methane
committed
328369e
View commit details
Copy full SHA for 328369e
View code at this point
Browse repository at this point
fallback: _fb_read: add fast-path
bwesterb
committed
4cde7f0
View commit details
Copy full SHA for 4cde7f0
View code at this point
Browse repository at this point
Revert "fallback: Use mmap objects instead of strings to unpack"
Show description for d91a0d3
bwesterb
committed
d91a0d3
View commit details
Copy full SHA for d91a0d3
View code at this point
Browse repository at this point
fallback: Use mmap objects instead of strings to unpack
Show description for 770fed6
bwesterb
committed
770fed6
View commit details
Copy full SHA for 770fed6
View code at this point
Browse repository at this point
fallback: add actual rollback and add a testcase for it
Show description for d2f549a
bwesterb
committed
d2f549a
View commit details
Copy full SHA for d2f549a
View code at this point
Browse repository at this point
fallback: bugfix in next()
bwesterb
committed
fb81f80
View commit details
Copy full SHA for fb81f80
View code at this point
Browse repository at this point
fallback: do not use dynamic format strings for struct.(un)pack
Show description for 94925ac
bwesterb
committed
94925ac
View commit details
Copy full SHA for 94925ac
View code at this point
Browse repository at this point
fallback: performance: write(a+b) -> write(a); write(b)
bwesterb
committed
af9c9ca
View commit details
Copy full SHA for af9c9ca
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
fallback: two fixes for raising ExtraData
bwesterb
committed
b940802
View commit details
Copy full SHA for b940802
View code at this point
Browse repository at this point
fallback: use __pypy__.builders.StringBuilder when available
Show description for 69ba3c9
bwesterb
committed
69ba3c9
View commit details
Copy full SHA for 69ba3c9
View code at this point
Browse repository at this point
Add pure Python fallback module
Show description for 6a28b28
bwesterb
committed
6a28b28
View commit details
Copy full SHA for 6a28b28
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL