Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
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: affedce
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: dcb6ebd
Choose a head ref
  • 16 commits
  • 54 files changed
  • 7 contributors

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    ff6ef1b View commit details
    Browse the repository at this point in the history
  2. fix!: drop support for Python 2.7 / 3.5 (#212)

    Drop 'six' module
    
    Drop 'u"' prefixes for text
    
    Remove other Python 2.7 workarounds
    
    Drop use of 'pytz'
    
    Dxpand range to allow 'google-auth' 2.x versions
    
    Remove 'general_helpers.wraps': except for a backward-compatibility
    import, 'functools.wraps' does everything wee need on Python >= 3.6.
    
    Remove 'packaging' dependency
    
    Release-As: 2.0.0b1
    
    Closes #74.
    
    Closes #215.
    tseaver authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a30f004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d566f28 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

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

Commits on Aug 12, 2021

  1. chore(python): avoid .nox directories when building docs (#249)

    Source-Link: googleapis/synthtool@7e1f6da
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
    gcf-owl-bot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    258ba4a View commit details
    Browse the repository at this point in the history
  2. chore: avoid duplicating pins of grpcio in noxfile (#246)

    Rely on the pins in 'setup.py' as the Source of Truth.
    
    See #234 (review)
    tseaver authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    ffa528e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. chore: drop mention of Python 2.7 from templates (#252)

    Source-Link: googleapis/synthtool@facee4c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:9743664022bd63a8084be67f144898314c7ca12f0a03e422ac17c733c129d803
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    a54cc10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362ca6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdbf889 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    bb3b26d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f52bf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    82ca2fd View commit details
    Browse the repository at this point in the history
  2. fix: do not error on LROs with no response or error (#258)

    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    busunkim96 and tseaver authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    618f192 View commit details
    Browse the repository at this point in the history
  3. chore: release 2.0.1 (#267)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    dcb6ebd View commit details
    Browse the repository at this point in the history
Loading