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
path:
root
/
msgpack
Commit message (
Expand
)
Author
Age
Files
Lines
*
fallback: Support Python 3.
INADA Naoki
2013-01-29
1
-20
/
+34
*
Use MSGPACK_PUREPYTHON envvar to test fallback module
INADA Naoki
2013-01-29
1
-4
/
+8
*
pep8 friendly.
INADA Naoki
2013-01-29
1
-17
/
+29
*
fallback: _fb_read: add fast-path
Bas Westerbaan
2013-01-29
1
-0
/
+5
*
Revert "fallback: Use mmap objects instead of strings to unpack"
Bas Westerbaan
2013-01-29
1
-51
/
+29
*
fallback: Use mmap objects instead of strings to unpack
Bas Westerbaan
2013-01-29
1
-29
/
+51
*
fallback: add actual rollback and add a testcase for it
Bas Westerbaan
2013-01-29
1
-8
/
+13
*
fallback: bugfix in next()
Bas Westerbaan
2013-01-29
1
-1
/
+1
*
fallback: do not use dynamic format strings for struct.(un)pack
Bas Westerbaan
2013-01-29
1
-5
/
+7
*
fallback: performance: write(a+b) -> write(a); write(b)
Bas Westerbaan
2013-01-29
1
-1
/
+2
*
fallback: two fixes for raising ExtraData
Bas Westerbaan
2013-01-28
1
-8
/
+17
*
fallback: use __pypy__.builders.StringBuilder when available
Bas Westerbaan
2013-01-28
1
-10
/
+36
*
Add pure Python fallback module
Bas Westerbaan
2013-01-28
2
-2
/
+482
*
Fix unpacker doesn't raise exception for invalid input (Merge branch '0.2'
INADA Naoki
2012-12-29
1
-1
/
+3
|
\
|
*
Fix unpacker doesn't raise exception for invalid input.
0.2
INADA Naoki
2012-12-29
1
-1
/
+3
|
*
0.2.4
0.2.4
INADA Naoki
2012-12-22
1
-1
/
+1
*
|
Merge branch '0.2-maint' (fix #39)
INADA Naoki
2012-12-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Check return value of _end functions.
INADA Naoki
2012-12-22
1
-3
/
+3
|
*
Add NULL check.
INADA Naoki
2012-12-22
1
-0
/
+3
|
*
prepare 0.2.3
INADA Naoki
2012-12-11
1
-1
/
+1
|
*
Fix tests.
INADA Naoki
2012-12-11
1
-26
/
+36
*
|
Split _msgpack.pyx
INADA Naoki
2012-12-11
4
-373
/
+392
*
|
rename _msgpack.pyx => _packer.pyx
INADA Naoki
2012-12-11
2
-1
/
+2
*
|
Add `autoreset` option to Packer.
INADA Naoki
2012-12-10
1
-12
/
+36
*
|
Add `Packer.pack_pairs`.
INADA Naoki
2012-12-10
1
-4
/
+35
*
|
refactoring: remove pack_define.h
INADA Naoki
2012-12-10
2
-27
/
+2
*
|
Remove unused UnpackException.
INADA Naoki
2012-12-10
1
-1
/
+0
*
|
Improve docstring.
INADA Naoki
2012-12-10
1
-8
/
+4
*
|
`pack` raise MemoryError when realloc is failed.
INADA Naoki
2012-12-10
1
-1
/
+3
*
|
Improve docstrings.
INADA Naoki
2012-12-10
1
-4
/
+23
*
|
Split exceptions.
INADA Naoki
2012-12-10
2
-8
/
+39
*
|
Add NOTE for changing default value of use_list.
INADA Naoki
2012-12-07
1
-1
/
+1
*
|
Add Unpacker.read_bytes().
INADA Naoki
2012-12-06
1
-0
/
+10
|
\
\
|
*
\
Merge commit 'd5f9995' into read_bytes
Joel Nothman
2012-10-04
4
-106
/
+236
|
|
\
\
|
*
|
|
Cleaner read_bytes and a test case
Joel Nothman
2012-09-23
1
-7
/
+5
|
*
|
|
Expose packed stream with Unpacker.read_bytes()
jnothman
2012-09-21
1
-0
/
+12
*
|
|
|
Merge pull request #23 from jnothman/write_bytes
INADA Naoki
2012-12-06
1
-12
/
+25
|
\
\
\
\
|
*
|
|
|
Allow packed data to be captured while executing skip(), etc.
Joel Nothman
2012-10-04
1
-12
/
+25
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Fix segmentation fault.
INADA Naoki
2012-11-07
1
-1
/
+1
*
|
|
|
Fix unpack error on Python 3.2.
INADA Naoki
2012-11-07
1
-23
/
+35
*
|
|
|
segfault fixed when data is unpacked using `list_hook`,
Alexei Romanoff
2012-10-12
2
-1
/
+3
*
|
|
|
A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issue...
Alexei Romanoff
2012-10-12
2
-1
/
+4
|
/
/
/
*
|
|
Merge remote-tracking branch 'jnothman/read_size_cpp'
INADA Naoki
2012-10-01
3
-20
/
+109
|
\
\
\
|
*
|
|
Packer.pack_array/map_header to correspond to read functions
Joel Nothman
2012-09-25
1
-0
/
+11
|
*
|
|
read_array/map_header functionality
Joel Nothman
2012-09-25
2
-0
/
+73
|
*
|
|
Use C++ function templating for skip()/construct()
Joel Nothman
2012-09-25
3
-20
/
+25
*
|
|
|
Merge branch '0.2-maint'
INADA Naoki
2012-09-24
3
-67
/
+73
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Support object_pairs_hook
INADA Naoki
2012-09-24
3
-86
/
+106
|
|
\
\
\
|
|
*
|
|
Implement object_pairs_hook
Joel Nothman
2012-09-23
3
-18
/
+48
|
|
*
|
|
Factor context initialisation from unpackb and Unpacker
Joel Nothman
2012-09-23
1
-54
/
+28
|
|
|
/
/
[next]