aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Fix test file patheustas1-1/+1
2016-06-03Merge pull request #336 from anthrotype/upload-sdisteustas3-1/+14
2016-04-19Fix brotlimoduleeustas1-5/+4
2016-04-10python/tests: clean up generated files if successfulCosimo Lupo3-1/+14
2016-02-24Merge pull request #321 from eustas/mastereustas3-17/+98
2016-02-24Truncate dictionary to window size.Eugene Kliuchnikov2-15/+22
2016-02-23Remove streaming test.Eugene Kliuchnikov1-9/+0
2016-02-23Add binding for custom_dictionary.Eugene Kliuchnikov3-17/+100
2016-02-23Fix typoeustas1-1/+1
2016-02-23Create README.mdeustas1-0/+5
2016-02-19Fix choices for --lgwin and --mode in python/bro.py.Ilya Nazarov1-2/+2
2016-01-25Addressed commenteustas1-6/+6
2016-01-25Update brotlimodule.cceustas1-1/+1
2016-01-25Update brotlimodule.cceustas1-1/+1
2016-01-25Update brotlimodule.cceustas1-4/+9
2016-01-25Update brotlimodule.cceustas1-0/+1
2016-01-25Fix brotlimodule compilation warningseustas1-12/+17
2016-01-23Make input consteustas1-1/+1
2016-01-22Fix pointer dereferencing.eustas1-1/+1
2016-01-22Remove deprecated API calleustas1-14/+21
2015-12-08brotlimodule.cc: fix error with clang ('expected a class or namespace')Cosimo Lupo1-6/+6
2015-10-06[brotlimodule.cc] set 'lgwin' valid range to [10..24]Cosimo Lupo1-3/+3
2015-10-06[bro.py] set 'lgwin' valid range to [10..24]Cosimo Lupo1-4/+4
2015-10-05[brotlimodule.cc] remove C++11 vector::data() callCosimo Lupo1-1/+1
2015-10-02Add tools/version.h that conatins the brotli version.Zoltan Szabadka1-2/+1
2015-08-11[bro.py] print --version as brotli.__version__Cosimo Lupo1-4/+1
2015-08-11[brotlimodule.cc] add __version__ string attribute to brotli moduleCosimo Lupo1-0/+4
2015-08-11[brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminatedCosimo Lupo1-1/+1
2015-08-10[brotlimodule.cc] fix C++11 warning about conversion from string literal to '...Cosimo Lupo1-2/+3
2015-08-10[brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary...Cosimo Lupo1-32/+4
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