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: digitalTenno/python-switch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mikeckennedy/python-switch
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.
  • 16 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 30, 2019

  1. fixed typo in README

    j-dunham authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    6093c59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mikeckennedy#10 from j2dunham/j2dunham-patch-1

    fixed typo in README
    mikeckennedy authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b367ec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Fix type issue mismatch.

    mikeckennedy committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    b1feaab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5d1c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4029ee1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    992b5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eee1275 View commit details
    Browse the repository at this point in the history
  6. Add better doc strings.

    mikeckennedy committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    d868c21 View commit details
    Browse the repository at this point in the history
  7. Add better doc strings.

    mikeckennedy committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    f0a4db2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6b7942 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Update README.md

    mikeckennedy authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    e0cd9e3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mikeckennedy authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    e586414 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Update README.md

    mikeckennedy authored May 22, 2020
    Configuration menu
    Copy the full SHA
    5026674 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Refactor codebase for consistent double‑quoted strings and add type h…

    …ints
    
    This update replaces single‑quoted literals with double quotes throughout the repository,
    standardizes string formatting in `setup.py`, `__init__.py`, and test files, and introduces
    comprehensive type annotations to improve readability and static analysis support. The changes also
    clean up import statements, adjust exception messages for clarity, and ensure the package metadata
    uses consistent quoting conventions. 🚀
    mikeckennedy committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    95a4692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c24f773 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. ruff settings

    mikeckennedy committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    f390438 View commit details
    Browse the repository at this point in the history
Loading