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
*
implement unpack_one also for the cython version, and add a test for it
Antonio Cuni
2013-10-19
2
-1
/
+32
*
add the hook for unknown types also to the cython Packer
Antonio Cuni
2013-10-18
1
-0
/
+6
*
implement Packer.pack_extended_type also in the cython version of the code
Antonio Cuni
2013-10-18
4
-1
/
+69
*
add support to unpack all ext formats
Antonio Cuni
2013-10-18
1
-1
/
+27
*
automatically find the best format to encode extended types
Antonio Cuni
2013-10-18
2
-8
/
+38
*
slightly change to API
Antonio Cuni
2013-10-18
2
-19
/
+14
*
kill some duplicate code from unpack/unpackb and move the logic to Unpacker.u...
Antonio Cuni
2013-10-18
2
-51
/
+52
*
add support for extended types: you can now pack/unpack custom python objects...
Antonio Cuni
2013-10-15
2
-47
/
+108
*
Merge pull request #72 from lgov/master
INADA Naoki
2013-09-13
1
-1
/
+1
|
\
|
*
* msgpack/exceptions.py: Fix typo in error message.
Lieven Govaerts
2013-09-13
1
-1
/
+1
|
/
*
Merge pull request #66 from yamt/fixes
INADA Naoki
2013-06-04
3
-6
/
+7
|
\
|
*
more tests
YAMAMOTO Takashi
2013-06-03
1
-2
/
+3
|
*
fix long vs long long bugs
YAMAMOTO Takashi
2013-06-03
1
-2
/
+2
|
*
fix compilation errors
YAMAMOTO Takashi
2013-06-03
1
-2
/
+2
|
/
*
Merge pull request #65 from msgpack/old-buffer
INADA Naoki
2013-05-18
2
-26
/
+28
|
\
|
*
Stop using const_void_ptr typedef.
INADA Naoki
2013-05-19
1
-3
/
+2
|
*
Revert "Use new buffer interface."
INADA Naoki
2013-05-19
1
-25
/
+28
|
*
Use --cplus for cythoning
INADA Naoki
2013-05-19
1
-1
/
+1
|
/
*
fix a compilation error
YAMAMOTO Takashi
2013-05-16
1
-1
/
+1
*
fix long/int confusions in pyx version of unpack
YAMAMOTO Takashi
2013-05-16
1
-4
/
+12
*
Merge pull request #63 from yamt/typo
INADA Naoki
2013-05-06
2
-2
/
+2
|
\
|
*
fix more comment typos
YAMAMOTO Takashi
2013-05-07
2
-2
/
+2
|
/
*
Merge pull request #62 from yamt/comment-typo
INADA Naoki
2013-05-01
1
-1
/
+1
|
\
|
*
fix a typo in a comment
YAMAMOTO Takashi
2013-05-01
1
-1
/
+1
|
/
*
Merge pull request #60 from jnothman/patch-2
INADA Naoki
2013-04-12
1
-3
/
+0
|
\
|
*
Remove obsolete StopIteration warning
jnothman
2013-04-10
1
-3
/
+0
|
/
*
Merge pull request #59 from msgpack/refactor
INADA Naoki
2013-04-07
1
-32
/
+31
|
\
|
*
Use new buffer interface.
INADA Naoki
2013-04-08
1
-28
/
+25
|
*
Unpacker.feed() uses new buffer interface.
INADA Naoki
2013-04-08
1
-4
/
+6
*
|
Merge pull request #58 from msgpack/refactor
INADA Naoki
2013-04-07
2
-8
/
+1
|
\
\
|
|
/
|
*
Remove unnecessary type declaration.
INADA Naoki
2013-04-08
2
-8
/
+1
|
/
*
Add build batch for Windows
INADA Naoki
2013-03-13
2
-0
/
+28
*
s/\t/ /g
INADA Naoki
2013-02-27
4
-699
/
+697
*
Merge pull request #54 from msgpack/remove-macros
INADA Naoki
2013-02-27
5
-227
/
+105
|
\
|
*
remove some macros.
INADA Naoki
2013-02-27
5
-124
/
+80
|
*
remove msgpack_pack* macros
INADA Naoki
2013-02-27
2
-103
/
+25
|
/
*
Merge pull request #53 from jnothman/patch-1
INADA Naoki
2013-02-27
1
-0
/
+2
|
\
|
*
Copy note on OutOfData from pypi to ChangeLog
jnothman
2013-02-27
1
-0
/
+2
|
/
*
doc: remove fallback from api reference.
INADA Naoki
2013-02-26
1
-6
/
+0
*
Fix typeerror.
INADA Naoki
2013-02-26
1
-6
/
+8
*
docs: better unpacker docstring.
INADA Naoki
2013-02-26
3
-24
/
+46
*
better packer docstring
INADA Naoki
2013-02-26
5
-19
/
+66
*
fallback: refactor
INADA Naoki
2013-02-25
1
-32
/
+30
*
Update docs.
INADA Naoki
2013-02-25
3
-5
/
+4
*
Update README
INADA Naoki
2013-02-24
1
-37
/
+40
*
Add apidoc
INADA Naoki
2013-02-24
4
-0
/
+490
*
Merge pull request #51 from msgpack/revert-skip-reserved
INADA Naoki
2013-02-23
3
-235
/
+179
|
\
|
*
Revert skipping reserved byte.
INADA Naoki
2013-02-23
2
-51
/
+45
|
*
Revert "Skip reserved byte"
INADA Naoki
2013-02-23
2
-173
/
+137
|
*
Revert "Fix test for Python 3."
INADA Naoki
2013-02-23
1
-15
/
+1
|
/
[next]