| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:25:57
3.1.2
|
sbz  |
- Update to 3.1.2 |
16 Apr 2013 15:39:48
3.1.1
|
sbz  |
- Update to 3.1.1
Feature safe: yes |
05 Mar 2013 13:24:14
3.1.0
|
sbz  |
- Update to 1.1.7
- Convert to new option framework |
25 Jul 2012 06:32:08
3.0.2
|
cs  |
Fix typos in COMMENT |
27 Mar 2012 11:25:49
3.0.2
|
sbz  |
- Update to 3.0.2
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
08 Dec 2011 14:48:42
3.0.1
|
sbz  |
- Forgot distinfo
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
08 Dec 2011 13:20:54
3.0.1
|
sbz  |
- Update to 3.0.1
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
25 Nov 2011 10:31:53
3.0.0
|
sbz  |
- Update to 3.0.0
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
20 Jun 2011 13:52:24
2.2.0
|
sbz  |
- Update to 2.2.0
PR: ports/158048
Submitted by: Jin-Sih Lin <linpct at gmail.com>
Approved by: jadawin@ (mentor) |
18 Mar 2011 10:04:54
2.1.1
|
sbz  |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
08 Mar 2011 01:55:09
2.1.1
|
clsung  |
- Update to 2.1.1
PR: ports/155368
Submitted by: maintainer (Sofian Brabez) |
26 Jan 2011 04:37:47
2.1.0
|
miwi  |
- Update to 2.1.0
- Add LICENSE
PR: 154292
Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer)
Feature safe: yes |
01 Dec 2010 15:47:47
2.0.3
|
jadawin  |
bitstring is a pure Python module designed to help make the creation and
analysis of binary data as simple and natural as possible.
BitStrings can be constructed from integers (big and little endian), hex, octal,
binary, strings or files. They can be sliced, joined, reversed, inserted into,
overwritten, etc. with simple functions or slice notation. They can also be
read from, searched and replaced, and navigated in, similar to a file or stream.
bitstring is open source software, and has been released under the MIT licence.
WWW: http://pypi.python.org/pypi/bitstring
PR: ports/152688
Submitted by: Sofian Brabez <sbrabez at gmail.com> |