0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 05, 2024 — Jan 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add FAT12 PyFilesystem2 integration tests More... almost 4 years ago
Add initial write support for FAT12 More... almost 4 years ago
Migrate from Travis to GitHub actions for flake8 and tests More... almost 4 years ago
Always set binary mode on openbin More... almost 4 years ago
Add readinto method to directly read into bytearray More... almost 4 years ago
Do not fail with RemoveRootError if removetree is called on the root directory More... almost 4 years ago
Update pinned/internal dependencies, make compatible with older PyFilesystem2 versions More... almost 4 years ago
Release v0.1.2 More... about 4 years ago
Fix calculation of FAT entries for FAT12 More... about 4 years ago
Cache the location of the first free cluster More... about 4 years ago
Optimize FatIO.seek. If seeking forward, iterate on clusters chain from current position. More... about 4 years ago
Don't iterate over all the remaining clusters in write_data_to_cluster if not necessary More... about 4 years ago
Fix calculating number of clusters for data size More... about 4 years ago
Fix range check in allocate_bytes More... about 4 years ago
Fix argument to is_lfn_entry More... about 4 years ago
Make default tmp_lfn_entry argument not a global object More... about 4 years ago
Release v0.1.1 More... about 4 years ago
Update references to project after rename from pyfat to pyfatfs More... about 4 years ago
Automatically upload package to PyPI on release More... about 4 years ago
Document PR #5 in Changelog More... about 4 years ago
Fix creating directory with name that is already conforms to 8DOT3 More... about 4 years ago
Add CodeQL analysis GitHub Action More... about 4 years ago
Fix #4: Properly erase on write to cluster even if data is empty More... about 4 years ago
Specify additional project URLs for PyPI More... about 4 years ago
Release v0.1.0 More... about 4 years ago
Update author email to conform to RFC-822 From:-header More... about 4 years ago
Use setuptools_scm for automatic versioning More... about 4 years ago
Remove Sphinx BuildDoc / setuptools integration More... about 4 years ago
Update badge URLs after repository rename More... about 4 years ago
Drop PyPy3 tests due to dependency issues with requirements for tasks More... about 4 years ago