index
:
delta/python-packages/msgpack-python.git
0.2
ci
cython-cache
develop
exceptions
fix-0_4_3-regression
fix-windows
main
master
max-xxx-size
next-marker
py310
release-0.4
remove-write-bytes
travis/cython-0.22
wheels
github.com: msgpack/msgpack-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
msgpack
/
fallback.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into next-marker
next-marker
INADA Naoki
2013-02-26
1
-35
/
+57
|
\
|
*
better packer docstring
INADA Naoki
2013-02-26
1
-0
/
+24
|
*
fallback: refactor
INADA Naoki
2013-02-25
1
-32
/
+30
*
|
purepython: s/_fb_/_/
INADA Naoki
2013-02-23
1
-101
/
+101
*
|
Merge branch 'master' into next-marker
INADA Naoki
2013-02-23
1
-3
/
+15
|
\
\
|
|
/
|
*
Revert skipping reserved byte.
INADA Naoki
2013-02-23
1
-6
/
+3
|
*
Fix exception incompatibility.
INADA Naoki
2013-02-22
1
-1
/
+4
|
*
Fix easy bug.
INADA Naoki
2013-02-21
1
-1
/
+1
|
*
skip reserved byte.
INADA Naoki
2013-02-21
1
-2
/
+12
|
*
On PyPy, preallocate lists
Alex Gaynor
2013-02-16
1
-1
/
+3
*
|
merge next_marker patch from @mitsuhiko
INADA Naoki
2013-02-21
1
-5
/
+27
|
/
*
Use _private names for non public data members. (fix #44)
INADA Naoki
2013-02-04
1
-75
/
+76
*
Fix minor bugs and tuning unpacking dict.
INADA Naoki
2013-02-03
1
-9
/
+16
*
fallback: Support Python 3.
INADA Naoki
2013-01-29
1
-20
/
+34
*
pep8 friendly.
INADA Naoki
2013-01-29
1
-17
/
+29
*
fallback: _fb_read: add fast-path
Bas Westerbaan
2013-01-29
1
-0
/
+5
*
Revert "fallback: Use mmap objects instead of strings to unpack"
Bas Westerbaan
2013-01-29
1
-51
/
+29
*
fallback: Use mmap objects instead of strings to unpack
Bas Westerbaan
2013-01-29
1
-29
/
+51
*
fallback: add actual rollback and add a testcase for it
Bas Westerbaan
2013-01-29
1
-8
/
+13
*
fallback: bugfix in next()
Bas Westerbaan
2013-01-29
1
-1
/
+1
*
fallback: do not use dynamic format strings for struct.(un)pack
Bas Westerbaan
2013-01-29
1
-5
/
+7
*
fallback: performance: write(a+b) -> write(a); write(b)
Bas Westerbaan
2013-01-29
1
-1
/
+2
*
fallback: two fixes for raising ExtraData
Bas Westerbaan
2013-01-28
1
-8
/
+17
*
fallback: use __pypy__.builders.StringBuilder when available
Bas Westerbaan
2013-01-28
1
-10
/
+36
*
Add pure Python fallback module
Bas Westerbaan
2013-01-28
1
-0
/
+476