8000 Comparing v0.4.1...v0.4.2 · googleapis/google-auth-library-python-oauthlib · GitHub
[go: up one dir, main page]

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/google-auth-library-python-oauthlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: googleapis/google-auth-library-python-oauthlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 4 commits
  • 83 files changed
  • 2 contributors

Commits on Nov 4, 2019

  1. chore: blacken (#66)

    busunkim96 authored Nov 4, 2019
    Configuration menu
    Copy the full SHA
    fb7fcd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

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

Commits on Oct 28, 2020

  1. fix: don't open browser if port is occupied (#92)

    Set `allow_reuse_address` to `False` so a server is not created on a port that is already in use.
    
    ```python
    wsgiref.simple_server.WSGIServer.allow_reuse_address = False
    ```
    
    Drops support for EOL Python versions (python < 3.5)
    
    Fixes #75
    busunkim96 authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    0004057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7638659 View commit details
    Browse the repository at this point in the history
Loading
0