aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-07-19Small Python modernization of Brotli code.Thomas Fischbacher1-34/+68
2023-07-05add tests with UTF8/UTF16 non-ASCII textEvgenii Kliuchnikov1-0/+2
2023-02-01Fix permissionsEvgenii Kliuchnikov1-1/+1
2023-01-17Internal changeBrotli5-5/+12
2022-12-29Python: use a new output buffer code (#902)Ma Lin1-142/+372
2022-11-17UpdateEvgenii Kliuchnikov1-3/+5
2021-11-10Prepare for copybara (#939)Eugene Kliuchnikov1-6/+10
2021-08-18Update (#918)Eugene Kliuchnikov1-1/+0
2020-05-15Update (#807)Eugene Kliuchnikov1-0/+0
2019-07-17Update (#762)Eugene Kliuchnikov1-7/+8
2018-11-12Ensure decompression consumes all input (#730)Justin Ridgewell3-2/+15
2018-03-23Fix "memory leak" in python tests (#652)Eugene Kliuchnikov2-0/+6
2017-08-28Update (#590)Eugene Kliuchnikov2-17/+39
2017-08-23disable buidling/deployment of python wheels (#583)Cosimo Lupo2-13/+17
2017-08-08Python: Update bro_test to reference script directly (#582)Alex Nicksay3-11/+9
2017-08-04Update API, and more (#581)Eugene Kliuchnikov5-101/+18
2017-08-02Python: Add a "make install" command and clarify installation docs (#578)Alex Nicksay2-5/+18
2017-07-21Update (#574)custom-dictionaryEugene Kliuchnikov1-2/+4
2017-06-30Update (#569)Eugene Kliuchnikov2-3/+50
2017-06-28Python: Decompressor: Streaming decompression support (#546)Janek2-0/+244
2016-12-21Python: Create Makefile for development shortcuts (#488)Alex Nicksay2-14/+68
2016-12-20Move brotlidump.py to research/ (#487)Eugene Kliuchnikov1-2361/+0
2016-12-20brotlidump.py: disassemble brotli file (revisited) (#314)jneb1-0/+2361
2016-12-20Python: Simplify test suite generation by using unittest discovery (#485)Alex Nicksay5-4/+4
2016-12-12Python: Use a temporary directory for generated files in tests (#481)Alex Nicksay1-2/+5
2016-12-12Python: Format bro.py with yapf (#480)Alex Nicksay1-44/+88
2016-12-12Update python brotli wrapper (#479)Eugene Kliuchnikov1-11/+20
2016-12-09Python: Convert bro.py tests to unittest style (#478)Alex Nicksay6-213/+159
2016-11-09Python: Add unit tests for brotli.compress and brotli.decompress (#467)Alex Nicksay8-119/+282
2016-10-31Python: Add tests for streamed compression (#458)Alex Nicksay2-15/+159
2016-10-31Python: Use "build" instead of "build_ext" in scripts (#460)Alex Nicksay1-1/+1
2016-10-25Python: Publicly expose the Compressor object in the Python API (#456)Alex Nicksay1-2/+5
2016-10-24Python: Support streamed compression with the Compressor object (#448)Alex Nicksay2-33/+135
2016-10-18Merge pull request #446 from nicksay/py-3-compressor-objectEugene Kliuchnikov2-52/+193
2016-10-17Python: Update README with information about code formattingAlex Nicksay1-3/+36
2016-10-17Python: Create an extension Compressor objectAlex Nicksay2-52/+193
2016-10-17Python: Create native brotli module and move extension to _brotliAlex Nicksay2-8/+32
2016-09-21Update brotlimodule.ccEugene Kliuchnikov1-1/+1
2016-09-21Update brotlimodule.ccEugene Kliuchnikov1-3/+2
2016-09-21Update python moduleEugene Kliuchnikov1-9/+8
2016-08-23Move "public" to "include/brotli"Eugene Kliuchnikov1-2/+2
2016-08-22Use version from common/version.hEugene Kliuchnikov1-2/+6
2016-08-22Fix brotlimoduleEugene Kliuchnikov1-2/+2
2016-06-23Fix issue #383eustas1-1/+1
2016-06-17Restore platform suffixeustas1-1/+2
2016-06-16Remove platform suffixeustas1-2/+1
2016-06-16Fix library patheustas1-1/+1
2016-06-13Fix CI build.Eugene Kliuchnikov2-35/+37
2016-06-13Convert encoder to plain C.Eugene Kliuchnikov1-1/+1
2016-06-03Fix test file patheustas1-1/+1