| whoops, forgot to update some docstrings |
|
More...
|
almost 13 years ago
|
| add test for decompression buffering |
|
More...
|
almost 13 years ago
|
| don't mark identifier chunks as skippable |
|
More...
|
almost 13 years ago
|
| pack/unpack chunk identifiers more efficiently, fix py3 |
|
More...
|
almost 13 years ago
|
| upgrade snappy framing format |
|
More...
|
almost 13 years ago
|
| updating README to reflect cmdline usage |
|
More...
|
about 13 years ago
|
| fix suggested stream to stream blocksize |
|
More...
|
about 13 years ago
|
| add commandline interface |
|
More...
|
about 13 years ago
|
| make the stream compressor automatically choose compression |
|
More...
|
about 13 years ago
|
| implement the proposed snappy framing format |
|
More...
|
about 13 years ago
|
| added self testing to test_snappy.py. fixed syntax in the new function added to display better errors |
|
More...
|
over 13 years ago
|
| Merge branch 'master' of https://github.com/bos/python-snappy |
|
More...
|
over 13 years ago
|
| small changes after apply pull request #11 |
|
More...
|
over 13 years ago
|
| Report more useful error messages |
|
More...
|
over 13 years ago
|
| Tolerate up to 25% slop before forcing a resize. |
|
More...
|
over 13 years ago
|
| Added Nathan Moore as contributor and revamped version |
|
More...
|
almost 14 years ago
|
| Make the code match the format string passed to ParseTuple for py3 |
|
More...
|
almost 14 years ago
|
| Make the py3 tests all work on py3 |
|
More...
|
almost 14 years ago
|
| Fix an error so the module will actually import on py3 |
|
More...
|
almost 14 years ago
|
| Add some macros for py3 compatiblity |
|
More...
|
almost 14 years ago
|
| Change compress to write compressed data directly into a python string |
|
More...
|
almost 14 years ago
|
| Don't leak a reference on decomression failure, insure the returned string is the correct length |
|
More...
|
almost 14 years ago
|
| Change uncompress to write the uncompressed data directly into a python string object |
|
More...
|
almost 14 years ago
|
| Added module version, updated version to upload to Pypi. Updated test not working on Python 3.2 |
|
More...
|
over 14 years ago
|
| Issue #5: Fix an error on snappy.compress due to an uninitialized variable and added tests. Added liokm as a contributor. |
|
More...
|
over 14 years ago
|
| improved doc |
|
More...
|
over 14 years ago
|
| incremented version number |
|
More...
|
over 14 years ago
|
| Get rid of the C api created inside the python snappy module and switch to the new C binding added to snappy library at revision 27 |
|
More...
|
over 14 years ago
|
| Added Felipe to Contributors on Authors. Added Python 3K to language on setup.py |
|
More...
|
almost 15 years ago
|
| Fixed to work on 2.x |
|
More...
|
almost 15 years ago
|