issues
search
kutsurak
/
python-bitstring
Automatically exported from code.google.com/p/python-bitstring
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bits created from BitArray is not immutable
#144
GoogleCodeExporter
opened
9 years ago
1
Implment rcut and rjoin methods for Bits objects
#143
GoogleCodeExporter
opened
9 years ago
2
Changing bit-wise endian-ness
#142
GoogleCodeExporter
opened
9 years ago
3
prepend does strange things when coming from bytes object
#141
GoogleCodeExporter
closed
9 years ago
2
bitstring.Bits "round robin" bin -> float -> bin conversion does not preserve NaN bit
#140
GoogleCodeExporter
closed
9 years ago
1
More powerful append method
#139
GoogleCodeExporter
opened
9 years ago
2
Add "uint16" etc. parameters to Bits constructor
#138
GoogleCodeExporter
opened
9 years ago
1
Add __contains__ to BitArray
#137
GoogleCodeExporter
closed
9 years ago
4
unpack for bytes code fails
#136
GoogleCodeExporter
closed
9 years ago
2
bytes: parsing not working in 3.11
#135
GoogleCodeExporter
closed
9 years ago
4
Allow pad in searches
#134
GoogleCodeExporter
opened
9 years ago
1
BitArray concatenation sometimess modifies second argument
#133
GoogleCodeExporter
closed
9 years ago
3
Install problem
#132
GoogleCodeExporter
closed
9 years ago
1
Add support for numbered arrays
#131
GoogleCodeExporter
closed
9 years ago
2
Add "pad:n" specifier to readlist and pack
#130
GoogleCodeExporter
closed
9 years ago
5
Mutation of slices via property setters (a[0:2].uint = 4) ignored.
#129
GoogleCodeExporter
closed
9 years ago
3
Add clear() and copy() methods
#128
GoogleCodeExporter
closed
9 years ago
3
Conversion to bool failing for long bitstrings
#127
GoogleCodeExporter
closed
9 years ago
2
offset doesn't work when initialising with bytes
#126
GoogleCodeExporter
closed
9 years ago
2
Issue with current version
#125
GoogleCodeExporter
closed
9 years ago
3
Documentation errors
#124
GoogleCodeExporter
closed
9 years ago
4
Add length argument to read()
#123
GoogleCodeExporter
opened
9 years ago
3
readlist doesn't work with byte and keyword argument
#122
GoogleCodeExporter
closed
9 years ago
4
Don't futz with __new__, preventing effective subclassing of BitArray
#121
GoogleCodeExporter
closed
9 years ago
2
Memory leak in BitStream
#120
GoogleCodeExporter
closed
9 years ago
4
__str__ broken for some bitstrings
#119
GoogleCodeExporter
closed
9 years ago
1
Can't directly set uie and sie properties.
#118
GoogleCodeExporter
closed
9 years ago
1
pack should accept an iterable as the format
#117
GoogleCodeExporter
closed
9 years ago
1
mmap not available on Google App Engine
#116
GoogleCodeExporter
opened
9 years ago
8
Pre-compiled format strings
#115
GoogleCodeExporter
opened
9 years ago
6
Add a bytearray interpretation
#114
GoogleCodeExporter
closed
9 years ago
2
pack fails with big BitStream
#113
GoogleCodeExporter
closed
9 years ago
2
add a pad(length) convenience function?
#112
GoogleCodeExporter
closed
9 years ago
2
Add a module level bytealigned flag
#111
GoogleCodeExporter
closed
9 years ago
1
Disallow auto initialisation from integer except in constructor
#110
GoogleCodeExporter
closed
9 years ago
1
Double memory needed on creation
#109
GoogleCodeExporter
closed
9 years ago
1
Stepping in slices should have conventional meaning
#108
GoogleCodeExporter
closed
9 years ago
3
CreationError: Invalid symbol in hex initialiser.
#107
GoogleCodeExporter
closed
9 years ago
1
1 and 0 should be valid bool values
#106
GoogleCodeExporter
closed
9 years ago
1
readto method
#105
GoogleCodeExporter
closed
9 years ago
5
Support for interleaved exp-Golumb codes
#104
GoogleCodeExporter
closed
9 years ago
4
Minimum Python version not checked in Windows Installer
#103
GoogleCodeExporter
closed
9 years ago
4
BitStream.read("bytes:n") sometimes returns empty
#102
GoogleCodeExporter
closed
9 years ago
3
Rename ConstBitArray to Bits.
#101
GoogleCodeExporter
closed
9 years ago
1
Properties shouldn't have leading 0x, 0o, 0b.
#100
GoogleCodeExporter
closed
9 years ago
2
Allow uint to be created without explicit length
#99
GoogleCodeExporter
closed
9 years ago
1
Format specifier for tobyte() and tofile()
#98
GoogleCodeExporter
opened
9 years ago
1
Slices return views rather than copies
#97
GoogleCodeExporter
closed
9 years ago
1
Problems with large bitstrings in 32-bit Python 2.x.
#96
GoogleCodeExporter
closed
9 years ago
3
Reduce base-line memory consumption
#95
GoogleCodeExporter
opened
9 years ago
1
Next