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: googleapis/python-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test-836
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    d751f63 View commit details
    Browse the repository at this point in the history
  2. fix linting

    chandra-siri committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    fdcd903 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

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

Commits on Aug 29, 2025

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

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    19cf273 View commit details
    Browse the repository at this point in the history
  2. use asyncio.wait_for instead of asyncio.timeout

    python versions <= 3.10 dont support `async with asyncio.timeout`
    chandra-siri committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    5b6d287 View commit details
    Browse the repository at this point in the history
  3. aiter() and anext() are not defined in python<=3.9

    provide support for the same.
    chandra-siri committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    2599f96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c1a621 View commit details
    Browse the repository at this point in the history
  5. fix mypy errors

    chandra-siri committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    cc19089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a86a9b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5464dc5 View commit details
    Browse the repository at this point in the history
  8. update doc strings

    chandra-siri committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    e96a409 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Configuration menu
    Copy the full SHA
    52686b8 View commit details
    Browse the repository at this point in the history
  2. add tolerance

    chandra-siri committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    d01421b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98eae06 View commit details
    Browse the repository at this point in the history
Loading