Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PyFilesystem/webdavfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: revert-28-dev/add-cache
Choose a base ref
...
head repository: PyFilesystem/webdavfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 5 files changed
  • 5 contributors

Commits on Mar 9, 2021

  1. Merge pull request #30 from PyFilesystem/revert-28-dev/add-cache

    Revert "Dev/add cache"
    zopyx authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8253ccd View commit details
    Browse the repository at this point in the history
  2. update for 0.4.1

    zopyx committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    87704e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Add caching (based on #28)

    abretaud committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    2b65d21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from abretaud/cache

    Readd caching (based on #28)
    zopyx authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ecf707f View commit details
    Browse the repository at this point in the history
  3. 0.4.2

    zopyx committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e4f9c50 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    029fd0d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge pull request #33 from nuwang/patch-1

    Add support for specifying webdav timeout
    zopyx authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c90de88 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    davelopez committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    615a28b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182d8aa View commit details
    Browse the repository at this point in the history
  4. Add alternative way of handling local files

    If use_temp_files is True, instead of loading the entire file into memory, a temporary local file is used instead.
    
    The directory to store the temporary file can be defined with `temp_path`.
    davelopez committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a5a4478 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #34 from davelopez/avoid_entire_file_in_memory

    Avoid loading entire file in memory
    zopyx authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    325c387 View commit details
    Browse the repository at this point in the history
  6. updated

    zopyx committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    991ca2a View commit details
    Browse the repository at this point in the history
  7. fixed packaging

    zopyx committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ab69890 View commit details
    Browse the repository at this point in the history
Loading