kc3-lang/brotli/python/bro.py

Branch :


Log

Author Commit Date CI Message
291d21cc 2016-02-19 16:54:15 Fix choices for --lgwin and --mode in python/bro.py.
82ffc4df 2015-10-05 18:57:32 [bro.py] set 'lgwin' valid range to [10..24]
8c7edd3e 2015-08-11 10:39:14 [bro.py] print --version as brotli.__version__
c93c0dab 2015-05-11 11:10:48 [bro.py] use brotli.MODE_GENERIC as default compression mode; remove additional low-level parameters
b7e82917 2015-05-08 15:49:15 [bro.py] remove debug print
4106a406 2015-05-08 15:46:56 [bro.py] use new optional encoder parameters when compressing; modified the help string to include the new parameters.
32c44ec8 2015-05-08 14:17:20 [bro.py] use argparse instead of getopt
b316cb74 2015-04-16 12:41:40 [python] fix unbuffered binary mode for I/O streams in Windows pypy
b33e10e9 2015-03-16 17:56:10 add Python port of bro utility and scripts to test Brotli extension