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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
travis: Use docker to test 32bit environment (#189)
INADA Naoki
2016-05-05
3
-13
/
+43
*
|
Pure Python packer supports memoryview of multi byte items.
INADA Naoki
2016-05-05
3
-41
/
+159
|
\
\
|
*
|
Remove double underscore prefix
INADA Naoki
2016-05-05
1
-22
/
+21
|
*
|
add lower bound tests for memoryviews
folz
2016-05-04
1
-0
/
+8
|
*
|
refactor header packing for str and bin types
folz
2016-05-04
1
-44
/
+39
|
*
|
more descriptive test names
folz
2016-05-04
1
-51
/
+21
|
*
|
fix problems associated with packing memoryviews
folz
2016-05-03
3
-18
/
+164
|
/
/
*
|
Use AppVeyor to build windows wheel (#188)
INADA Naoki
2016-05-03
3
-2
/
+80
*
|
Use Python's memory API (#185)
INADA Naoki
2016-04-30
2
-9
/
+21
*
|
Update README.rst (#184)
Timothy Cyrus
2016-04-30
1
-1
/
+1
*
|
Use manylinux1 wheel for Cython (#179)
INADA Naoki
2016-04-16
1
-2
/
+2
*
|
Merge pull request #172 from methane/palaviv-msgpack-exceptions
INADA Naoki
2016-02-14
5
-74
/
+93
|
\
\
|
*
|
Deprecate more useless exceptions
INADA Naoki
2016-02-14
1
-2
/
+2
|
*
|
remove too much parameterized tests
INADA Naoki
2016-02-14
1
-28
/
+21
|
*
|
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
2
-15
/
+13
|
*
|
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
4
-52
/
+71
|
/
/
*
|
Merge pull request #161 from jfolz/feature/packbuffers
INADA Naoki
2016-01-26
3
-2
/
+33
|
\
\
|
*
|
Support packing memoryview objects
folz
2016-01-25
3
-2
/
+33
|
/
/
*
|
Merge pull request #158 from methane/feature/strict-typecheck
INADA Naoki
2016-01-25
3
-21
/
+69
|
\
\
|
*
|
Add test for strict_types option
INADA Naoki
2016-01-25
1
-0
/
+15
|
*
|
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
*
|
|
|
Merge pull request #168 from msgpack/feature/drop-2.6
INADA Naoki
2016-01-25
2
-6
/
+3
|
\
\
\
\
|
*
|
|
|
Drop Python 2.6, 3.2 support
INADA Naoki
2016-01-25
2
-6
/
+3
|
/
/
/
/
*
|
|
|
Update ChangeLog
INADA Naoki
2016-01-25
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
0.4.7
0.4.7
INADA Naoki
2016-01-25
1
-1
/
+1
*
|
|
Merge pull request #165 from frsyuki/fix-string-too-large-message
INADA Naoki
2016-01-12
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix wrong 'dict is too large' on unicode string
Sadayuki Furuhashi
2016-01-11
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #160 from thedrow/patch-2
INADA Naoki
2016-01-03
1
-1
/
+3
|
\
\
\
|
*
|
|
Travis will now cache dependencies despite having a custom install step.
Omer Katz
2015-11-17
1
-1
/
+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
*
|
|
|
Merge pull request #159 from thedrow/patch-1
INADA Naoki
2015-11-23
2
-4
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Run the build with 3.5 since it's still not available by default in travis.
Omer Katz
2015-11-17
1
-1
/
+1
|
*
|
|
Added Python 3.5 to the build matrix.
Omer Katz
2015-11-17
1
-2
/
+2
|
*
|
|
Added python 3.5 to tox.ini.
Omer Katz
2015-11-17
1
-1
/
+1
|
/
/
/
*
|
|
Update ChangeLog
INADA Naoki
2015-11-09
1
-0
/
+1
*
|
|
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
3
-6
/
+37
|
\
\
\
|
*
|
|
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
[prev]
[next]