summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' of https://github.com/faerot/msgpack-python into ↵INADA Naoki2015-11-102-20/+52
| |\ \ | | | | | | | | | | | | pramukta-default_function_on_int_overflow
| | * | precise_mode instead of distinguish_tuplefaerot2014-05-222-34/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When precise_mode flag is set, serialization will be as precise as possible - type checks will be exact (type(..) is ... instead of isinstance(..., ...) and tuple will be treated as undefined type. This mode is to make accurate object serialization possible.
| | * | added distinguish_tuple argument to Packerfaerot2014-05-222-4/+19
| | | | | | | | | | | | | | | | This will make precise python types serialization possible.
* | | | Merge pull request #168 from msgpack/feature/drop-2.6INADA Naoki2016-01-252-6/+3
|\ \ \ \ | | | | | | | | | | Drop Python 2.6, 3.2 support
| * | | | Drop Python 2.6, 3.2 supportINADA Naoki2016-01-252-6/+3
|/ / / /
* | | | Update ChangeLogINADA Naoki2016-01-251-1/+1
| |_|/ |/| |
* | | 0.4.70.4.7INADA Naoki2016-01-251-1/+1
| | |
* | | Merge pull request #165 from frsyuki/fix-string-too-large-messageINADA Naoki2016-01-121-3/+3
|\ \ \ | | | | | | | | Fix wrong 'dict is too large' on unicode string
| * | | Fix wrong 'dict is too large' on unicode stringSadayuki Furuhashi2016-01-111-3/+3
|/ / /
* | | Merge pull request #160 from thedrow/patch-2INADA Naoki2016-01-031-1/+3
|\ \ \ | | | | | | | | Travis will now cache dependencies despite having a custom install step
| * | | Travis will now cache dependencies despite having a custom install step.Omer Katz2015-11-171-1/+3
| |/ /
* | | Merge pull request #163 from ThomasWaldmann/masterINADA Naoki2015-12-102-2/+2
|\ \ \ | | | | | | | | fix typos
| * | | fix typosThomas Waldmann2015-12-092-2/+2
| | | |
* | | | Merge pull request #159 from thedrow/patch-1INADA Naoki2015-11-232-4/+4
|\ \ \ \ | |_|/ / |/| | | Added Python 3.5 to the build matrix
| * | | Run the build with 3.5 since it's still not available by default in travis.Omer Katz2015-11-171-1/+1
| | | |
| * | | Added Python 3.5 to the build matrix.Omer Katz2015-11-171-2/+2
| | | |
| * | | Added python 3.5 to tox.ini.Omer Katz2015-11-171-1/+1
|/ / /
* | | Update ChangeLogINADA Naoki2015-11-091-0/+1
| | |
* | | refactorINADA Naoki2015-11-091-2/+2
| | |
* | | Merge pull request #135 from pramukta/default_function_on_int_overflowINADA Naoki2015-11-093-6/+37
|\ \ \ | | | | | | | | Default function on int overflow
| * | | corresponding change to cython implementationPramukta Kumar2015-03-171-6/+14
| | | |
| * | | calling the default function upon integer overflow in the fallback routinePramukta Kumar2015-03-171-0/+4
| | | |
| * | | Test to demonstrate that the default function isn't always called (#133)Pramukta Kumar2015-03-171-0/+19
| | | |
* | | | Fix compile errorINADA Naoki2015-11-091-1/+0
| | | |
* | | | Merge pull request #157 from methane/unpack-paramsINADA Naoki2015-11-091-2/+12
|\ \ \ \ | | | | | | | | | | Add missing params to unpack()
| * | | | Add missing params to unpack()INADA Naoki2015-11-091-2/+12
| | | | |
* | | | | Merge pull request #156 from methane/refactorINADA Naoki2015-11-093-37/+3
|\ \ \ \ \ | |/ / / / | | | | | refactor C code
| * | | | refactor C codeINADA Naoki2015-11-093-37/+3
|/ / / / | | | | | | | | | | | | fixes #137
* | | | Update ChangeLogINADA Naoki2015-11-091-0/+17
| | | |
* | | | readme: Fix markupINADA Naoki2015-11-091-2/+2
| | | |
* | | | Remove `msgpack 2.0` from READMEINADA Naoki2015-11-091-50/+59
| | | | | | | | | | | | | | | | There are no versio in spec.
* | | | Update gitignoreINADA Naoki2015-11-081-0/+3
| | | |
* | | | Update Windows compiler informationINADA Naoki2015-11-081-3/+7
| | | |
* | | | Drpo pypip.in badgeINADA Naoki2015-11-081-3/+0
| | | | | | | | | | | | | | | | It downs so long
* | | | Merge pull request #155 from methane/fix/152INADA Naoki2015-11-082-2/+7
|\ \ \ \ | | | | | | | | | | Decrease refcnt when error happend while unpacking
| * | | | Decrease refcnt when error happend while unpackingINADA Naoki2015-11-082-2/+7
|/ / / / | | | | | | | | | | | | Fixes #152
* | | | Merge pull request #153 from methane/fix/warningsINADA Naoki2015-11-074-26/+21
|\ \ \ \ | | | | | | | | | | fix compiler warnings
| * | | | Fix warningsINADA Naoki2015-11-073-18/+18
| | | | | | | | | | | | | | | | | | | | fixes #146
| * | | | Update travis settingINADA Naoki2015-11-071-8/+3
|/ / / /
* | | | executable setup.pyINADA Naoki2015-11-071-0/+0
| | | |
* | | | remove unused bat fileINADA Naoki2015-11-071-24/+0
| | | |
* | | | remove unused bat fileINADA Naoki2015-11-071-4/+0
| | | |
* | | | Merge pull request #151 from ThomasWaldmann/patch-1INADA Naoki2015-10-301-1/+1
|\ \ \ \ | |_|/ / |/| | | fix typo in setup.py
| * | | fix typo in setup.pyTW2015-10-301-1/+1
|/ / /
* | | Merge pull request #143 from emulbreh/pass-ext-hookINADA Naoki2015-08-241-2/+2
|\ \ \ | | | | | | | | Accept ext_hook for unpack()
| * | | Accept ext_hook for unpack()Johannes Dollinger2015-07-271-2/+2
|/ / /
* | | Merge pull request #136 from tbeu/patch-1INADA Naoki2015-03-231-1/+1
|\ \ \ | |/ / |/| | Update README.rst
| * | Update README.rsttbeu2015-03-221-1/+1
|/ / | | | | Fix typo
* | README: Update versionINADA Naoki2015-03-131-2/+2
| |
* | Merge pull request #128 from methane/travis/cython-0.22INADA Naoki2015-03-131-2/+6
|\ \ | | | | | | travis: Use cython 0.22