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
Move contribution guidelines to separate file More... about 5 years ago
Fix 8DOT3 name generation for long named dir entries More... about 5 years ago
Fix multi-part LFN entries, which are longer than 13 characters More... about 5 years ago
Add removedir function to allow removing directories More... about 5 years ago
Fix read_only checks for r/o fs access More... about 5 years ago
Remove duplicated code for root directory setup More... about 5 years ago
Fix newly added PyFlake issues from Codacy More... about 5 years ago
Fix flake8 warnings More... about 5 years ago
Implement makedir function for PyFilesystem2 to allow directory creation More... about 5 years ago
Allow retrieving location of filesystem on the host More... about 5 years ago
Stop parsing directory entries when NotAFatEntryException.LAST_ENTRY is encountered More... about 5 years ago
Implement export of FAT back to disk More... about 5 years ago
Fix padding and formatting for LFN entries in str and byte representation More... about 5 years ago
Introduce class for 8.3 file names for better interoperability More... about 5 years ago
Deduplicate test code More... about 5 years ago
Fix Pylint W0612 unused-variable warning More... about 5 years ago
Fix existence check in makedir More... about 5 years ago
Adjust MAX_DATA_CLUSTER values to standard conformity More... about 5 years ago
Disable PyLint R0201 no-self-use check More... about 5 years ago
Remove unnecessary pass statements More... about 5 years ago
Disable PyLint R0201 no-self-use check More... about 5 years ago
Use enumerate instead of iterating range More... about 5 years ago
Mark root directory parsing as TODO, since parsing recursively comes with a performance penalty More... about 5 years ago
Rename FatFile class to FatIO More... about 5 years ago
Properly lock file I/O with a mutex for PyFat More... about 5 years ago
Add function to read single cluster contents More... about 5 years ago
Define NUL as an invalid character for filenames More... about 5 years ago
Pass preserve_case option through to case_insensitive meta information More... about 5 years ago
Introduce new read_only parameter to force read-only mode for filesystem operations More... about 5 years ago
Add FatFile RawWrapper for basic I/O operations (currently r/o) More... about 5 years ago