summaryrefslogtreecommitdiff
path: root/msgpack
Commit message (Expand)AuthorAgeFilesLines
* 0.6.0v0.6.0Inada Naoki2018-11-301-1/+1
* cleanupInada Naoki2018-11-301-13/+13
* Fix fallbackInada Naoki2018-11-301-1/+1
* Implement strict_map_key to fallback unpacker.Inada Naoki2018-11-291-1/+9
* Add strict_map_key option to unpackerInada Naoki2018-11-292-5/+17
* Unpacker: allow to use buffer with size greater than 2 GB (#332)jkorvin2018-11-201-1/+1
* Add StackError and FormatError (#331)INADA Naoki2018-11-204-32/+78
* s/iteritems/items/g (#330)INADA Naoki2018-11-141-1/+1
* Try language_level=3 (#329)INADA Naoki2018-11-141-1/+1
* Refactor Cython code (#328)INADA Naoki2018-11-145-33/+9
* fallback: Fix warning stacklevel (#327)INADA Naoki2018-11-141-4/+4
* Remove deprecated write_bytes option (#322)INADA Naoki2018-11-122-39/+16
* Remove deprecated exception classes (#323)INADA Naoki2018-11-124-96/+85
* PendingDeprecationWarning -> DeprecationWarning (#321)INADA Naoki2018-11-093-7/+7
* Add Packer.buffer() (#320)INADA Naoki2018-11-093-18/+60
* unpacker: Make default size limit smaller (#319)INADA Naoki2018-11-082-23/+28
* Merge extension moduleINADA Naoki2018-11-082-2/+5
* Start 0.6 developmentINADA Naoki2018-10-031-1/+1
* Alternate fixes for jython and legacy CPython (#310)Raymond E Ferguson2018-10-021-39/+35
* fallback: Fix error on JythonInada Naoki2018-06-271-0/+7
* Fix TypeError in fallback.unpack() on <Python 2.7.6Alex Gaynor2018-04-161-25/+31
* 0.5.60.5.6INADA Naoki2018-02-231-1/+1
* Deprecate implementation module's unpack() (#290)INADA Naoki2018-02-233-25/+23
* Fix Unpacker.feed() drops unused data in buffer. (#289)INADA Naoki2018-02-231-2/+7
* Fix #285 againINADA Naoki2018-02-231-18/+3
* Revert "Move unpack() from each implementation to __init__." (#288)INADA Naoki2018-02-233-14/+39
|\
| * Revert "Move unpack() from each implementation to __init__. (#286)"INADA Naoki2018-02-233-14/+39
* | 0.5.50.5.5INADA Naoki2018-02-221-1/+1
|/
* Move unpack() from each implementation to __init__. (#286)INADA Naoki2018-02-223-39/+14
* Fix memory leak in pure Python Unpacker.feed() (#284)INADA Naoki2018-02-161-0/+2
* Use cython's cast for converting encoding and errors (#279)0.5.4INADA Naoki2018-02-052-53/+32
* 0.5.4INADA Naoki2018-02-051-1/+1
* Undeprecate unicode_errors (#278)INADA Naoki2018-02-053-11/+7
* 0.5.3INADA Naoki2018-02-031-1/+1
* Fix encoding and unicode_errors (#277)Andrew Rabert2018-02-031-17/+16
* 0.5.20.5.2INADA Naoki2018-02-021-1/+1
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-123-23/+23
* Packer.pack() reset buffer on exception (#274)INADA Naoki2018-01-112-6/+12
* packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)INADA Naoki2018-01-112-13/+70
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-114-45/+118
* fallback: Update docstring.INADA Naoki2018-01-102-6/+12
* Remove FutureWarning about use_bin_type option (#271)INADA Naoki2018-01-101-13/+13
* prepare 0.5INADA Naoki2018-01-071-1/+1
* Warn about future use_bin_type change (#264)INADA Naoki2018-01-061-2/+10
* Raise MemoryError when failed to grow buffer (#263)INADA Naoki2018-01-051-1/+4
* Deprecate write_bytes option in Unpacker. (#262)INADA Naoki2018-01-052-0/+7
* fix zero length raw can't be decoded. (#236)INADA Naoki2017-12-211-1/+1
* Add unittests to document serialisation of tuples (#246)Lorenzo Bolla2017-09-301-1/+1
* Packer accepts bytearray objects (#229)jfolz2017-05-182-4/+16
* Unpacker: add tell() (#227)jfolz2017-04-302-0/+12