kc3-lang/brotli/python

Branch :


Log

Author Commit Date CI Message
ed93810e 2025-10-02 01:50:29 support multi-phase initialization PiperOrigin-RevId: 814128632
1f6ab76b 2025-09-29 05:11:53 use module-bound exception PiperOrigin-RevId: 812739918
14068984 2025-09-25 07:59:41 Build and test with PY2.7 PiperOrigin-RevId: 811352084
9686382f 2025-09-24 03:52:03 PY: continue renovation of extension Fixed unchecked malloc for "tail" input data. Fixed inconsistencies in docstrings. Rewritten "growable buffer" to C-code, so it could run without acquiring GIL. Breaking changes: - native object allocation failures now handled at object creation time - some lower level exceptions (e.g. OOM) are not shadowed by brotli.error PiperOrigin-RevId: 810813664
41a22f07 2025-09-08 09:15:12 modernize PY3 class definition PiperOrigin-RevId: 804460135
98a89b15 2025-09-05 07:57:28 temporary rollback PiperOrigin-RevId: 803462595
35d4992a 2025-09-05 04:41:26 PY: reformat _brotli.c PiperOrigin-RevId: 803412055
79ea7296 2025-08-29 15:06:37 Merge branch 'master' into master
9a4ba593 2025-08-15 06:18:13 internal change PiperOrigin-RevId: 795452145
964ca075 2025-06-13 14:57:19 fix module import in set exception + setup.py compatible with python2