Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos and other cosmetic issues (#214)release-0.4 | TW | 2017-01-11 | 10 | -56/+57 |
| | | | | | | | cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings | ||||
* | Make manylinux1 wheels | INADA Naoki | 2016-07-30 | 2 | -0/+15 |
| | |||||
* | 0.4.80.4.8 | INADA Naoki | 2016-07-29 | 2 | -2/+11 |
| | |||||
* | Fix ext_hook call (#203) | INADA Naoki | 2016-07-21 | 2 | -3/+3 |
| | | | fixes #202 | ||||
* | Enable Python35-x64 in AppVeyor | INADA Naoki | 2016-07-21 | 1 | -4/+1 |
| | |||||
* | Use AppVeyor to build windows wheel (#188) | INADA Naoki | 2016-07-21 | 3 | -2/+80 |
| | | | | | | * Add AppVeyor support to build windows wheel * Fix test_limits on 32bit environments * Ignore Python35-x64 test fail for now Should be fixed in next version. | ||||
* | 0.4.70.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 | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | | 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 |
|\ \ \ | |_|/ |/| | | 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 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 |
|\ \ | | | | | | | Default function on int overflow | ||||
| * | | 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 |
| | | | |||||
| * | | Test to demonstrate that the default function isn't always called (#133) | Pramukta Kumar | 2015-03-17 | 1 | -0/+19 |
| | | | |||||
* | | | Fix compile error | INADA Naoki | 2015-11-09 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #157 from methane/unpack-params | INADA Naoki | 2015-11-09 | 1 | -2/+12 |
|\ \ \ | | | | | | | | | Add missing params to unpack() | ||||
| * | | | Add missing params to unpack() | INADA Naoki | 2015-11-09 | 1 | -2/+12 |
| | | | | |||||
* | | | | Merge pull request #156 from methane/refactor | INADA Naoki | 2015-11-09 | 3 | -37/+3 |
|\ \ \ \ | |/ / / | | | | | refactor C code | ||||
| * | | | refactor C code | INADA Naoki | 2015-11-09 | 3 | -37/+3 |
|/ / / | | | | | | | | | | fixes #137 | ||||
* | | | Update ChangeLog | INADA Naoki | 2015-11-09 | 1 | -0/+17 |
| | | | |||||
* | | | readme: Fix markup | INADA Naoki | 2015-11-09 | 1 | -2/+2 |
| | | | |||||
* | | | Remove `msgpack 2.0` from README | INADA Naoki | 2015-11-09 | 1 | -50/+59 |
| | | | | | | | | | | | | There are no versio in spec. | ||||
* | | | Update gitignore | INADA Naoki | 2015-11-08 | 1 | -0/+3 |
| | | | |||||
* | | | Update Windows compiler information | INADA Naoki | 2015-11-08 | 1 | -3/+7 |
| | | | |||||
* | | | Drpo pypip.in badge | INADA Naoki | 2015-11-08 | 1 | -3/+0 |
| | | | | | | | | | | | | It downs so long | ||||
* | | | Merge pull request #155 from methane/fix/152 | INADA Naoki | 2015-11-08 | 2 | -2/+7 |
|\ \ \ | | | | | | | | | Decrease refcnt when error happend while unpacking | ||||
| * | | | Decrease refcnt when error happend while unpacking | INADA Naoki | 2015-11-08 | 2 | -2/+7 |
|/ / / | | | | | | | | | | Fixes #152 | ||||
* | | | Merge pull request #153 from methane/fix/warnings | INADA Naoki | 2015-11-07 | 4 | -26/+21 |
|\ \ \ | | | | | | | | | fix compiler warnings | ||||
| * | | | Fix warnings | INADA Naoki | 2015-11-07 | 3 | -18/+18 |
| | | | | | | | | | | | | | | | | fixes #146 | ||||
| * | | | Update travis setting | INADA Naoki | 2015-11-07 | 1 | -8/+3 |
|/ / / | |||||
* | | | executable setup.py | INADA Naoki | 2015-11-07 | 1 | -0/+0 |
| | | | |||||
* | | | remove unused bat file | INADA Naoki | 2015-11-07 | 1 | -24/+0 |
| | | | |||||
* | | | remove unused bat file | INADA Naoki | 2015-11-07 | 1 | -4/+0 |
| | | | |||||
* | | | Merge pull request #151 from ThomasWaldmann/patch-1 | INADA Naoki | 2015-10-30 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | fix typo in setup.py | ||||
| * | | fix typo in setup.py | TW | 2015-10-30 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #143 from emulbreh/pass-ext-hook | INADA Naoki | 2015-08-24 | 1 | -2/+2 |
|\ \ | | | | | | | Accept ext_hook for unpack() | ||||
| * | | Accept ext_hook for unpack() | Johannes Dollinger | 2015-07-27 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #136 from tbeu/patch-1 | INADA Naoki | 2015-03-23 | 1 | -1/+1 |
|\ \ | |/ |/| | Update README.rst | ||||
| * | Update README.rst | tbeu | 2015-03-22 | 1 | -1/+1 |
|/ | | | Fix typo | ||||
* | README: Update version | INADA Naoki | 2015-03-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #128 from methane/travis/cython-0.22 | INADA Naoki | 2015-03-13 | 1 | -2/+6 |
|\ | | | | | travis: Use cython 0.22 |