summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add max_buffer_size to Unpacker.INADA Naoki2012-07-132-14/+73
|
* Start 0.2.1INADA Naoki2012-07-131-1/+1
|
* Fix using deprecated api in tests.INADA Naoki2012-07-045-29/+29
|
* Fix rst syntax.0.2.0INADA Naoki2012-06-271-1/+1
|
* release 0.2.0INADA Naoki2012-06-271-1/+1
|
* Use setuptools to build egg package.INADA Naoki2012-06-271-1/+1
|
* update .gitignoreINADA Naoki2012-06-271-0/+3
|
* remove deprecated api.INADA Naoki2012-06-272-11/+3
|
* prepare 0.2INADA Naoki2012-06-273-23/+70
|
* Fix setup scripts.INADA Naoki2012-06-262-2/+2
| | | | Support _msgpack.cpp
* manage to compile on windowsINADA Naoki2012-06-263-3/+4
| | | | Use C++ compiler to build.
* Update changelogINADA Naoki2012-06-261-0/+1
|
* Fix new version of msgpack.INADA Naoki2012-06-263-6/+14
|
* Update msgpack version.INADA Naoki2012-06-265-154/+369
|
* Start 0.1.14devINADA Naoki2012-06-192-1/+14
|
* Fix tests to pass.INADA Naoki2012-06-194-24/+26
|
* unify tests for py2 and py3INADA Naoki2012-06-1914-462/+85
|
* Add ".tox" to .gitignoreINADA Naoki2012-06-191-0/+1
|
* Add test for subtype.INADA Naoki2012-06-191-0/+27
|
* Start using toxINADA Naoki2012-06-191-0/+9
|
* Merge pull request #8 from steeve/patch-1INADA Naoki2012-06-181-1/+1
|\ | | | | Make sure objects inherited from Dict are properly casted
| * Make sure objects inherited from Dict are properly casted (or else Cython ↵Steeve Morin2012-06-161-1/+1
|/ | | | will complain and crash).
* release 0.1.130.1.13INADA Naoki2012-04-212-1/+22
|
* Merge branch 'master' of github.com:msgpack/msgpack-pythonINADA Naoki2012-03-081-2/+6
|\
| * Merge pull request #7 from steeve/patch-3methane2012-02-281-2/+6
| |\ | | | | | | Fix massive memory leak with object_hook and list_hook when unpacking.
| | * Better prototypes.Steeve Morin2012-02-281-2/+2
| | |
| | * Fix massive memory leak with object_hook and list_hook when unpacking.Steeve Morin2012-02-281-2/+6
| |/
* | small optimization.INADA Naoki2012-03-081-2/+2
|/
* Merge pull request #6 from steeve/patch-2methane2012-02-161-1/+1
|\ | | | | Be greedier when checking for tuples or lists.
| * Be greedier when checking for tuples or lists.Steeve Morin2012-02-161-1/+1
|/
* Merge pull request #2 from urso/mastermethane2012-02-101-1/+3
|\ | | | | adopt setup.py to work with python older 2.7
| * adopt setup.py to work with python installation older 2.7Steffen Siering2012-01-181-1/+3
| |
* | Merge pull request #3 from wolever/patch-1methane2012-02-101-1/+2
|\ \ | |/ |/| Correcting 'utf-8' to 'unicode'.
| * Correcting 'utf-8' to 'unicode'.David Wolever2012-02-101-1/+2
|/
* 0.1.12: re-enable packs()/unpacks() aliases.0.1.12INADA Naoki2011-12-273-1/+20
|
* Release 0.1.110.1.11INADA Naoki2011-12-262-2/+3
|
* Fix compile error on MSVC. (davidgaleano)INADA Naoki2011-12-253-4/+9
|
* add *.so to .gitignoreINADA Naoki2011-12-251-0/+1
|
* Remove unnecessary semicolon.INADA Naoki2011-09-021-2/+2
|
* Update changelogINADA Naoki2011-09-021-0/+10
|
* Add test/ and test3/ to MANIFEST.inINADA Naoki2011-09-021-0/+2
|
* Use cython's embedsignature directive and enhance some docstrings.INADA Naoki2011-08-261-21/+28
|
* Add signature to docstring.INADA Naoki2011-08-221-4/+18
|
* Remove extra alias.INADA Naoki2011-08-221-2/+0
|
* Start 0.1.11a1.dev1INADA Naoki2011-08-221-1/+1
|
* 0.1.100.1.10INADA Naoki2011-08-223-4/+5
|
* Fix error in tests.INADA Naoki2011-08-221-1/+1
|
* Fixed `encoding` argument for unpacker in Pythontailhook2011-08-223-3/+34
|
* Fix install command for Windows.INADA Naoki2011-08-211-1/+2
|
* rename README to README.rstINADA Naoki2011-08-211-0/+0
|