aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-03Fix test file patheustas1-1/+1
2016-06-03Merge pull request #336 from anthrotype/upload-sdisteustas3-1/+14
2016-04-19Fix brotlimoduleeustas1-5/+4
2016-04-10python/tests: clean up generated files if successfulCosimo Lupo3-1/+14
2016-02-24Merge pull request #321 from eustas/mastereustas3-17/+98
2016-02-24Truncate dictionary to window size.Eugene Kliuchnikov2-15/+22
2016-02-23Remove streaming test.Eugene Kliuchnikov1-9/+0
2016-02-23Add binding for custom_dictionary.Eugene Kliuchnikov3-17/+100
2016-02-23Fix typoeustas1-1/+1
2016-02-23Create README.mdeustas1-0/+5
2016-02-19Fix choices for --lgwin and --mode in python/bro.py.Ilya Nazarov1-2/+2
2016-01-25Addressed commenteustas1-6/+6
2016-01-25Update brotlimodule.cceustas1-1/+1
2016-01-25Update brotlimodule.cceustas1-1/+1
2016-01-25Update brotlimodule.cceustas1-4/+9
2016-01-25Update brotlimodule.cceustas1-0/+1
2016-01-25Fix brotlimodule compilation warningseustas1-12/+17