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: andrewleech/PyWebDAV3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: andrewleech/PyWebDAV3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 22 files changed
  • 7 contributors

Commits on Jul 6, 2023

  1. test: fix invalid escape sequence

    Running the tests leads to
    
    test/test_litmus.py:110
    test/test_litmus.py:110: DeprecationWarning: invalid escape sequence '\d'
        if len(re.findall('^ *\d+\.', line)):
    
    '\d' can appear in a regular expression but is invalid in a Unicode
    string.
    
    Convert the Unicode string to a regular expression.
    
    Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
    xypron authored and andrewleech committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    517b398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164036d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Update README.md

    Ph0tonic authored and andrewleech committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    9c948c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. ci: install setuptools.

    andrewleech committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5c1b22b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d945a86 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    bdaf575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fcfd7a View commit details
    Browse the repository at this point in the history
  3. remove Python2 crumbs

    a-detiste authored and andrewleech committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4d46948 View commit details
    Browse the repository at this point in the history
Loading