kc3-lang/brotli/python/brotlimodule.cc

Branch :


Log

Author Commit Date CI Message
6264bea2 2015-05-08 11:47:00 [brotlimodule] add greedy_block_split parameter (defaults to False); renamed variables: transform -> enable_transforms, dictionary -> enable_dictionary
b2eba122 2015-05-08 11:34:20 [brotlimodule] add enable_dictionary parameter (defautls to True)
89c74d68 2015-05-08 11:23:08 [brotlimodule] use keyword arguments for mode and enable_transforms; update brotli.compress docstring accordingly
e651c85f 2015-03-16 20:33:14 Merge pull request #37 from anthrotype/setup_py [python] setup.py fixes for Windows
e0c5df8c 2015-03-13 23:55:03 [python] Use BrotliDecompress() So that we can use a callback to dynamically allocate the decompression buffer, getting rid of the optional bufsize argument to decompress.decompress().
855efcf7 2015-02-24 16:10:09 [python/setup.py] use relative paths instead of symlinks (unsupported on Win)
11306237 2014-11-20 14:16:26 Add Python bindings