GitHub / PyFilesystem/pyfilesystem2 / commits
Python's Filesystem abstraction layer
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 77a85627 | Update docs link in README |
Andrew Scheller <l****h@d****g>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 8ed9dc49 | Update contributors (#554) |
Jen Hägg <6****g@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 59f6e4d5 | Fix backward incompatibility introduced in 2.4.16 (#542) |
M.Eng. Thomas Feldmann <m****l@t****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 11ad1ecd | merge Merge pull request #547 from tfeldmann/fix/file-deleted-when-moved-onto-itself |
Martin Larralde <m****e@e****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 420998db | copy_structure FS can be of type str | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 3bc8691b | use validatepath | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| f1694822 | Set `timeout-minutes` in the `test.yml` Actions workflow (#548) |
M.Eng. Thomas Feldmann <m****l@t****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 9d9dcd67 | revert shutil formatting | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 300fe893 | remove unused import | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| c703c99f | remove unneeded code | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 6ef99f67 | wrapfs does not need checks sprinkled everywhere anymore | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 2668bfcb | raise DestinationExists if overwrite is not set | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| b4f2dc43 | wip copy | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| f9cf49f0 | fix wrapfs | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| a039bb68 | assert no files were touched | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| e157d936 | uses validated paths in copydir | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 2e0238af | fix copydir hangup | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 0f097317 | fix osfs | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 2a933045 | establish new errors.IllegalDestination | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 9a7fe1ad | new error names | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 2b0cbac4 | add copydir tests | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| cec3e066 | add movedir tests | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| f1a7bfb8 | update changelog | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| b3d2d733 | fix memoryfs | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 0e3ed721 | assert DestinationExists when using overwrite=False | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| 56bed836 | fix OSFS copy | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| ec7c68d1 | add failing tests | Thomas Feldmann <m****l@t****e> | almost 4 years ago | |
| cd545b2a |
Fx typo in `docs/source/info.rst` (#544)
Signed-off-by: Tim Gates <t****s@i****m> |
Tim Gates <t****s@i****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 691deae7 | merge Merge pull request #464 from atollk/issue_459_371 |
Martin Larralde <m****e@e****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 50b1c995 | Release v2.4.16 | Martin Larralde <m****e@e****e> | about 4 years ago | |
| 889765bd | Bump `black` version used to lint code in `setup.cfg` | Martin Larralde <m****e@e****e> | about 4 years ago | |
| 75cf00aa | Fix import order with new `isort` options | Martin Larralde <m****e@e****e> | about 4 years ago | |
| 486cf3aa | Fix invalid `isort` configuration in `setup.cfg` | Martin Larralde <m****e@e****e> | about 4 years ago | |
| 2b3b0b05 | Revert switch from `appdirs` to `platformdirs` for backward compatibility | Martin Larralde <m****e@e****e> | about 4 years ago | |
| 62d2defb | merge Merge pull request #523 from tfeldmann/move_file-optimization |
Martin Larralde <m****e@e****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| da33922a | test `src` first, then `dst` | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 5675f84c | cleanup and docs | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 46fbc716 | Fix circular import between `fs.base`, `fs.osfs` and `fs.move` | Martin Larralde <m****e@e****e> | about 4 years ago | |
| 78f66960 | cleanup test_move filenames | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 4d80b227 | fix `supports_rename` in `WrapReadOnly` | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 891d1fc8 | use OSFS instead of fs_open, rename cleanup_dst_on_error param | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 696c4cab | use non-overlapping osfs urls | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 44cbe310 | add `cleanup_dest_on_error` in `move_file` | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| a5492503 | removed duplicated test code | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| c051f23f | fix codestyle and typecheck errors | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 54d33747 | ignore flake8 C401 in _pathcompat | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 9cfc5dd5 | revert import order | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 7993af09 | update changelog wording | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 69d1906e | check time on if self.preserve_time is set | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| baf70195 | test_move cleanup | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 9be03818 | fix path in ResourceReadOnly exception | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 0c02f53f | add python2.7 commonpath backport | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| e4904524 | formatting | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 763efc2f | rename test case | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 4a102ce1 | update changelog | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| b0963bf0 | remove unneeded import | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 1267194f | don't run tests twice in parameterized_class | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| ad7a970b | raise exc in mange_fs if fs is not writeable | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 20203d91 | update changelog | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 4edb1e09 | cleanup destination if move fails | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| fd577df1 | clarify fallthrough and add writeable=True | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 545e0167 | more tests for read only sources | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 69022aa6 | add test for read-only sources | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| bbe4389c | clear use of fs url instead of str | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| a97c0c33 | support FS URLs | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 14d4fa20 | add test for two different MemFS instances | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 014123b7 | handle ro FSs in move_file optimization | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 86adaa82 | set "read_only": True in `WrapReadOnly.getmeta()` | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| fa1803b6 | fix unbound var | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 003e1b79 | handle ValueError | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 68846cea | lock src and dst for move operation | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 448f15f7 | remove unneeded import | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 1f7b0ffc | merge Merge branch 'master' into move_file-optimization | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| cb49b6e9 | optimization not dependent of OSFS anymore | Thomas Feldmann <m****l@t****e> | about 4 years ago | |
| 48342325 | Fix mechanism used to check for invalid `whence` in `fs.zipfs` | Martin Larralde <m****e@e****e> | about 4 years ago | |
| 8b726971 | Update `ReadZipFS.openbin` handler to use native `zipfile` code (#527) |
Martin Larralde <m****e@e****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| f253d9fa | Fix `getmodified` summary as suggested by @lurch in #462 | Martin Larralde <m****e@e****e> | about 4 years ago | |
| a5954e4e |
Use `platformdirs` instead of `appdirs` (#489)
Co-authored-by: Martin Larralde <m****e@e****e> |
Felix Yan <f****s@a****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 863f7e4a | Add @djmattyg007 to the list of contributors |
Martin Larralde <m****e@e****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 196b5f54 | Remove pytz dependency (#518) |
Matthew Gamble <g****t@m****t>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 8c187505 | Don't fail fast when running tests (#520) |
Matthew Gamble <g****t@m****t>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 43dc890d | add test | Thomas Feldmann <m****l@t****e> | over 4 years ago | |
| d6db4608 | update contributors | Thomas Feldmann <m****l@t****e> | over 4 years ago | |
| db837c57 | add optimization to move | Thomas Feldmann <m****l@t****e> | over 4 years ago | |
| be95b736 | Release v2.4.15 | Martin Larralde <m****e@e****e> | over 4 years ago | |
| 84dd6686 | Update `package.yml` to create a new release on GitHub | Martin Larralde <m****e@e****e> | over 4 years ago | |
| 63719b1b | merge Merge pull request #511 from PyFilesystem/fix-wrapfs-move |
Martin Larralde <m****e@e****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| df367261 | Remove unused imports in `fs.wrapfs` | Martin Larralde <m****e@e****e> | over 4 years ago | |
| f257c8c2 | Update `CHANGELOG.md` with fix from #511 | Martin Larralde <m****e@e****e> | over 4 years ago | |
| 3f6009be | Update `move` and `movedir` methods of `WrapFS` to use the delegate FS methods | Martin Larralde <m****e@e****e> | over 4 years ago | |
| a6ea045e | Update `tox` configuration in `setup.cfg` to run tests on Python 3.10 | Martin Larralde <m****e@e****e> | over 4 years ago | |
| 84af5670 | Update `test.yml` Actions workflow to run tests on Python 3.10 | Martin Larralde <m****e@e****e> | over 4 years ago | |
| f3338d9b | merge Merge pull request #510 from PyFilesystem/fix-memoryfs-move |
Martin Larralde <m****e@e****r>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| d76e7f38 | Update `CHANGELOG.md` with changes from #510 | Martin Larralde <m****e@e****e> | over 4 years ago | |
| c29a917f | Reformat code of `fs.test` module with `black` | Martin Larralde <m****e@e****e> | over 4 years ago | |
| 13f1c293 | Fix `MemoryFS` entries not being renamed when moved | Martin Larralde <m****e@e****e> | over 4 years ago | |
| fee7ee60 | Update `fs.test` to make sure that files moved in the same FS get renamed | Martin Larralde <m****e@e****e> | over 4 years ago | |
| 47f9cfd6 | Add missing `UnsupportedHash` exception to `fs.errors.__all__` | Martin Larralde <m****e@e****e> | over 4 years ago | |
| 7f196388 | Fix parsing of FTP LIST command (#507) |
Adrian Garcia Badaracco <1****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 79a73679 | Release v2.4.14 | Martin Larralde <m****e@e****e> | over 4 years ago |