Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: drop Python 2.7 support #229

Merged
merged 20 commits into from Aug 2, 2021
Merged

fix!: drop Python 2.7 support #229

merged 20 commits into from Aug 2, 2021

Commits on Jun 16, 2021

  1. fix!: drop support for Python 2.7.

    Release-As: 2.0.0b1
    
    Closes #228.
    tseaver committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    56b2bd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6541630 View commit details
    Browse the repository at this point in the history
  3. chore: drop 'u"' prefixes

    Via:
    
        $ for f in $(git grep -l 'u"' google/ tests/ tests_async/); do
        >     echo $f
        >     sed -i -e 's/\<u"/"/g' $f
        > done
    tseaver committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    29aa7df View commit details
    Browse the repository at this point in the history
  4. chore: blacken

    tseaver committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c7fbe6b View commit details
    Browse the repository at this point in the history
  5. fix: adjust systest import

    tseaver committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    e2b99bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b0a972 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    eeaed03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87c3d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d82941 View commit details
    Browse the repository at this point in the history
  4. chore: drop "u'" prefixes

    tseaver committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e7cdd35 View commit details
    Browse the repository at this point in the history
  5. chore: merge string literal

    tseaver committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3f6d81d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5e7c0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47bf70a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3425ea View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Jul 23, 2021

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

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    99b57a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d3168 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 1, 2021

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