FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bitarray/test_bitarray.py - ilanschnell/bitarray · GitHub
ilanschnell
/
bitarray
Public
Notifications
You must be signed in to change notification settings
Fork
108
Star
792
Code
Issues
7
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bitarray
bitarray
test_bitarray.py
on
master
User selector
Datepicker
Commit history
Commits on Aug 20, 2026
clarify pointer-size tests
ilanschnell
committed
a7691e6
View commit details
Copy full SHA for a7691e6
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
move private sysinfo out of the top-level namespace
ilanschnell
committed
1d4fcd1
View commit details
Copy full SHA for 1d4fcd1
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
clarify and test decode iterator position on errors
ilanschnell
committed
319aea2
View commit details
Copy full SHA for 319aea2
View code at this point
Browse repository at this point
improve error message - add comment
ilanschnell
committed
aab3387
View commit details
Copy full SHA for aab3387
View code at this point
Browse repository at this point
remove .random_endian() in test utility class
ilanschnell
committed
84af7e6
View commit details
Copy full SHA for 84af7e6
View code at this point
Browse repository at this point
minor test cleanup
ilanschnell
committed
c984d3c
View commit details
Copy full SHA for c984d3c
View code at this point
Browse repository at this point
Commits on Aug 2, 2026
reduce some test verbosity
ilanschnell
committed
48ba81a
View commit details
Copy full SHA for 48ba81a
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
add shared ambiguous_codes in tests - add sanity check
ilanschnell
committed
1db1b94
View commit details
Copy full SHA for 1db1b94
View code at this point
Browse repository at this point
improve frozendict support
ilanschnell
committed
99f03fa
View commit details
Copy full SHA for 99f03fa
View code at this point
Browse repository at this point
prepare tests for Python 3.15
ilanschnell
committed
3d96382
View commit details
Copy full SHA for 3d96382
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
bitarrays in prefix codes cannot exceed 256 bits
ilanschnell
committed
b77ad2b
View commit details
Copy full SHA for b77ad2b
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
add official support for decodetree methods - next release 3.10.0
ilanschnell
committed
70103ae
View commit details
Copy full SHA for 70103ae
View code at this point
Browse repository at this point
add bitarray.test_bitarray.show_info()
ilanschnell
committed
0df0fed
View commit details
Copy full SHA for 0df0fed
View code at this point
Browse repository at this point
unofficial decodetree.todict() now returns mapping to frozenbitarrays
ilanschnell
committed
b6becec
View commit details
Copy full SHA for b6becec
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
minor test simplifications
ilanschnell
committed
eadd7c3
View commit details
Copy full SHA for eadd7c3
View code at this point
Browse repository at this point
add bitarray/test_free_threading.py
ilanschnell
committed
d5bd24c
View commit details
Copy full SHA for d5bd24c
View code at this point
Browse repository at this point
add separate SysinfoTests
ilanschnell
committed
96e7e24
View commit details
Copy full SHA for 96e7e24
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
add separate ShiftTests
ilanschnell
committed
6e38070
View commit details
Copy full SHA for 6e38070
View code at this point
Browse repository at this point
add .skipbits() tests
ilanschnell
committed
785775c
View commit details
Copy full SHA for 785775c
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
optimize mask indexing operations for sparse and dense masks - add test
ilanschnell
committed
ac67e03
View commit details
Copy full SHA for ac67e03
View code at this point
Browse repository at this point
improve mask subscript tests
ilanschnell
committed
c91d07a
View commit details
Copy full SHA for c91d07a
View code at this point
Browse repository at this point
optimize getmask() for sparse masks
ilanschnell
committed
e14d0c3
View commit details
Copy full SHA for e14d0c3
View code at this point
Browse repository at this point
add test for sparse mask assignment to bitarray
ilanschnell
committed
3d07f31
View commit details
Copy full SHA for 3d07f31
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
add tests for sparse deletion
ilanschnell
committed
98e853e
View commit details
Copy full SHA for 98e853e
View code at this point
Browse repository at this point
more consistent test class names
ilanschnell
committed
8a6d389
View commit details
Copy full SHA for 8a6d389
View code at this point
Browse repository at this point
move shortcut to delmask_lock_held() - improve error message
ilanschnell
committed
501817a
View commit details
Copy full SHA for 501817a
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
avoid internal tests for _ssqi() in main suite
ilanschnell
committed
18d9f1c
View commit details
Copy full SHA for 18d9f1c
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
refactor bitarray_count(), add tests for special cases
ilanschnell
committed
e4a8bf9
View commit details
Copy full SHA for e4a8bf9
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
clip arguments in .bytereverse() instead of raising IndexError
ilanschnell
committed
beef78f
View commit details
Copy full SHA for beef78f
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
sys.abiflags only available on Unix
ilanschnell
committed
6825a84
View commit details
Copy full SHA for 6825a84
View code at this point
Browse repository at this point
add sys.abiflags to output
ilanschnell
committed
857137c
View commit details
Copy full SHA for 857137c
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
add tests for frozenbitarrays being created
ilanschnell
committed
20545e4
View commit details
Copy full SHA for 20545e4
View code at this point
Browse repository at this point
Commits on Jul 12, 2026
improve RichCompareTests
ilanschnell
committed
a4015dd
View commit details
Copy full SHA for a4015dd
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
add AttributeError tests for bitarray data descriptors
ilanschnell
committed
7501e39
View commit details
Copy full SHA for 7501e39
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
add tests - wording
ilanschnell
committed
40f75cb
View commit details
Copy full SHA for 40f75cb
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL