dstromberg
|
4ffe4e9d0f
Misc fixes for recent pylint
|
11 年之前 |
dstromberg
|
50faa0279f
Misc updates for new pylint. Added testing with cpython 3.4 (alpha 2)
|
11 年之前 |
dstromberg
|
6787bdb6ea
/usr/bin/pep8 got more exuberant
|
12 年之前 |
dstromberg
|
330fb54056
Exclusive, not inclusive
|
12 年之前 |
dstromberg
|
ff1bc14f03
Fixed an exponentiation that was incorrectly using the xor operator
|
12 年之前 |
dstromberg
|
a59bfe300d
Use 4 spaces intead of tabs
|
13 年之前 |
dstromberg
|
c5133cc1a7
Switching to spaces, eliminating tabs. At last
|
13 年之前 |
dstromberg
|
efb15657e8
Tiny pep8 fix
|
13 年之前 |
dstromberg
|
c3950881ba
Python2x3-ized a couple of values
|
13 年之前 |
dstromberg
|
8734dd6d63
A few python 3.x fixes
|
13 年之前 |
dstromberg
|
339de2d019
Conditionalized providing the mmap backend, since Jython does not have mmap
|
13 年之前 |
dstromberg
|
0c2e6028b5
pep8 fixes redone
|
13 年之前 |
dstromberg
|
021b679684
Added hybrid (array+seek) and mmap backends
|
13 年之前 |
dstromberg
|
fa60897a63
Clean rule removes comparison/index.htm/index.html. Some pep8 fixes. Added pypy-1.7 to this-interpreter
|
13 年之前 |
dstromberg
|
9606ba0024
Better duck typing for hashed objects
|
13 年之前 |
dstromberg
|
3f2ba47d7d
Now have File_seek_backend and Array_backend
|
13 年之前 |
dstromberg
|
d46261638d
Temporarily moved 32 bit concerns into callers, in preparation for abstracting and adding file support
|
13 年之前 |
dstromberg
|
4003b4047f
Message on type error for hasing. Do not check isinstance long, because long does not exist in Python 3.x
|
13 年之前 |
dstromberg
|
a25d6d3e22
Extended to deal with hashing ints and longs
|
13 年之前 |
dstromberg
|
99fdbd50c2
PEP8 fixes
|
13 年之前 |
dstromberg
|
6c6f6c464b
Improved comments a bit
|
13 年之前 |
dstromberg
|
9a6eae213e
Made compatible with 3.x again
|
13 年之前 |
dstromberg
|
5deb38eba4
New get_index_bitmask_lin_comb generator that gives a much more expected error rate
|
13 年之前 |
dstromberg
|
51b0df0662
Variable name changes. Better doc, mapping literature's single character variables to ours. Simplified some expressions using temporary variables. Avoided recomputing length of array_ over and over.
|
13 年之前 |
dstromberg
|
10bad30ac1
Improved a docstring
|
13 年之前 |
dstromberg
|
8c60462a85
Lots of pep8-related chanages
|
14 年之前 |
dstromberg
|
d7667bb48a
Updated a comment
|
14 年之前 |
dstromberg
|
cc03719548
Test the &= and |= operators. Also incidentally test += operator. Bugfixes for same
|
14 年之前 |
dstromberg
|
cf18ebb68a
Gave it a little more user-friendly constructor: So we pass ideal_num_elements and error_rate instead of arcana
|
14 年之前 |
dstromberg
|
c763fde8d6
Initial checkin
|
14 年之前 |