msgpack-python/msgpack
TW e3fea94509 fix typos and other cosmetic issues (#214)
cosmetic issues:
- reST headlines' underline length needs to match the headline length
  (looks like somebody is / was using a proportional font)
- Cython code lines do not need to be terminated with a semicolon
- always use triple-double-quotes for docstrings
2017-01-11 12:04:23 +09:00
..
__init__.py Document update. 2013-10-21 01:47:54 +09:00
_packer.pyx fix typos and other cosmetic issues (#214) 2017-01-11 12:04:23 +09:00
_unpacker.pyx fix typos and other cosmetic issues (#214) 2017-01-11 12:04:23 +09:00
_version.py 0.4.8 2016-07-29 22:25:05 +09:00
exceptions.py * msgpack/exceptions.py: Fix typo in error message. 2013-09-13 13:47:13 +02:00
fallback.py fix typos and other cosmetic issues (#214) 2017-01-11 12:04:23 +09:00
pack.h refactor C code 2015-11-09 01:52:37 +09:00
pack_template.h Fix compile error. 2015-01-09 04:10:25 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h Fix ext_hook call (#203) 2016-07-21 19:32:00 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h refactor C code 2015-11-09 01:52:37 +09:00