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
/
_msgpack.pyx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unpacker doesn't raise exception for invalid input.
0.2
INADA Naoki
2012-12-29
1
-1
/
+3
*
Fix tests.
INADA Naoki
2012-12-11
1
-26
/
+36
*
Support object_pairs_hook
INADA Naoki
2012-09-24
1
-67
/
+71
|
\
|
*
Implement object_pairs_hook
Joel Nothman
2012-09-23
1
-8
/
+26
|
*
Factor context initialisation from unpackb and Unpacker
Joel Nothman
2012-09-23
1
-54
/
+28
|
*
Merge branch '0.2-maint'
INADA Naoki
2012-09-23
1
-3
/
+7
|
|
\
|
*
|
Add test for `.skip()`
INADA Naoki
2012-09-23
1
-1
/
+1
|
*
|
clean some cython code.
INADA Naoki
2012-09-23
1
-13
/
+15
|
*
|
Merge branch 'skip' of git://github.com/jnothman/msgpack-python into skip
INADA Naoki
2012-09-23
1
-8
/
+17
|
|
\
\
|
|
*
\
Merge remote-tracking branch 'origin/master' into skip
Joel Nothman
2012-09-22
1
-21
/
+19
|
|
|
\
\
|
|
*
|
|
A first implementation of Unpacker.skip()
Joel Nothman
2012-09-22
1
-8
/
+17
*
|
|
|
|
Warn when use_list is not specified.
INADA Naoki
2012-09-24
1
-8
/
+22
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Add docstring about raising ValueError when there are extra bytes.
INADA Naoki
2012-09-23
1
-3
/
+7
|
/
/
/
*
|
|
pack and packb raises ValueError when extra data passed.
INADA Naoki
2012-09-23
1
-2
/
+5
*
|
|
Support packing subclass of dict.
INADA Naoki
2012-09-23
1
-3
/
+13
|
|
/
|
/
|
*
|
packb supports use_single_float option.
INADA Naoki
2012-09-21
1
-2
/
+3
*
|
Rename use_float to use_single_float.
INADA Naoki
2012-09-21
1
-2
/
+2
*
|
Merge branch 'master' of github.com:msgpack/msgpack-python
INADA Naoki
2012-09-21
1
-4
/
+12
|
\
\
|
|
/
|
*
Merge pull request #11 from TobiasSimon/float_ext
INADA Naoki
2012-08-28
1
-4
/
+12
|
|
\
|
|
*
added float serialization support
TobiasSimon
2012-08-20
1
-4
/
+12
*
|
|
Fix reading more than read_size.
INADA Naoki
2012-09-21
1
-17
/
+14
|
/
/
*
|
Stop disable/enable gc.
INADA Naoki
2012-08-24
1
-11
/
+1
|
/
*
Default value of read_size is min(1024**2, max_buffer_size)
INADA Naoki
2012-07-20
1
-3
/
+5
*
raise ValueError when read_size > max_buffer_size.
INADA Naoki
2012-07-20
1
-4
/
+5
*
Add max_buffer_size to Unpacker.
INADA Naoki
2012-07-13
1
-14
/
+57
*
manage to compile on windows
INADA Naoki
2012-06-26
1
-2
/
+2
*
Make sure objects inherited from Dict are properly casted (or else Cython wil...
Steeve Morin
2012-06-16
1
-1
/
+1
*
small optimization.
INADA Naoki
2012-03-08
1
-2
/
+2
*
Be greedier when checking for tuples or lists.
Steeve Morin
2012-02-16
1
-1
/
+1
*
Correcting 'utf-8' to 'unicode'.
David Wolever
2012-02-10
1
-1
/
+2
*
Remove unnecessary semicolon.
INADA Naoki
2011-09-02
1
-2
/
+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
*
Fixed `encoding` argument for unpacker in Python
tailhook
2011-08-22
1
-1
/
+21
*
Revert "(python) Change error message for unicode is passed but no encoding is"
INADA Naoki
2011-05-31
1
-1
/
+1
*
(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
1
-16
/
+56
*
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
1
-2
/
+2
*
python: refactoring.
INADA Naoki
2011-01-29
1
-10
/
+9
*
Add use_list option to unpack and unpackb
INADA Naoki
2011-01-28
1
-4
/
+4
*
python: Add memory error check.
INADA Naoki
2011-01-10
1
-1
/
+5
*
python: Check if (m|re)alloc's return value is NULL. (Thanks to Mateusz)
INADA Naoki
2011-01-10
1
-1
/
+6
*
python: Fix typo in docstring. (thanks to Mateusz.)
INADA Naoki
2011-01-10
1
-1
/
+1
*
python: Fix another segv.
INADA Naoki
2011-01-09
1
-0
/
+1
*
python: Fix segv on unpacking from stream.
INADA Naoki
2011-01-09
1
-15
/
+24
*
python: Make aliases for API compatibility to pickle.
INADA Naoki
2011-01-09
1
-3
/
+2
*
python: Support old buffer protocol when unpack. (experimental)
INADA Naoki
2010-11-03
1
-104
/
+56
[next]