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
/
_packer.pyx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated exception classes
INADA Naoki
2018-11-09
1
-14
/
+13
*
PendingDeprecationWarning -> DeprecationWarning (#321)
INADA Naoki
2018-11-09
1
-1
/
+1
*
Add Packer.buffer() (#320)
INADA Naoki
2018-11-09
1
-2
/
+12
*
Use cython's cast for converting encoding and errors (#279)
0.5.4
INADA Naoki
2018-02-05
1
-22
/
+18
*
Undeprecate unicode_errors (#278)
INADA Naoki
2018-02-05
1
-4
/
+3
*
Fix encoding and unicode_errors (#277)
Andrew Rabert
2018-02-03
1
-17
/
+16
*
Packer.pack() reset buffer on exception (#274)
INADA Naoki
2018-01-11
1
-5
/
+7
*
packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)
INADA Naoki
2018-01-11
1
-13
/
+23
*
Add raw_as_bytes option to Unpacker. (#265)
INADA Naoki
2018-01-11
1
-6
/
+12
*
Remove FutureWarning about use_bin_type option (#271)
INADA Naoki
2018-01-10
1
-13
/
+13
*
Warn about future use_bin_type change (#264)
INADA Naoki
2018-01-06
1
-2
/
+10
*
Packer accepts bytearray objects (#229)
jfolz
2017-05-18
1
-2
/
+12
*
Merge branch 'release-0.4'
INADA Naoki
2017-01-12
1
-3
/
+3
|
\
|
*
fix typos and other cosmetic issues (#214)
release-0.4
TW
2017-01-11
1
-5
/
+5
|
*
Use AppVeyor to build windows wheel (#188)
INADA Naoki
2016-07-21
1
-2
/
+2
*
|
Remove unused import (#190)
INADA Naoki
2016-05-05
1
-3
/
+0
*
|
travis: Use docker to test 32bit environment (#189)
INADA Naoki
2016-05-05
1
-2
/
+2
*
|
fix problems associated with packing memoryviews
folz
2016-05-03
1
-11
/
+12
*
|
Use AppVeyor to build windows wheel (#188)
INADA Naoki
2016-05-03
1
-2
/
+2
*
|
Use Python's memory API (#185)
INADA Naoki
2016-04-30
1
-4
/
+3
*
|
changed more ValueErrors to PackValueError
palaviv
2016-02-12
1
-5
/
+5
*
|
msgpack pack and unpack throws only exception that inherit from MsgpackBaseEx...
palaviv
2016-02-12
1
-7
/
+7
*
|
Support packing memoryview objects
folz
2016-01-25
1
-0
/
+17
*
|
Merge pull request #158 from methane/feature/strict-typecheck
INADA Naoki
2016-01-25
1
-10
/
+21
|
\
\
|
|
/
|
/
|
|
*
strict type check for ext type
INADA Naoki
2015-11-10
1
-1
/
+1
|
*
strict_types should be last argument
INADA Naoki
2015-11-10
1
-7
/
+7
|
*
s/precise_mode/strict_types/
INADA Naoki
2015-11-10
1
-13
/
+13
|
*
Merge branch 'master' of https://github.com/faerot/msgpack-python into pramuk...
INADA Naoki
2015-11-10
1
-9
/
+20
|
|
\
|
|
*
precise_mode instead of distinguish_tuple
faerot
2014-05-22
1
-17
/
+20
|
|
*
added distinguish_tuple argument to Packer
faerot
2014-05-22
1
-2
/
+10
*
|
|
Fix wrong 'dict is too large' on unicode string
Sadayuki Furuhashi
2016-01-11
1
-3
/
+3
|
/
/
*
|
refactor
INADA Naoki
2015-11-09
1
-2
/
+2
*
|
corresponding change to cython implementation
Pramukta Kumar
2015-03-17
1
-6
/
+14
*
|
Fix build failuer for Python 2.7 on Windows.
fix-windows
INADA Naoki
2015-01-07
1
-2
/
+1
|
/
*
Fix size limit on pack_array_header and pack_map_header.
INADA Naoki
2014-03-26
1
-2
/
+2
*
Add check for format limits.
INADA Naoki
2014-03-26
1
-4
/
+26
*
fix bugs.
INADA Naoki
2013-10-21
1
-1
/
+1
*
fallback: support packing ExtType
INADA Naoki
2013-10-21
1
-3
/
+2
*
Packing ExtType and some cleanup
INADA Naoki
2013-10-20
1
-72
/
+78
*
fallback: Support pack_ext_type.
INADA Naoki
2013-10-20
1
-1
/
+1
*
Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec
INADA Naoki
2013-10-20
1
-0
/
+12
|
\
|
*
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
1
-0
/
+6
*
|
refactoring.
INADA Naoki
2013-10-17
1
-26
/
+1
*
|
Add bin type support.
INADA Naoki
2013-10-17
1
-7
/
+21
|
/
*
fix more comment typos
YAMAMOTO Takashi
2013-05-07
1
-1
/
+1
*
Remove unnecessary type declaration.
INADA Naoki
2013-04-08
1
-6
/
+0
*
better packer docstring
INADA Naoki
2013-02-26
1
-14
/
+28
*
Split _msgpack.pyx
INADA Naoki
2012-12-11
1
-372
/
+2
*
rename _msgpack.pyx => _packer.pyx
INADA Naoki
2012-12-11
1
-0
/
+629