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: google/python-fire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: google/python-fire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 14 commits
  • 22 files changed
  • 10 contributors

Commits on Feb 1, 2023

  1. Use literal dict (#430)

    Use literal dict to satisfy linter
    dbieber authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2d2fa61 View commit details
    Browse the repository at this point in the history
  2. freeze CI requirements (#431)

    * freeze CI requirements, including pylint
    Borda authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    396ef1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910b1f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0438367 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. adding python 3.10 [tag & CI] (#428)

    * adding python 3.10
    Borda authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c29b923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71743b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    527e3d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e485c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Nov 13, 2023

  1. Fix missing $ sign in bash completion (#472)

    Related issue  #64
    
    Co-authored-by: Max Hacker <maximeh@google.com>
    maximehk and Max Hacker authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d44d33d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    1d8a137 View commit details
    Browse the repository at this point in the history
  2. Update build.yml dropping Python 2.7 (#479)

    We'll want to reenable later.
    dbieber authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ffb8121 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Update formatting_windows.py (#477)

    Add a check if 'isatty' member exists in the object, required for packaging with PyInstaller.
    excript authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8a41c91 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Add Python 3.11 and Python 3.12 to build workflow (#485)

    This change brings github actions back into the green.
    dbieber authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    343e6b6 View commit details
    Browse the repository at this point in the history
Loading