An open API service providing commit metadata for open source projects.

GitHub / msgpack/msgpack-python / commits

MessagePack serializer implementation for Python msgpack.org[Python]

SHA Message Author Date Stats
ef5d93d4 Fix size limit on pack_array_header and pack_map_header. INADA Naoki <i****n@k****m> over 12 years ago
e99331d1 Fix skipif marking. INADA Naoki <i****n@k****m> over 12 years ago
c60ab28e Add check for format limits. INADA Naoki <i****n@k****m> over 12 years ago
e7f87d9d More limit check. INADA Naoki <i****n@k****m> over 12 years ago
6c0c306f Add tests for limits. INADA Naoki <i****n@k****m> over 12 years ago
ac4cd068 merge Merge pull request #93 from popravich/unpacker_ext_hook_fix INADA Naoki <s****y@g****m> over 12 years ago
ee38505d fixed super() for python2 Alexey Popravka <a****a@l****m> over 12 years ago
d850e56d Unpacker's ext_hook fixed + tests Alexey Popravka <a****a@l****m> over 12 years ago
e9de6b7f travis: Add Python 3.4 to testing. INADA Naoki <i****n@k****m> over 12 years ago
55eab8b4 Update README INADA Naoki <i****n@k****m> over 12 years ago
1ca3c27a 0.4.1 INADA Naoki <i****n@k****m> over 12 years ago
c567cf47 Remove unused import. INADA Naoki <i****n@k****m> over 12 years ago
eb3537ab merge Merge branch 'pr/82' INADA Naoki <i****n@k****m> over 12 years ago
518f886b fix INADA Naoki <i****n@k****m> over 12 years ago
7effb4aa fix INADA Naoki <i****n@k****m> over 12 years ago
ff263dfe merge Merge pull request #91 from msgpack/reduce-six INADA Naoki <s****y@g****m> over 12 years ago
0c22e775 Remove six completely. INADA Naoki <i****n@k****m> over 12 years ago
63eab502 Remove six.b() INADA Naoki <i****n@k****m> over 12 years ago
dee2d87d six.BytesIO => io.BytesIO INADA Naoki <i****n@k****m> over 12 years ago
96d7d0ed merge Merge pull request #89 from msgpack/better-travis INADA Naoki <s****y@g****m> over 12 years ago
213f7888 Remove too strict type check from test. INADA Naoki <i****n@k****m> over 12 years ago
a5368f62 travis: Simplify .travis.yml and add PyPy env. INADA Naoki <i****n@k****m> over 12 years ago
400a1030 merge Merge pull request #88 from msgpack/fix-67 INADA Naoki <s****y@g****m> over 12 years ago
6d80569b Unpacker: maintain refcnt (fix #67). INADA Naoki <i****n@k****m> over 12 years ago
cf63f192 Fix test INADA Naoki <i****n@k****m> over 12 years ago
0cab6092 Add refcount check. INADA Naoki <i****n@k****m> over 12 years ago
38cf835c Rename INADA Naoki <i****n@k****m> over 12 years ago
11a3b156 fixed support of python3 Sergey Zhuravlev <z****s@y****u> over 12 years ago
7b24d0fe merge Merge pull request #87 from msgpack/fix-83 INADA Naoki <s****y@g****m> over 12 years ago
9d61f243 Feed data from file before _unpack() INADA Naoki <i****n@k****m> over 12 years ago
d2fc8010 Fix warning on 64bit environment. INADA Naoki <i****n@k****m> over 12 years ago
f322ed4e merge Merge pull request #84 from wbolster/exception-type-cleanups INADA Naoki <s****y@g****m> over 12 years ago
7973cce5 merge Merge pull request #85 from wbolster/fix-cython-warnings INADA Naoki <s****y@g****m> over 12 years ago
dd65341e Cosmetic changes to fix Cython warnings Wouter Bolsterlee <u****s@x****l> over 12 years ago
77046b83 Always raise TypeError for wrong argument types Wouter Bolsterlee <u****s@x****l> over 12 years ago
48ca2d70 Added support of bytearrays to msgpack/fallback.py Sergey Zhuravlev <z****s@y****u> over 12 years ago
d5436c28 Update ChangeLog INADA Naoki <i****n@k****m> almost 13 years ago
f31a4403 Document update. INADA Naoki <i****n@k****m> almost 13 years ago
1d0096b9 0.4.0 INADA Naoki <i****n@k****m> almost 13 years ago
e802abeb merge Merge pull request #79 from msgpack/newspec INADA Naoki <s****y@g****m> almost 13 years ago
d84a403b fix bugs. INADA Naoki <i****n@k****m> almost 13 years ago
e3fee4db fallback: support packing ExtType INADA Naoki <i****n@k****m> almost 13 years ago
37c2ad63 Add tests and bugfix. INADA Naoki <i****n@k****m> almost 13 years ago
cb789596 Update README. INADA Naoki <i****n@k****m> almost 13 years ago
84dc99c8 Add ext_type example to README. INADA Naoki <i****n@k****m> almost 13 years ago
0d5c58bd cleanup INADA Naoki <i****n@k****m> almost 13 years ago
822cce82 Support unpacking new types. INADA Naoki <i****n@k****m> almost 13 years ago
96bcd76f Packing ExtType and some cleanup INADA Naoki <i****n@k****m> almost 13 years ago
aa68c9b8 fallback: Support pack_ext_type. INADA Naoki <i****n@k****m> almost 13 years ago
ec0691fb merge Merge pull request #77 from msgpack/newspec INADA Naoki <s****y@g****m> almost 13 years ago
27f0cba8 merge Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec INADA Naoki <i****n@k****m> almost 13 years ago
7123341c code refactoring. INADA Naoki <i****n@k****m> almost 13 years ago
63864810 add a note in the README Antonio Cuni <a****i@g****m> almost 13 years ago
c9b97f07 implement unpacking of ext 8,16,32 Antonio Cuni <a****i@g****m> almost 13 years ago
56dd1650 implement unpacking for all the fixtext formats Antonio Cuni <a****i@g****m> almost 13 years ago
985d4c14 add a test for unpacking extended types Antonio Cuni <a****i@g****m> almost 13 years ago
ff858387 implement unpack_one also for the cython version, and add a test for it Antonio Cuni <a****i@g****m> almost 13 years ago
a7485ecc add the hook for unknown types also to the cython Packer Antonio Cuni <a****i@g****m> almost 13 years ago
54675150 implement Packer.pack_extended_type also in the cython version of the code Antonio Cuni <a****i@g****m> almost 13 years ago
afa28fb2 add support to unpack all ext formats Antonio Cuni <a****i@g****m> almost 13 years ago
c727440b automatically find the best format to encode extended types Antonio Cuni <a****i@g****m> almost 13 years ago
522c4bfc slightly change to API Antonio Cuni <a****i@g****m> almost 13 years ago
5529dfe5 kill some duplicate code from unpack/unpackb and move the logic to Unpacker.u... Antonio Cuni <a****i@g****m> almost 13 years ago
d9439204 Add ext type support to fallback.Unpacker. INADA Naoki <s****y@g****m> almost 13 years ago
f162bf6f Add tests for str8 and bin types. INADA Naoki <s****y@g****m> almost 13 years ago
85eaff34 Add bin type support for fallback Unpacker. INADA Naoki <s****y@g****m> almost 13 years ago
84f6b100 Add bin type support to pure Python packer. INADA Naoki <s****y@g****m> almost 13 years ago
171c5381 refactoring. INADA Naoki <s****y@g****m> almost 13 years ago
da12e177 Add bin type support. INADA Naoki <s****y@g****m> almost 13 years ago
d6109751 add support for extended types: you can now pack/unpack custom python objects... Antonio Cuni <a****i@g****m> almost 13 years ago
f45d7b4e merge Merge pull request #72 from lgov/master INADA Naoki <s****y@g****m> almost 13 years ago
12f87147 * msgpack/exceptions.py: Fix typo in error message. Lieven Govaerts <l****o@m****e> almost 13 years ago
2f6061cb merge Merge pull request #66 from yamt/fixes INADA Naoki <s****y@g****m> about 13 years ago
d1b9ecbc fix long vs long long bugs YAMAMOTO Takashi <y****t@m****p> about 13 years ago
3dbb2d1e fix compilation errors YAMAMOTO Takashi <y****t@m****p> about 13 years ago
e250b899 more tests YAMAMOTO Takashi <y****t@m****p> about 13 years ago
d4bb86c0 merge Merge pull request #65 from msgpack/old-buffer INADA Naoki <s****y@g****m> over 13 years ago
956f55ec Stop using const_void_ptr typedef. INADA Naoki <i****n@k****m> over 13 years ago
bbe86e7a Revert "Use new buffer interface." INADA Naoki <i****n@k****m> over 13 years ago
08c56d66 Use --cplus for cythoning INADA Naoki <i****n@k****m> over 13 years ago
63b9fa58 fix a compilation error YAMAMOTO Takashi <y****t@m****p> over 13 years ago
b0c193f3 fix long/int confusions in pyx version of unpack YAMAMOTO Takashi <y****t@m****p> over 13 years ago
82313b71 merge Merge pull request #63 from yamt/typo INADA Naoki <s****y@g****m> over 13 years ago
56dbf7f9 fix more comment typos YAMAMOTO Takashi <y****t@m****p> over 13 years ago
a2a9a9f4 merge Merge pull request #62 from yamt/comment-typo INADA Naoki <s****y@g****m> over 13 years ago
0c3fecf9 fix a typo in a comment YAMAMOTO Takashi <y****t@m****p> over 13 years ago
b587bb02 merge Merge pull request #60 from jnothman/patch-2 INADA Naoki <s****y@g****m> over 13 years ago
a692bf98 Remove obsolete StopIteration warning jnothman <j****n@s****u> over 13 years ago
c037aa77 merge Merge pull request #59 from msgpack/refactor INADA Naoki <s****y@g****m> over 13 years ago
085db7f8 Use new buffer interface. INADA Naoki <i****n@k****m> over 13 years ago
18215b01 Unpacker.feed() uses new buffer interface. INADA Naoki <i****n@k****m> over 13 years ago
075dbecc merge Merge pull request #58 from msgpack/refactor INADA Naoki <s****y@g****m> over 13 years ago
0faa1bb5 Remove unnecessary type declaration. INADA Naoki <i****n@k****m> over 13 years ago
5c90f953 Add build batch for Windows INADA Naoki <i****n@k****m> over 13 years ago
c9b6e5b6 s/\t/ /g INADA Naoki <i****n@k****m> over 13 years ago
e8f6d2a0 merge Merge pull request #54 from msgpack/remove-macros INADA Naoki <s****y@g****m> over 13 years ago
c49489cd remove some macros. INADA Naoki <i****n@k****m> over 13 years ago
c91131f4 remove msgpack_pack* macros INADA Naoki <i****n@k****m> over 13 years ago
944b41e8 merge Merge pull request #53 from jnothman/patch-1 INADA Naoki <s****y@g****m> over 13 years ago
58d8effc Copy note on OutOfData from pypi to ChangeLog jnothman <j****n@s****u> over 13 years ago

← Back to repository