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
get_cluster_chain: Only return cluster number, not address of cluster More... about 5 years ago
Sophisticate FAT32 filesystem opener More... about 5 years ago
Catch exception during PyFatFS.close() if self.fs is already closed More... about 5 years ago
Calculate checksum for new LFN entries as well More... about 5 years ago
Verify checksum of LFN entries by comparing checksum with short file name More... about 5 years ago
Install pyfat as editable dependency into new venv More... over 5 years ago
Fix some Codacy findings More... over 5 years ago
Fix flake8 findings in PyFatFS More... over 5 years ago
Do not upload coverage data to Codacy; always run flake8 More... over 5 years ago
Add pyfat to Codacy More... over 5 years ago
Add Python compatibility matrix More... over 5 years ago
Update CI,Coverage and license badges in README to use shields.io More... over 5 years ago
Install python-coveralls as dependency More... over 5 years ago
Verify 8.3 conformity on FATDirectoryEntry instantiation More... over 5 years ago
Enhance tests for is_8dot3_conform function More... over 5 years ago
Use pip-sync to keep installed dependencies clean More... over 5 years ago
Add coveralls.io integration More... over 5 years ago
Fix flake8 findings for unit tests More... over 5 years ago
Add tests for make_8dot3_name function More... over 5 years ago
Add unit tests for is_8dot3_conform check More... over 5 years ago
Update sphinx configuration More... over 5 years ago
Add docstrings to FATDirectoryEntry.py and fix flake8 issues More... over 5 years ago
Add docstrings to PyFatFSOpener.py and fix flake8 issues More... over 5 years ago
Add docstrings to __init__.py and fix flake8 issues More... over 5 years ago
Add docstrings to _exceptions.py and fix flake8 issues More... over 5 years ago
Use errno error codes whenever feasible for Exceptions More... over 5 years ago
Assert that FAT is correctly parsed, fail if it isn't More... over 5 years ago
Clean up unused debugging code More... over 5 years ago
Calculate max_bytes for directory header parsing only once More... over 5 years ago
Fix replacement of first directory byte in case of 0xE5 More... over 5 years ago