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-api-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.2
Choose a head ref
  • 9 commits
  • 11 files changed
  • 7 contributors

Commits on Apr 20, 2020

  1. docs: Fix simple typo: occured -> occurred (#828)

    Simple Typo.
    
    Closes #827
    timgates42 authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    43fc0cf View commit details
    Browse the repository at this point in the history
  2. docs: support python3 to generate docs (#801)

    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Billy4195 and busunkim96 authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    84d4561 View commit details
    Browse the repository at this point in the history
  3. docs: added navigation to index.md (#815)

    Add alphabetical index and hyperlinks, to help accelerate API discovery and navigation
    bcdady authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6a9bfde View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Remove apiclient.__version__ (#871)

    Hello,
    
    We have removed __version__ var from googleapiclient/__init__.py
    f706cfd#diff-b926d296d4c856bcbf877809e4523562L15
    so it won't work anymore.
    
    #870
    
    CC: @busunkim96
    Fixes #870 🐈
    mik-laj authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1d8ec68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cef048 View commit details
    Browse the repository at this point in the history
  3. docs: drop 3.4 from README (#869)

    Release-As 1.8.2
    busunkim96 authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a1d6998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb6fcc8 View commit details
    Browse the repository at this point in the history
  5. docs: fix unescaped html tag (#802)

    If the description of the method contains any HTML tag, it will
    break the HTML rendering.
    This commit escapes the html tag to prevent this problem.
    * Use html standard lib when using python3
    * Use cgi standard lib when using python2
    
    Refs #791
    
    Release-As: 1.8.2
    Billy4195 authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    45cace8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd58139 View commit details
    Browse the repository at this point in the history
Loading