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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
fallback: Rewrite buffer from array of bytes to bytearray
INADA Naoki
2016-05-20
1
-100
/
+69
*
|
s/realloc/PyMem_Realloc/ (#193)
INADA Naoki
2016-05-08
1
-1
/
+1
*
|
Remove unused import (#190)
INADA Naoki
2016-05-05
1
-3
/
+0
*
|
travis: Use docker to test 32bit environment (#189)
INADA Naoki
2016-05-05
1
-2
/
+2
*
|
refactor header packing for str and bin types
folz
2016-05-04
1
-44
/
+39
*
|
fix problems associated with packing memoryviews
folz
2016-05-03
2
-13
/
+36
*
|
Use AppVeyor to build windows wheel (#188)
INADA Naoki
2016-05-03
1
-2
/
+2
*
|
Use Python's memory API (#185)
INADA Naoki
2016-04-30
2
-9
/
+21
*
|
Deprecate more useless exceptions
INADA Naoki
2016-02-14
1
-2
/
+2
*
|
Deprecate PackExceptions
INADA Naoki
2016-02-14
2
-8
/
+14
*
|
ExtraData should be UnpackValueError
INADA Naoki
2016-02-14
1
-1
/
+1
*
|
removed MsgpackBaseException
palaviv
2016-02-12
1
-6
/
+4
*
|
reraising ValueError from unpack.h as UnpackValueError
palaviv
2016-02-12
1
-17
/
+20
*
|
changed more ValueErrors to PackValueError
palaviv
2016-02-12
1
-5
/
+5
*
|
msgpack pack and unpack throws only exception that inherit from MsgpackBaseEx...
palaviv
2016-02-12
3
-34
/
+43
*
|
Support packing memoryview objects
folz
2016-01-25
2
-2
/
+21
*
|
Merge pull request #158 from methane/feature/strict-typecheck
INADA Naoki
2016-01-25
2
-21
/
+54
|
\
\
|
|
/
|
/
|
|
*
strict type check for ext type
INADA Naoki
2015-11-10
1
-1
/
+1
|
*
strict_types should be last argument
INADA Naoki
2015-11-10
2
-16
/
+16
|
*
fallback unpacker: precise => strict
INADA Naoki
2015-11-10
1
-12
/
+13
|
*
s/precise_mode/strict_types/
INADA Naoki
2015-11-10
1
-13
/
+13
|
*
Merge branch 'master' of https://github.com/faerot/msgpack-python into pramuk...
INADA Naoki
2015-11-10
2
-20
/
+52
|
|
\
|
|
*
precise_mode instead of distinguish_tuple
faerot
2014-05-22
2
-34
/
+51
|
|
*
added distinguish_tuple argument to Packer
faerot
2014-05-22
2
-4
/
+19
*
|
|
0.4.7
0.4.7
INADA Naoki
2016-01-25
1
-1
/
+1
*
|
|
Fix wrong 'dict is too large' on unicode string
Sadayuki Furuhashi
2016-01-11
1
-3
/
+3
*
|
|
Merge pull request #163 from ThomasWaldmann/master
INADA Naoki
2015-12-10
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix typos
Thomas Waldmann
2015-12-09
2
-2
/
+2
*
|
|
refactor
INADA Naoki
2015-11-09
1
-2
/
+2
*
|
|
Merge pull request #135 from pramukta/default_function_on_int_overflow
INADA Naoki
2015-11-09
2
-6
/
+18
|
\
\
\
|
*
|
|
corresponding change to cython implementation
Pramukta Kumar
2015-03-17
1
-6
/
+14
|
*
|
|
calling the default function upon integer overflow in the fallback routine
Pramukta Kumar
2015-03-17
1
-0
/
+4
*
|
|
|
Fix compile error
INADA Naoki
2015-11-09
1
-1
/
+0
*
|
|
|
Add missing params to unpack()
INADA Naoki
2015-11-09
1
-2
/
+12
*
|
|
|
refactor C code
INADA Naoki
2015-11-09
3
-37
/
+3
*
|
|
|
Decrease refcnt when error happend while unpacking
INADA Naoki
2015-11-08
2
-2
/
+7
*
|
|
|
Fix warnings
INADA Naoki
2015-11-07
3
-18
/
+18
|
|
/
/
|
/
|
|
*
|
|
Accept ext_hook for unpack()
Johannes Dollinger
2015-07-27
1
-2
/
+2
|
/
/
*
|
0.4.6
0.4.6
INADA Naoki
2015-03-13
1
-1
/
+1
*
|
fallback: Add some comment to Unpacker members.
INADA Naoki
2015-01-27
1
-1
/
+8
*
|
Fix #124
Bas Westerbaan
2015-01-26
1
-1
/
+4
*
|
0.4.5
INADA Naoki
2015-01-26
1
-1
/
+1
*
|
Fix error when use unicode_literal in Python 2
INADA Naoki
2015-01-25
1
-3
/
+7
*
|
Add max_<type>_len option to unpacker. (fixes #97).
INADA Naoki
2015-01-25
3
-46
/
+174
*
|
0.4.4
0.4.4
INADA Naoki
2015-01-09
1
-1
/
+1
*
|
Fix compile error.
INADA Naoki
2015-01-09
1
-1
/
+1
*
|
Merge branch 'master' of github.com:msgpack/msgpack-python
0.4.3
INADA Naoki
2015-01-07
2
-3
/
+2
|
\
\
|
*
|
Fix build failuer for Python 2.7 on Windows.
fix-windows
INADA Naoki
2015-01-07
2
-3
/
+2
*
|
|
0.4.3
INADA Naoki
2015-01-07
1
-1
/
+1
|
/
/
*
|
add support for pypy3
Xiaojie Lin
2014-11-14
1
-1
/
+4
[prev]
[next]