Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9c2b9ff
fix: Rewrite unit tests
tmathern May 9, 2025
4d95ecd
fix: Error handling in clean up
tmathern May 9, 2025
282a961
fix: Error handling in clean up 2
tmathern May 9, 2025
8e02ca8
fix: Error handling in clean up 3
tmathern May 9, 2025
79f8c07
fix: Imrpove resources clan up
tmathern May 9, 2025
d59c57b
fix: Improve library loading
tmathern May 9, 2025
47174ed
fix: Improve library loading 2
tmathern May 9, 2025
994b4f2
fix: Improve library loading 3
tmathern May 9, 2025
00c8ffa
fix: Improve Stream error handling
tmathern May 9, 2025
3e2257e
fix: Add context manager support for streams
tmathern May 9, 2025
34748d4
fix: Improve state handling for the stream class
tmathern May 9, 2025
46a12a7
fix: Optimize stream class
tmathern May 9, 2025
462e03d
fix: Optimize stream class error handling 2
tmathern May 9, 2025
29756d5
fix: Optimize stream class error handling 3
tmathern May 9, 2025
aade54c
fix: Optimize Reader class error handling
tmathern May 9, 2025
8610888
fix: Optimize Builder and Signer class error handling
tmathern May 9, 2025
7e0f7b7
fix: Optimize Signer class handling
tmathern May 9, 2025
981d02e
fix: Optimize utf8 related error handling
tmathern May 9, 2025
d90cb22
fix: Optimize imports
tmathern May 9, 2025
e2580be
fix: Only use one testing framework
tmathern May 9, 2025
c94fc24
fix: String container class
tmathern May 9, 2025
09f8ff1
fix: Better docs
tmathern May 9, 2025
3824391
fix: Improve error handling
tmathern May 9, 2025
4d80b99
fix: Call proper function
tmathern May 9, 2025
dcec206
fix: Adress some review comments
tmathern May 9, 2025
e9093fd
fix: Comment out debug logs
tmathern May 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
# Mac OS X files
.DS_Store
.idea

# Python cache files
tests/__pycache__/
Loading
Loading