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: litl/backoff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: litl/backoff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 4 files changed
  • 5 contributors

Commits on May 1, 2022

  1. Copy the full SHA
    12f8cbe View commit details

Commits on Oct 5, 2022

  1. Merge pull request #156 from cclauss/pyupgrade

    pyupgrade --py37-plus **/*.py
    bgreen-litl authored Oct 5, 2022
    Copy the full SHA
    54e7857 View commit details

Commits on Oct 20, 2022

  1. Revert "pyupgrade --py37-plus **/*.py"

    This reverts commit 12f8cbe.
    
    This commit introduced a series of unit test failures, although
    I'm not completely sure why.
    bgreen-litl committed Oct 20, 2022
    Copy the full SHA
    a1e19d9 View commit details

Commits on Jan 16, 2023

  1. Update decorator's argument "max_time" description

    * Add that the `max_time` is in seconds
    MrwanBaghdad authored Jan 16, 2023
    Copy the full SHA
    48fa04e View commit details
  2. Merge pull request #188 from MrwanBaghdad/patch-1

    Update decorator's argument "max_time" description
    bgreen-litl authored Jan 16, 2023
    Copy the full SHA
    a33a3f2 View commit details

Commits on Jan 20, 2023

  1. Add exponential decay (#189)

    * added exponential decay
    * updated docstring
    * fixed flake8
    milonimrod authored Jan 20, 2023
    Copy the full SHA
    d82b23c View commit details
Loading