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: WebwareForPython/w4py3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.7
Choose a base ref
...
head repository: WebwareForPython/w4py3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.8
Choose a head ref
  • 11 commits
  • 44 files changed
  • 1 contributor

Commits on Mar 4, 2023

  1. Make test for local ip address more relaxed

    Since this does not work reliably anways, e.g. if WSL is installed.
    Cito committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    960f9df View commit details
    Browse the repository at this point in the history
  2. Prefer dict literals over function calls

    Though it adds single quotes, it is the style recommended by pylint now
    because it looks cleaner and a function call makes the code a bit slower.
    Cito committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    a534ba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ecd9f5 View commit details
    Browse the repository at this point in the history
  4. Minor simplifications

    Cito committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    34469fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c0cfb0 View commit details
    Browse the repository at this point in the history
  6. Update docstring

    Cito committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    526b8e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    25179e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b3898 View commit details
    Browse the repository at this point in the history
  3. Fix link in comment

    Cito committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    509a7c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    49dee4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b573aa View commit details
    Browse the repository at this point in the history
Loading