https://github.com/ilanschnell/bitarray

sort by:
Revision Author Date Message Commit Date
3c231c1 add 0.7.0 release date 16 February 2012, 01:01:04 UTC
b594e87 add testing the different versions of the pickle protocol 16 February 2012, 00:59:48 UTC
8b0776b STY: remove excess whitespace 15 February 2012, 22:21:29 UTC
9d296ff DOC: update readme 15 February 2012, 22:18:07 UTC
c338826 Merge branch 'reduce' 15 February 2012, 18:27:36 UTC
4eec147 BUG: add missing error handling 15 February 2012, 18:27:09 UTC
2b1676f fixed reference count bug 15 February 2012, 18:21:37 UTC
675aac8 fixed tests on Py3k 15 February 2012, 18:15:21 UTC
eb86032 add test for new pickling representation 15 February 2012, 18:05:52 UTC
5b3b71b DOC: add comments to new C code 15 February 2012, 14:26:37 UTC
aebdda7 for simplicity always use new method 15 February 2012, 09:21:54 UTC
f784a21 more simplifications 15 February 2012, 09:18:12 UTC
3172514 error handling 15 February 2012, 09:10:14 UTC
9a59f13 fixed recount bug, simplified code 15 February 2012, 08:54:30 UTC
9817c98 fixed memory error for special case bitarray('\x07') 15 February 2012, 07:24:08 UTC
61e4ef1 update changelog 15 February 2012, 07:13:22 UTC
2e64cf8 fixed cPickle test 15 February 2012, 07:07:23 UTC
e608ed2 remove unused variable 15 February 2012, 07:01:53 UTC
b8cf334 move nbits into block 15 February 2012, 06:41:47 UTC
a0eecb7 added new format to bitarray_new() 15 February 2012, 06:34:28 UTC
07d22c3 start new reduce implementation 15 February 2012, 06:04:54 UTC
e4f617d ENH: speedup tests by creating random bitarrays using urandom 10 February 2012, 21:34:23 UTC
c9fca4a DOC: add comment to C code 10 February 2012, 06:15:05 UTC
aa2b202 DOC: add more comments 08 February 2012, 15:00:16 UTC
b9fff4b excess whitespace 08 February 2012, 08:34:08 UTC
bb5bd2d simplified error handling in bitarray_encode() 08 February 2012, 08:27:46 UTC
f8ca2ad improve error handling 08 February 2012, 08:03:22 UTC
f9c4f41 add main() to decoding example 08 February 2012, 06:40:24 UTC
4768990 DOC update readme 08 February 2012, 06:20:47 UTC
c7b2437 next release will be minor one, because new method was added 08 February 2012, 06:20:20 UTC
47de6a9 DOC: update readme 08 February 2012, 06:10:26 UTC
2bea830 test cleanup 08 February 2012, 06:03:34 UTC
fc31ff1 update changelog 08 February 2012, 05:41:50 UTC
f3c2825 cleanup tests 08 February 2012, 05:37:19 UTC
ea608de fixed comment 08 February 2012, 05:31:18 UTC
f232d42 fixes in C, added Python tests 08 February 2012, 05:29:46 UTC
ff8bfa9 update work on decode iterator -- compiles now 08 February 2012, 04:11:06 UTC
47ed89d simplified tree traversal by using index pointer instead of bitarray iterator object 08 February 2012, 03:56:16 UTC
cbfa9b7 start adding decode iterator 08 February 2012, 03:15:30 UTC
259c726 DOC: better docstring for index method 07 February 2012, 08:48:11 UTC
8fe38e9 bitarraysearchiterobject was simply too long for my taste 07 February 2012, 06:08:07 UTC
cf7f785 add tests to ensure that when a bitarray is changed, the memory view also changes 07 February 2012, 05:24:25 UTC
cddfa72 ENH: add sanity assertion 07 February 2012, 05:13:55 UTC
1ab351c DOC: update number of tests being run 07 February 2012, 03:55:53 UTC
5e235e3 add comments to C code 07 February 2012, 03:53:52 UTC
8ab978d REL: master now 0.6.1 07 February 2012, 03:45:20 UTC
c45a74b robustification 07 February 2012, 02:36:30 UTC
ce00d34 BUG: because GETBIT as a macro, we can not use ++ within it (as it might be occur more then once) 07 February 2012, 02:24:53 UTC
27f2077 add iteration test 07 February 2012, 02:16:18 UTC
616d5af add release date 07 February 2012, 01:17:22 UTC
62d15c2 DOC: wording 06 February 2012, 07:17:35 UTC
e7ae34f DOC: add buffer protocol section 06 February 2012, 07:08:37 UTC
99383f9 add buffer interface to bitarray objects 06 February 2012, 06:09:44 UTC
ca5d256 add more tests 06 February 2012, 03:03:10 UTC
7024eb4 ENH: better variable names 06 February 2012, 02:32:16 UTC
4d47323 add debug information to _sysinfo() 06 February 2012, 02:11:29 UTC
e93ac9d update classifiers 06 February 2012, 01:32:07 UTC
e11762e ENH: make assertions (in C) more readable 06 February 2012, 01:24:03 UTC
b49f7de search, itersearch now only except bitarray objects, whereas __contains__ excepts either booleans or bitarrays 05 February 2012, 23:55:39 UTC
6b4d4f1 ENH: better error handling when object is not bitarray in bitarray_search() 05 February 2012, 21:27:19 UTC
ce560e4 ENH: update_readme only rewrites file when necessary 05 February 2012, 19:51:33 UTC
76d8765 DOC: update changelog, authors and readme 05 February 2012, 19:33:37 UTC
ed179ad DOC: update changelog 05 February 2012, 07:27:59 UTC
4dc7509 update changelog, give function better name 05 February 2012, 07:17:58 UTC
1c8222f update sieve example; add tests 05 February 2012, 07:04:25 UTC
3248848 better error handling when getIndex is called 05 February 2012, 06:47:07 UTC
9757c82 use standard return value for getIndex 05 February 2012, 06:40:51 UTC
415f527 add ability to assign slice to 0 or 1 05 February 2012, 06:28:13 UTC
f244810 add utility function 05 February 2012, 06:18:44 UTC
0cba4a3 better name ISINDEX -> IS_INDEX 05 February 2012, 05:34:31 UTC
f0e914a add IS_INT_OR_BOOL macro 05 February 2012, 05:31:15 UTC
8c434d4 improve error handling, add comment 05 February 2012, 01:29:10 UTC
0c4f256 remove test for no longer existing (private) method 05 February 2012, 01:12:18 UTC
4bb1631 Merge branch 'citersearch' 05 February 2012, 00:55:06 UTC
215ea11 whitespace 05 February 2012, 00:54:54 UTC
1acee8f DOC: update change log and readme 05 February 2012, 00:52:04 UTC
73ec4d6 remove unused variables 05 February 2012, 00:47:47 UTC
d6dd8ed simplified code in bitarray_contains() 05 February 2012, 00:28:57 UTC
4ba171b add test 05 February 2012, 00:24:30 UTC
8bd4228 moved __contains__ to C level 05 February 2012, 00:18:08 UTC
a136714 add _contains method to simplify __contains__ 04 February 2012, 23:31:30 UTC
8c243af refactor to remove duplicate search code 04 February 2012, 22:45:34 UTC
c118a14 ENH: implemented bitarray search iterator in C 04 February 2012, 21:14:50 UTC
394cbba ENH: minor C cleanup 04 February 2012, 19:33:09 UTC
ce3c293 ENH: simplified code in bitarrayiter_next() 04 February 2012, 18:32:17 UTC
44f046c ENH: avoid copying bitarray when possible 04 February 2012, 17:36:30 UTC
c4d4785 DOC: formatting 04 February 2012, 08:31:58 UTC
a35d0bf DOC: improve docstings 04 February 2012, 08:25:09 UTC
f43769e DOC: add note about exception to pop() and remove() 04 February 2012, 07:51:04 UTC
b0ccb91 ENH: improve test for insert() 04 February 2012, 07:44:14 UTC
4c8a2dd update Makefile 04 February 2012, 05:02:01 UTC
068122f DOC: add note to tolist() 04 February 2012, 04:44:52 UTC
df6ef7a DOC: wording 04 February 2012, 03:57:03 UTC
f6ec580 update git ignore 04 February 2012, 02:43:09 UTC
cf599bf DOC: simplified readme update 04 February 2012, 02:38:15 UTC
5aa9a74 DOC: make code more readable 04 February 2012, 00:30:36 UTC
399d6f1 DOC: add changelog to readme 03 February 2012, 23:58:14 UTC
230d4ce DOC: spelling 03 February 2012, 22:45:05 UTC
5edc428 DOC: simplified code in update_readme.py 03 February 2012, 22:23:34 UTC
73e5d3d DOC: refactor update_readme.py 03 February 2012, 22:18:59 UTC
back to top