Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] expose new encoder parameters as kwargs of brotli.compress #105

Merged
merged 12 commits into from
May 11, 2015

Commits on May 11, 2015

  1. [brotlimodule] use keyword arguments for mode and enable_transforms;

    update brotli.compress docstring accordingly
    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    89c74d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2eba12 View commit details
    Browse the repository at this point in the history
  3. [brotlimodule] add greedy_block_split parameter (defaults to False);

    renamed variables: transform -> enable_transforms, dictionary -> enable_dictionary
    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    6264bea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c1d069 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbcb326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d935db View commit details
    Browse the repository at this point in the history
  7. [brotlimodule] apply uniform docstring style

    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    3351bb0 View commit details
    Browse the repository at this point in the history
  8. [bro.py] use argparse instead of getopt

    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    32c44ec View commit details
    Browse the repository at this point in the history
  9. [bro.py] use new optional encoder parameters when compressing;

    modified the help string to include the new parameters.
    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    4106a40 View commit details
    Browse the repository at this point in the history
  10. [bro.py] remove debug print

    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    b7e8291 View commit details
    Browse the repository at this point in the history
  11. [brotlimodule] add MODE_GENERIC constant

    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    aa6f7d8 View commit details
    Browse the repository at this point in the history
  12. [bro.py] use brotli.MODE_GENERIC as default compression mode;

    remove additional low-level parameters
    Cosimo Lupo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    c93c0da View commit details
    Browse the repository at this point in the history