palaviv
|
d44063119b
|
changed more ValueErrors to PackValueError
|
2016-02-12 15:36:48 +02:00 |
|
palaviv
|
7d2d46effc
|
msgpack pack and unpack throws only exception that inherit from MsgpackBaseException. cython and fallback throws same exceptions
|
2016-02-12 11:00:39 +02:00 |
|
INADA Naoki
|
82b3121507
|
Merge pull request #161 from jfolz/feature/packbuffers
Support packing memoryview objects
|
2016-01-26 00:17:30 +09:00 |
|
folz
|
31adc5a3c0
|
Support packing memoryview objects
|
2016-01-25 13:25:10 +01:00 |
|
INADA Naoki
|
8036cb4e0e
|
Merge pull request #158 from methane/feature/strict-typecheck
Packer: check type strictly
|
2016-01-25 11:37:07 +09:00 |
|
INADA Naoki
|
a779b79b47
|
Add test for strict_types option
|
2016-01-25 10:19:49 +09:00 |
|
INADA Naoki
|
c8513898e2
|
Merge pull request #168 from msgpack/feature/drop-2.6
Drop Python 2.6, 3.2 support
|
2016-01-25 01:20:48 +09:00 |
|
INADA Naoki
|
005739388d
|
Drop Python 2.6, 3.2 support
|
2016-01-25 01:17:21 +09:00 |
|
INADA Naoki
|
3a8bb070f7
|
Update ChangeLog
|
2016-01-25 01:12:56 +09:00 |
|
INADA Naoki
|
1f8240eaf6
|
0.4.7
|
2016-01-25 01:10:50 +09:00 |
|
INADA Naoki
|
151a16d216
|
Merge pull request #165 from frsyuki/fix-string-too-large-message
Fix wrong 'dict is too large' on unicode string
|
2016-01-12 10:26:11 +09:00 |
|
Sadayuki Furuhashi
|
83424bd7b3
|
Fix wrong 'dict is too large' on unicode string
|
2016-01-11 13:57:33 -08:00 |
|
INADA Naoki
|
68d62bf9a1
|
Merge pull request #160 from thedrow/patch-2
Travis will now cache dependencies despite having a custom install step
|
2016-01-03 02:27:08 +09:00 |
|
INADA Naoki
|
b6e962d0a6
|
Merge pull request #163 from ThomasWaldmann/master
fix typos
|
2015-12-10 17:42:15 +09:00 |
|
Thomas Waldmann
|
9c6584ee10
|
fix typos
|
2015-12-09 13:53:42 +01:00 |
|
INADA Naoki
|
88a38dce06
|
Merge pull request #159 from thedrow/patch-1
Added Python 3.5 to the build matrix
|
2015-11-23 04:34:39 +09:00 |
|
Omer Katz
|
e4aa43d769
|
Travis will now cache dependencies despite having a custom install step.
|
2015-11-17 17:08:04 +02:00 |
|
Omer Katz
|
81177caff7
|
Run the build with 3.5 since it's still not available by default in travis.
|
2015-11-17 16:57:25 +02:00 |
|
Omer Katz
|
4d9684db0a
|
Added Python 3.5 to the build matrix.
|
2015-11-17 15:32:34 +02:00 |
|
Omer Katz
|
6f38bf7dd4
|
Added python 3.5 to tox.ini.
|
2015-11-17 15:31:36 +02:00 |
|
INADA Naoki
|
628c519187
|
strict type check for ext type
|
2015-11-10 03:41:09 +09:00 |
|
INADA Naoki
|
9b673279d3
|
strict_types should be last argument
|
2015-11-10 03:37:54 +09:00 |
|
INADA Naoki
|
1032ef9bf2
|
fallback unpacker: precise => strict
|
2015-11-10 03:33:50 +09:00 |
|
INADA Naoki
|
cbdf3c339a
|
s/precise_mode/strict_types/
|
2015-11-10 03:30:11 +09:00 |
|
INADA Naoki
|
e9a47cbd35
|
Merge branch 'master' of https://github.com/faerot/msgpack-python into pramukta-default_function_on_int_overflow
|
2015-11-10 01:52:52 +09:00 |
|
INADA Naoki
|
29266b024e
|
Update ChangeLog
|
2015-11-09 02:34:28 +09:00 |
|
INADA Naoki
|
a1317b604f
|
refactor
|
2015-11-09 02:34:17 +09:00 |
|
INADA Naoki
|
ca87a7e539
|
Merge pull request #135 from pramukta/default_function_on_int_overflow
Default function on int overflow
|
2015-11-09 02:23:22 +09:00 |
|
INADA Naoki
|
7d900371c8
|
Fix compile error
|
2015-11-09 02:09:39 +09:00 |
|
INADA Naoki
|
b6f7243479
|
Merge pull request #157 from methane/unpack-params
Add missing params to unpack()
|
2015-11-09 02:03:17 +09:00 |
|
INADA Naoki
|
f7d3715f2c
|
Add missing params to unpack()
|
2015-11-09 02:00:48 +09:00 |
|
INADA Naoki
|
e38e49ff93
|
Merge pull request #156 from methane/refactor
refactor C code
|
2015-11-09 01:54:24 +09:00 |
|
INADA Naoki
|
de3c2b99f7
|
refactor C code
fixes #137
|
2015-11-09 01:52:37 +09:00 |
|
INADA Naoki
|
3cef27b69b
|
Update ChangeLog
|
2015-11-09 00:54:06 +09:00 |
|
INADA Naoki
|
8aadc5c380
|
readme: Fix markup
|
2015-11-09 00:50:07 +09:00 |
|
INADA Naoki
|
e601ef4c23
|
Remove msgpack 2.0 from README
There are no versio in spec.
|
2015-11-09 00:43:52 +09:00 |
|
INADA Naoki
|
53fcd9b9df
|
Update gitignore
|
2015-11-08 19:37:40 +09:00 |
|
INADA Naoki
|
6f208abbc7
|
Update Windows compiler information
|
2015-11-08 17:34:52 +09:00 |
|
INADA Naoki
|
02611afd5f
|
Drpo pypip.in badge
It downs so long
|
2015-11-08 17:29:09 +09:00 |
|
INADA Naoki
|
dbe6572ee5
|
Merge pull request #155 from methane/fix/152
Decrease refcnt when error happend while unpacking
|
2015-11-08 12:45:29 +09:00 |
|
INADA Naoki
|
35a69ac9c2
|
Decrease refcnt when error happend while unpacking
Fixes #152
|
2015-11-08 12:43:54 +09:00 |
|
INADA Naoki
|
a329850147
|
Merge pull request #153 from methane/fix/warnings
fix compiler warnings
|
2015-11-07 16:54:11 +09:00 |
|
INADA Naoki
|
e9ab4d8824
|
Fix warnings
fixes #146
|
2015-11-07 16:52:58 +09:00 |
|
INADA Naoki
|
ab359e3330
|
Update travis setting
|
2015-11-07 16:50:04 +09:00 |
|
INADA Naoki
|
c102e6cee5
|
executable setup.py
|
2015-11-07 14:30:05 +09:00 |
|
INADA Naoki
|
52a38c6e9d
|
remove unused bat file
|
2015-11-07 14:26:14 +09:00 |
|
INADA Naoki
|
672b220a3f
|
remove unused bat file
|
2015-11-07 13:17:28 +09:00 |
|
INADA Naoki
|
cd1f158b76
|
Merge pull request #151 from ThomasWaldmann/patch-1
fix typo in setup.py
|
2015-10-30 17:13:11 +09:00 |
|
TW
|
c3a3f9b0a5
|
fix typo in setup.py
|
2015-10-30 00:36:12 +01:00 |
|
INADA Naoki
|
aa209ab1e9
|
Merge pull request #143 from emulbreh/pass-ext-hook
Accept ext_hook for unpack()
|
2015-08-24 03:16:24 +09:00 |
|