| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Apr 2013 15:54:27
0.8.1
|
sbz  |
- Update to 0.8.1
- Convert to new option framework
Feature safe: yes |
11 Apr 2012 15:39:55
0.8.0
|
sbz  |
- Update 0.8.0
Approved by: jadawin@, miwi@ (mentors, implicit) |
23 Feb 2012 12:29:35
0.7.0
|
sbz  |
- Update to 0.7.0
Approved by: jadawin@, miwi@ (mentors, implicit) |
03 Feb 2012 13:32:15
0.5.2
|
sbz  |
- Update to 0.5.2
Approved by: jadawin@, miwi@ (mentors, implicit) |
18 Mar 2011 10:04:54
0.3.5
|
sbz  |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
18 Jan 2011 06:20:07
0.3.5
|
wen  |
This module provides an object type which efficiently represents an array of
booleans. Bitarrays are sequence types and behave very much like usual lists.
Eight bits are represented by one byte in contiguous block of memory. The user
can select between two representations; little-endian and big-endian. Most of
the functionality is implemented in C. Methods for accessing the machine
representation are provided. This can be useful when bit level access to binary
files is required, such as portable bitmap image files (.pbm). Also, when
dealing with compressed data which uses variable bit length encoding, you may
find this module useful.
WWW: http://pypi.python.org/pypi/bitarray
PR: ports/153914
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Feature safe: yes |