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: rbdixon/python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: core-api/python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 14 files changed
  • 7 contributors

Commits on Apr 27, 2017

  1. Fix typos

    Stranger6667 committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    82afc12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131f94b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Fix the encoding/decoding of Enum types.

    The 'enum' argument is a required parameter to creating an Enum.  Store
    it in an 'extra' dict that can be passed as **kwargs during its creation.
    tbeadle authored and jriggins committed May 23, 2017
    Configuration menu
    Copy the full SHA
    dbec97a View commit details
    Browse the repository at this point in the history
  2. Fix the encoding/decoding of Enum types.

    This is an update from tbeadle/enum branch with changes that tomchriste
    suggested.
    jriggins committed May 23, 2017
    Configuration menu
    Copy the full SHA
    13fa37f View commit details
    Browse the repository at this point in the history
  3. Merge pull request core-api#135 from jriggins/enum

    Fix the encoding/decoding of Enum types.
    lovelydinosaur authored May 23, 2017
    Configuration menu
    Copy the full SHA
    5ae907e View commit details
    Browse the repository at this point in the history
  4. Version 2.3.1

    lovelydinosaur committed May 23, 2017
    Configuration menu
    Copy the full SHA
    24d59f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Configuration menu
    Copy the full SHA
    b550a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fd5f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

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

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    27f4f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2685e5d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Merge environment settings for SSL requests

    When using requests' builder, we bypass the environment settings,
    which include information about SSL certificates. This makes requests
    to a SSL endpoint fail.
    This commit adds a call to `session.merge_environment_settings` to fix
    this issue, and updates the test suite accordingly.
    Damien Toma committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    6875426 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Merge pull request core-api#153 from dtoma/master

    Merge environment settings for SSL requests
    lovelydinosaur authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    c471247 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. use input session for get default transports

    saeedesfandi authored and esfandi committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c4000c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request core-api#155 from saeedesfandi/use-input-session

    use input session for get default transports
    lovelydinosaur authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    e1c8dba View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Create LICENSE.md

    lovelydinosaur authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    d264fd2 View commit details
    Browse the repository at this point in the history
Loading