kc3-lang/brotli/python

Branch :


Log

Author Commit Date CI Message
b316cb74 2015-04-16 12:41:40 [python] fix unbuffered binary mode for I/O streams in Windows pypy
77c23995 2015-03-31 09:30:56 [python] moved setup.py to the root of repository
4865fd1d 2015-03-30 10:20:50 [python] add test command to setup.py
fa7dd52d 2015-03-27 18:56:18 Fixing building Python module after 534654d
17866801 2015-03-23 12:09:42 [python] fix calling python script as subprocess on Windows
203fe326 2015-03-22 00:15:54 [python] fix subprocess shell pipeline
064d8e0b 2015-03-21 20:05:02 [python] add new state.c and state.h to Brotli extension's setup.py
4836e87d 2015-03-16 20:35:19 Merge pull request #38 from anthrotype/py_tests add Python port of bro utility and scripts to test Brotli extension
e651c85f 2015-03-16 20:33:14 Merge pull request #37 from anthrotype/setup_py [python] setup.py fixes for Windows
e0c5df8c 2015-03-13 23:55:03 [python] Use BrotliDecompress() So that we can use a callback to dynamically allocate the decompression buffer, getting rid of the optional bufsize argument to decompress.decompress().
b33e10e9 2015-03-16 17:56:10 add Python port of bro utility and scripts to test Brotli extension
3113fe71 2015-02-26 17:58:28 [setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530
dec72c59 2015-02-26 17:56:25 [setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC)
855efcf7 2015-02-24 16:10:09 [python/setup.py] use relative paths instead of symlinks (unsupported on Win)
11306237 2014-11-20 14:16:26 Add Python bindings