aboutsummaryrefslogtreecommitdiff
path: root/python/bro.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-19Small Python modernization of Brotli code.Thomas Fischbacher1-34/+68
2023-02-01Fix permissionsEvgenii Kliuchnikov1-1/+1
2023-01-17Internal changeBrotli1-1/+1
2020-05-15Update (#807)Eugene Kliuchnikov1-0/+0
2017-08-04Update API, and more (#581)Eugene Kliuchnikov1-18/+2
2016-12-12Python: Format bro.py with yapf (#480)Alex Nicksay1-44/+88
2016-02-23Add binding for custom_dictionary.Eugene Kliuchnikov1-2/+13
2016-02-19Fix choices for --lgwin and --mode in python/bro.py.Ilya Nazarov1-2/+2
2015-10-06[bro.py] set 'lgwin' valid range to [10..24]Cosimo Lupo1-4/+4
2015-08-11[bro.py] print --version as brotli.__version__Cosimo Lupo1-4/+1
2015-05-11[bro.py] use brotli.MODE_GENERIC as default compression mode;Cosimo Lupo1-26/+5
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-04-16[python] fix unbuffered binary mode for I/O streams in Windows pypyCosimo Lupo1-2/+10
2015-03-16add Python port of bro utility and scripts to test Brotli extensionCosimo Lupo1-0/+131