aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-03-27Fixing building Python module after 534654dKhaled Hosny1-0/+2
2015-03-23[python] fix calling python script as subprocess on WindowsCosimo Lupo2-19/+12
2015-03-22[python] fix subprocess shell pipelineCosimo Lupo2-8/+11
2015-03-21[python] add new state.c and state.h to Brotli extension's setup.pyCosimo Lupo1-0/+2
2015-03-16Merge pull request #38 from anthrotype/py_testsszabadka3-0/+234
2015-03-16Merge pull request #37 from anthrotype/setup_pyszabadka4-49/+51
2015-03-16[python] Use BrotliDecompress()Khaled Hosny1-17/+19
2015-03-16add Python port of bro utility and scripts to test Brotli extensionCosimo Lupo3-0/+234
2015-03-16[setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530Cosimo Lupo1-0/+2
2015-03-16[setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC)Cosimo Lupo1-2/+3
2015-03-16[python/setup.py] use relative paths instead of symlinks (unsupported on Win)Cosimo Lupo4-47/+46
2015-01-24Add Python bindingsKhaled Hosny4-0/+286