aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-05-11[roundtrip_test.py] repeat test at different quality (1, 6, 9, 11)Cosimo Lupo1-17/+21
2015-05-11[bro.py] use brotli.MODE_GENERIC as default compression mode;Cosimo Lupo1-26/+5
2015-05-11[brotlimodule] add MODE_GENERIC constantCosimo Lupo1-4/+6
2015-05-11[bro.py] remove debug printCosimo Lupo1-2/+0
2015-05-11[bro.py] use new optional encoder parameters when compressing;Cosimo Lupo1-17/+60
2015-05-11[bro.py] use argparse instead of getoptCosimo Lupo1-65/+30
2015-05-11[brotlimodule] apply uniform docstring styleCosimo Lupo1-11/+23
2015-05-11[brotlimodule] add quality, lgwin and lgblock parametersCosimo Lupo1-3/+61
2015-05-11[brotlimodule] add enable_context_modeling parameter (defaults to True)Cosimo Lupo1-3/+7
2015-05-11[brotlimodule] add new keyword params docstring of brotli.compressCosimo Lupo1-8/+19
2015-05-11[brotlimodule] add greedy_block_split parameter (defaults to False);Cosimo Lupo1-10/+18
2015-05-11[brotlimodule] add enable_dictionary parameter (defautls to True)Cosimo Lupo1-3/+9
2015-05-11[brotlimodule] use keyword arguments for mode and enable_transforms;Cosimo Lupo1-7/+18
2015-05-08[python] use built-in split instead of 'string' module for py23Cosimo Lupo1-2/+1
2015-05-07Handle multiple compressed files per original in the test.Zoltan Szabadka1-23/+6
2015-04-22[python] refactored tests and import shared utilities from moduleCosimo Lupo3-48/+38
2015-04-22[python] prepend build/lib folder to PYTHONPATH before running testsCosimo Lupo2-6/+37
2015-04-16[python] fix unbuffered binary mode for I/O streams in Windows pypyCosimo Lupo1-2/+10
2015-03-31[python] moved setup.py to the root of repositoryCosimo Lupo1-164/+0
2015-03-30[python] add test command to setup.pyCosimo Lupo1-1/+33
2015-03-27Fixing building Python module after 534654dKhaled Hosny1-0/+2
2015-03-23[python] fix calling python script as subprocess on WindowsCosimo Lupo2-19/+12
2015-03-22[python] fix subprocess shell pipelineCosimo Lupo2-8/+11
2015-03-21[python] add new state.c and state.h to Brotli extension's setup.pyCosimo Lupo1-0/+2
2015-03-16Merge pull request #38 from anthrotype/py_testsszabadka3-0/+234
2015-03-16Merge pull request #37 from anthrotype/setup_pyszabadka4-49/+51
2015-03-16[python] Use BrotliDecompress()Khaled Hosny1-17/+19
2015-03-16add Python port of bro utility and scripts to test Brotli extensionCosimo Lupo3-0/+234
2015-03-16[setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530Cosimo Lupo1-0/+2
2015-03-16[setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC)Cosimo Lupo1-2/+3
2015-03-16[python/setup.py] use relative paths instead of symlinks (unsupported on Win)Cosimo Lupo4-47/+46
2015-01-24Add Python bindingsKhaled Hosny4-0/+286