| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-bitarray: Upgrade 3.4.2 -> 3.4.3 | Leon Anavi | 2025-06-30 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.4.3: - minor updates to documentation C-level: - simplify and speedup `extend_unicode01()` - customize `resize_lite()` - avoid unused code - use `PyTypeObject` for bitarray type object in `_util.c` to be consistent with `_bitarray.c` - add and improve comments to implementation of sparse bitarray compression - simplify `sc_count()` Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-bitarray: upgrade 3.4.1 -> 3.4.2 | Wang Mingyu | 2025-06-09 | 1 | -0/+11 |
| Changelog: ============ * extend documentation of [compression of sparse bitarrays](sparse_compression.rst) * 'util.sc_decode()' and 'util.vl_decode()' now raise 'StopIteration' instead of 'ValueError' when unexpected end of stream is encountered * add debug mode tests for 'read_n()', 'write_n()' and 'count_from_word()' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
