aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-05-15Update (#807)Eugene Kliuchnikov
2019-07-17Update (#762)Eugene Kliuchnikov
2018-11-12Ensure decompression consumes all input (#730)Justin Ridgewell
2018-03-23Fix "memory leak" in python tests (#652)Eugene Kliuchnikov
2017-08-28Update (#590)Eugene Kliuchnikov
2017-08-23disable buidling/deployment of python wheels (#583)Cosimo Lupo
2017-08-08Python: Update bro_test to reference script directly (#582)Alex Nicksay
2017-08-04Update API, and more (#581)Eugene Kliuchnikov
2017-08-02Python: Add a "make install" command and clarify installation docs (#578)Alex Nicksay
2017-07-21Update (#574)Eugene Kliuchnikov
2017-06-30Update (#569)Eugene Kliuchnikov
2017-06-28Python: Decompressor: Streaming decompression support (#546)Janek
2016-12-21Python: Create Makefile for development shortcuts (#488)Alex Nicksay
2016-12-20Move brotlidump.py to research/ (#487)Eugene Kliuchnikov
2016-12-20brotlidump.py: disassemble brotli file (revisited) (#314)jneb
2016-12-20Python: Simplify test suite generation by using unittest discovery (#485)Alex Nicksay
2016-12-12Python: Use a temporary directory for generated files in tests (#481)Alex Nicksay
2016-12-12Python: Format bro.py with yapf (#480)Alex Nicksay
2016-12-12Update python brotli wrapper (#479)Eugene Kliuchnikov
2016-12-09Python: Convert bro.py tests to unittest style (#478)Alex Nicksay
2016-11-09Python: Add unit tests for brotli.compress and brotli.decompress (#467)Alex Nicksay
2016-10-31Python: Add tests for streamed compression (#458)Alex Nicksay
2016-10-31Python: Use "build" instead of "build_ext" in scripts (#460)Alex Nicksay
2016-10-25Python: Publicly expose the Compressor object in the Python API (#456)Alex Nicksay
2016-10-24Python: Support streamed compression with the Compressor object (#448)Alex Nicksay
2016-10-18Merge pull request #446 from nicksay/py-3-compressor-objectEugene Kliuchnikov
2016-10-17Python: Update README with information about code formattingAlex Nicksay
2016-10-17Python: Create an extension Compressor objectAlex Nicksay
2016-10-17Python: Create native brotli module and move extension to _brotliAlex Nicksay
2016-09-21Update brotlimodule.ccEugene Kliuchnikov
2016-09-21Update brotlimodule.ccEugene Kliuchnikov
2016-09-21Update python moduleEugene Kliuchnikov
2016-08-23Move "public" to "include/brotli"Eugene Kliuchnikov
2016-08-22Use version from common/version.hEugene Kliuchnikov
2016-08-22Fix brotlimoduleEugene Kliuchnikov
2016-06-23Fix issue #383eustas
2016-06-17Restore platform suffixeustas
2016-06-16Remove platform suffixeustas
2016-06-16Fix library patheustas
2016-06-13Fix CI build.Eugene Kliuchnikov
2016-06-13Convert encoder to plain C.Eugene Kliuchnikov
2016-06-03Fix test file patheustas
2016-06-03Fix test file patheustas
2016-06-03Merge pull request #336 from anthrotype/upload-sdisteustas
2016-04-19Fix brotlimoduleeustas
2016-04-10python/tests: clean up generated files if successfulCosimo Lupo
2016-02-24Merge pull request #321 from eustas/mastereustas
2016-02-24Truncate dictionary to window size.Eugene Kliuchnikov
2016-02-23Remove streaming test.Eugene Kliuchnikov
2016-02-23Add binding for custom_dictionary.Eugene Kliuchnikov