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
*
Fix setup scripts.
INADA Naoki
2012-06-26
2
-2
/
+2
*
manage to compile on windows
INADA Naoki
2012-06-26
3
-3
/
+4
*
Update changelog
INADA Naoki
2012-06-26
1
-0
/
+1
*
Fix new version of msgpack.
INADA Naoki
2012-06-26
3
-6
/
+14
*
Update msgpack version.
INADA Naoki
2012-06-26
5
-154
/
+369
*
Start 0.1.14dev
INADA Naoki
2012-06-19
2
-1
/
+14
*
Fix tests to pass.
INADA Naoki
2012-06-19
4
-24
/
+26
*
unify tests for py2 and py3
INADA Naoki
2012-06-19
14
-462
/
+85
*
Add ".tox" to .gitignore
INADA Naoki
2012-06-19
1
-0
/
+1
*
Add test for subtype.
INADA Naoki
2012-06-19
1
-0
/
+27
*
Start using tox
INADA Naoki
2012-06-19
1
-0
/
+9
*
Merge pull request #8 from steeve/patch-1
INADA Naoki
2012-06-18
1
-1
/
+1
|
\
|
*
Make sure objects inherited from Dict are properly casted (or else Cython wil...
Steeve Morin
2012-06-16
1
-1
/
+1
|
/
*
release 0.1.13
0.1.13
INADA Naoki
2012-04-21
2
-1
/
+22
*
Merge branch 'master' of github.com:msgpack/msgpack-python
INADA Naoki
2012-03-08
1
-2
/
+6
|
\
|
*
Merge pull request #7 from steeve/patch-3
methane
2012-02-28
1
-2
/
+6
|
|
\
|
|
*
Better prototypes.
Steeve Morin
2012-02-28
1
-2
/
+2
|
|
*
Fix massive memory leak with object_hook and list_hook when unpacking.
Steeve Morin
2012-02-28
1
-2
/
+6
|
|
/
*
|
small optimization.
INADA Naoki
2012-03-08
1
-2
/
+2
|
/
*
Merge pull request #6 from steeve/patch-2
methane
2012-02-16
1
-1
/
+1
|
\
|
*
Be greedier when checking for tuples or lists.
Steeve Morin
2012-02-16
1
-1
/
+1
|
/
*
Merge pull request #2 from urso/master
methane
2012-02-10
1
-1
/
+3
|
\
|
*
adopt setup.py to work with python installation older 2.7
Steffen Siering
2012-01-18
1
-1
/
+3
*
|
Merge pull request #3 from wolever/patch-1
methane
2012-02-10
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Correcting 'utf-8' to 'unicode'.
David Wolever
2012-02-10
1
-1
/
+2
|
/
*
0.1.12: re-enable packs()/unpacks() aliases.
0.1.12
INADA Naoki
2011-12-27
3
-1
/
+20
*
Release 0.1.11
0.1.11
INADA Naoki
2011-12-26
2
-2
/
+3
*
Fix compile error on MSVC. (davidgaleano)
INADA Naoki
2011-12-25
3
-4
/
+9
*
add *.so to .gitignore
INADA Naoki
2011-12-25
1
-0
/
+1
*
Remove unnecessary semicolon.
INADA Naoki
2011-09-02
1
-2
/
+2
*
Update changelog
INADA Naoki
2011-09-02
1
-0
/
+10
*
Add test/ and test3/ to MANIFEST.in
INADA Naoki
2011-09-02
1
-0
/
+2
*
Use cython's embedsignature directive and enhance some docstrings.
INADA Naoki
2011-08-26
1
-21
/
+28
*
Add signature to docstring.
INADA Naoki
2011-08-22
1
-4
/
+18
*
Remove extra alias.
INADA Naoki
2011-08-22
1
-2
/
+0
*
Start 0.1.11a1.dev1
INADA Naoki
2011-08-22
1
-1
/
+1
*
0.1.10
0.1.10
INADA Naoki
2011-08-22
3
-4
/
+5
*
Fix error in tests.
INADA Naoki
2011-08-22
1
-1
/
+1
*
Fixed `encoding` argument for unpacker in Python
tailhook
2011-08-22
3
-3
/
+34
*
Fix install command for Windows.
INADA Naoki
2011-08-21
1
-1
/
+2
*
rename README to README.rst
INADA Naoki
2011-08-21
1
-0
/
+0
*
(python) Fix typo in ChangeLog
INADA Naoki
2011-06-24
1
-1
/
+1
*
(python) make test pass with Python 2.5
inada-n
2011-06-01
2
-24
/
+29
*
Revert "(python) Change error message for unicode is passed but no encoding is"
INADA Naoki
2011-05-31
2
-1
/
+11
*
(python) Change error message for unicode is passed but no encoding is
INADA Naoki
2011-05-31
1
-1
/
+1
*
Implemented encoding for strings
tailhook
2011-04-15
5
-25
/
+169
*
python: Remove UnpackIterator. Unpacker is iterator of itself.
INADA Naoki
2011-01-30
1
-13
/
+4
*
python: Disable gc while deserializing.
INADA Naoki
2011-01-29
1
-0
/
+7
*
python: Fix segmentation fault when `default` returns it's argument.
INADA Naoki
2011-01-29
2
-3
/
+3
*
python: 0.1.9
INADA Naoki
2011-01-29
2
-1
/
+15
[next]