python


Log

Author Commit Date CI Message
Cosimo Lupo 77c23995 2015-03-31T09:30:56 [python] moved setup.py to the root of repository
Cosimo Lupo 4865fd1d 2015-03-30T10:20:50 [python] add test command to setup.py
Khaled Hosny fa7dd52d 2015-03-27T18:56:18 Fixing building Python module after 534654d
Cosimo Lupo 17866801 2015-03-23T12:09:42 [python] fix calling python script as subprocess on Windows
Cosimo Lupo 203fe326 2015-03-22T00:15:54 [python] fix subprocess shell pipeline
Cosimo Lupo 064d8e0b 2015-03-21T20:05:02 [python] add new state.c and state.h to Brotli extension's setup.py
szabadka 4836e87d 2015-03-16T20:35:19 Merge pull request #38 from anthrotype/py_tests add Python port of bro utility and scripts to test Brotli extension
szabadka e651c85f 2015-03-16T20:33:14 Merge pull request #37 from anthrotype/setup_py [python] setup.py fixes for Windows
Khaled Hosny e0c5df8c 2015-03-13T23: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().
Cosimo Lupo b33e10e9 2015-03-16T17:56:10 add Python port of bro utility and scripts to test Brotli extension
Cosimo Lupo 3113fe71 2015-02-26T17:58:28 [setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530
Cosimo Lupo dec72c59 2015-02-26T17:56:25 [setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC)
Cosimo Lupo 855efcf7 2015-02-24T16:10:09 [python/setup.py] use relative paths instead of symlinks (unsupported on Win)
Khaled Hosny 11306237 2014-11-20T14:16:26 Add Python bindings