1. b04f4ea Python: Update README with information about code formatting by Alex Nicksay · 8 years ago
  2. f7b5b3d Python: Create native brotli module and move extension to _brotli by Alex Nicksay · 8 years ago
  3. 86fdb68 Update brotlimodule.cc by Eugene Kliuchnikov · 8 years ago
  4. 7cbdb4a Update brotlimodule.cc by Eugene Kliuchnikov · 8 years ago
  5. b754f60 Update python module by Eugene Kliuchnikov · 8 years ago
  6. 8148001 Move "public" to "include/brotli" by Eugene Kliuchnikov · 8 years ago
  7. 2c2d557 Use version from common/version.h by Eugene Kliuchnikov · 8 years ago
  8. dae9c7f Fix brotlimodule by Eugene Kliuchnikov · 8 years ago
  9. 27f9d00 Fix issue #383 by eustas · 8 years ago
  10. 81054a4 Restore platform suffix by eustas · 8 years ago
  11. f0c7ece Remove platform suffix by eustas · 8 years ago
  12. bac060f Fix library path by eustas · 8 years ago
  13. db3a116 Fix CI build. by Eugene Kliuchnikov · 8 years ago
  14. b972c67 Convert encoder to plain C. by Eugene Kliuchnikov · 8 years ago
  15. b73ebe3 Fix test file path by eustas · 8 years ago
  16. 66606e7 Fix test file path by eustas · 8 years ago
  17. bb6f5fe Merge pull request #336 from anthrotype/upload-sdist by eustas · 8 years ago
  18. 75c6c1a Fix brotlimodule by eustas · 8 years ago
  19. f66c7c5 python/tests: clean up generated files if successful by Cosimo Lupo · 8 years ago
  20. 7e5bbd5 Merge pull request #321 from eustas/master by eustas · 9 years ago
  21. 7d25e6b Truncate dictionary to window size. by Eugene Kliuchnikov · 9 years ago
  22. cbb0d4c Remove streaming test. by Eugene Kliuchnikov · 9 years ago
  23. 30612e3 Add binding for custom_dictionary. by Eugene Kliuchnikov · 9 years ago
  24. 1427692 Fix typo by eustas · 9 years ago
  25. 7111c33 Create README.md by eustas · 9 years ago
  26. 291d21c Fix choices for --lgwin and --mode in python/bro.py. by Ilya Nazarov · 9 years ago
  27. c5c80a9 Addressed comment by eustas · 9 years ago
  28. 8e8b8de Update brotlimodule.cc by eustas · 9 years ago
  29. 1b938dc Update brotlimodule.cc by eustas · 9 years ago
  30. c49918e Update brotlimodule.cc by eustas · 9 years ago
  31. ca0ae4c Update brotlimodule.cc by eustas · 9 years ago
  32. a4f40c1 Fix brotlimodule compilation warnings by eustas · 9 years ago
  33. fec00d2 Make input const by eustas · 9 years ago
  34. a22993b Fix pointer dereferencing. by eustas · 9 years ago
  35. 1f91064 Remove deprecated API call by eustas · 9 years ago
  36. 912b0ac brotlimodule.cc: fix error with clang ('expected a class or namespace') by Cosimo Lupo · 9 years ago
  37. 8195a5c [brotlimodule.cc] set 'lgwin' valid range to [10..24] by Cosimo Lupo · 9 years ago
  38. 82ffc4d [bro.py] set 'lgwin' valid range to [10..24] by Cosimo Lupo · 9 years ago
  39. 3e67d48 [brotlimodule.cc] remove C++11 vector::data() call by Cosimo Lupo · 9 years ago
  40. b5c92e5 Add tools/version.h that conatins the brotli version. by Zoltan Szabadka · 9 years ago
  41. 8c7edd3 [bro.py] print --version as brotli.__version__ by Cosimo Lupo · 9 years ago
  42. ac33d35 [brotlimodule.cc] add __version__ string attribute to brotli module by Cosimo Lupo · 9 years ago
  43. f141729 [brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated by Cosimo Lupo · 9 years ago
  44. 08212db [brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *' by Cosimo Lupo · 9 years ago
  45. d3dfc68 [brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling by Cosimo Lupo · 9 years ago
  46. e356b9b [roundtrip_test.py] repeat test at different quality (1, 6, 9, 11) by Cosimo Lupo · 9 years ago
  47. c93c0da [bro.py] use brotli.MODE_GENERIC as default compression mode; by Cosimo Lupo · 9 years ago
  48. aa6f7d8 [brotlimodule] add MODE_GENERIC constant by Cosimo Lupo · 9 years ago
  49. b7e8291 [bro.py] remove debug print by Cosimo Lupo · 9 years ago
  50. 4106a40 [bro.py] use new optional encoder parameters when compressing; by Cosimo Lupo · 9 years ago
  51. 32c44ec [bro.py] use argparse instead of getopt by Cosimo Lupo · 9 years ago
  52. 3351bb0 [brotlimodule] apply uniform docstring style by Cosimo Lupo · 9 years ago
  53. 6d935db [brotlimodule] add quality, lgwin and lgblock parameters by Cosimo Lupo · 9 years ago
  54. dbcb326 [brotlimodule] add enable_context_modeling parameter (defaults to True) by Cosimo Lupo · 9 years ago
  55. 4c1d069 [brotlimodule] add new keyword params docstring of brotli.compress by Cosimo Lupo · 9 years ago
  56. 6264bea [brotlimodule] add greedy_block_split parameter (defaults to False); by Cosimo Lupo · 9 years ago
  57. b2eba12 [brotlimodule] add enable_dictionary parameter (defautls to True) by Cosimo Lupo · 9 years ago
  58. 89c74d6 [brotlimodule] use keyword arguments for mode and enable_transforms; by Cosimo Lupo · 9 years ago
  59. e6913b2 [python] use built-in split instead of 'string' module for py23 by Cosimo Lupo · 9 years ago
  60. 10a2f37 Handle multiple compressed files per original in the test. by Zoltan Szabadka · 9 years ago
  61. cdde52e [python] refactored tests and import shared utilities from module by Cosimo Lupo · 9 years ago
  62. 906f4f5 [python] prepend build/lib folder to PYTHONPATH before running tests by Cosimo Lupo · 9 years ago
  63. b316cb7 [python] fix unbuffered binary mode for I/O streams in Windows pypy by Cosimo Lupo · 9 years ago
  64. 77c2399 [python] moved setup.py to the root of repository by Cosimo Lupo · 10 years ago
  65. 4865fd1 [python] add test command to setup.py by Cosimo Lupo · 10 years ago
  66. fa7dd52 Fixing building Python module after 534654d by Khaled Hosny · 10 years ago
  67. 1786680 [python] fix calling python script as subprocess on Windows by Cosimo Lupo · 10 years ago
  68. 203fe32 [python] fix subprocess shell pipeline by Cosimo Lupo · 10 years ago
  69. 064d8e0 [python] add new state.c and state.h to Brotli extension's setup.py by Cosimo Lupo · 10 years ago
  70. 4836e87 Merge pull request #38 from anthrotype/py_tests by szabadka · 10 years ago
  71. e651c85 Merge pull request #37 from anthrotype/setup_py by szabadka · 10 years ago
  72. e0c5df8 [python] Use BrotliDecompress() by Khaled Hosny · 10 years ago
  73. b33e10e add Python port of bro utility and scripts to test Brotli extension by Cosimo Lupo · 10 years ago
  74. 3113fe7 [setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530 by Cosimo Lupo · 10 years ago
  75. dec72c5 [setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC) by Cosimo Lupo · 10 years ago
  76. 855efcf [python/setup.py] use relative paths instead of symlinks (unsupported on Win) by Cosimo Lupo · 10 years ago
  77. 1130623 Add Python bindings by Khaled Hosny · 10 years ago