kc3-lang/brotli/python/tests

Branch :


Log

Author Commit Date CI Message
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
eb3a31e2 2024-09-18 15:25:06 add max_length to Python streaming decompression
d019271c 2025-01-06 03:05:20 Copybara import of the project: -- f1bdfaa803e62ce3608e0226c98da1cf20abebdc by Robert Obryk <robryk@google.com>: add size limit to buffer -- ef8922cee72a1c0b0c35ed109ae9d2d637177bfe by Robert Obryk <robryk@google.com>: add max_length to Python streaming decompression PiperOrigin-RevId: 712463460
ef8922ce 2024-09-18 15:25:06 add max_length to Python streaming decompression
bc32ae12 2023-07-04 13:01:14 add tests with UTF8/UTF16 non-ASCII text PiperOrigin-RevId: 545424981
36533a86 2023-01-16 18:04:35 Internal change PiperOrigin-RevId: 502401179
8376f72e 2021-11-10 10:34:39 Prepare for copybara (#939) Co-authored-by: Eugene Kliuchnikov <eustas@chromium.org>
5805f99a 2018-11-12 04:36:00 Ensure decompression consumes all input (#730) * Ensure decompression consumes all input If not, it's a corrupt stream. * Use byte strings
2c034825 2018-03-23 02:09:00 Fix "memory leak" in python tests (#652) OOMs on RPi (1GB)