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

spelling & grammar #318

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

spelling & grammar #318

wants to merge 56 commits into from

Commits on Apr 6, 2017

  1. add tests

    timotheus committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    c71ba56 View commit details
    Browse the repository at this point in the history
  2. remove debugging

    timotheus committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    059cdd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Revert "remove debugging"

    This reverts commit 38bb259.
    timotheus committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    047223d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Create ebay.yaml

    timotheus authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    bf47d4c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. pep8 fixes and added tests

    timotheus committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    d91e374 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

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

Commits on May 15, 2017

  1. Merge pull request timotheus#198 from MoorsTech/master

    Added str conversion of siteid
    timotheus authored May 15, 2017
    Configuration menu
    Copy the full SHA
    9d27b8e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Fix on issue timotheus#189

    encode utf-8 on string object only
    codeastar authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    86985e3 View commit details
    Browse the repository at this point in the history
  2. Python 3.x compatibility update

    replace 'basestring' with 'str'
    codeastar authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    8060a75 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. updated trading sample

    acjohnson committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    1bab59b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. fix setup.py ascii issue

    timotheus committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    6bacf63 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

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

Commits on Jun 7, 2018

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

Commits on Jun 20, 2018

  1. Merge pull request timotheus#245 from mthaddon/master

    Add an option for domain to sample/findings.py so it can work with sandbox keys
    timotheus authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    3cfc2eb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Make compatible with python 3

    w- authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    ff19b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f97b94 View commit details
    Browse the repository at this point in the history
  3. Logic Errors on previous commit

    w- authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    26a101a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Merge pull request timotheus#248 from w-/patch-1

    Make compatible with python 3
    timotheus authored Sep 3, 2018
    Configuration menu
    Copy the full SHA
    eaf7911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b53ddd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c1db7a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Merge pull request timotheus#217 from acjohnson/samplefix

    updated trading sample
    timotheus authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    011c96a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    c977cd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#255 from timotheus/revert-248-patch-1

    Revert "Make compatible with python 3"
    timotheus authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    0f9016b View commit details
    Browse the repository at this point in the history
  3. fix socket warning

    timotheus committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    7198ac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dda80c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

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

Commits on Sep 11, 2018

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

Commits on Dec 20, 2018

  1. added 'getmyebaysellingresponse.activelist.itemarray.item' to the Tra…

    …ding api class base_list_nodes
    egdoc committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    fd3417a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Merge pull request timotheus#261 from egdoc/master

    added 'getmyebaysellingresponse.activelist.itemarray.item' to base_list_nodes
    timotheus authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a94e885 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. update samples with param: 'domain'

    Kevin Zhang authored and Kevin Zhang committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    bd3ecf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Allow parallel support in python 3

    I tested this by commenting those lines out in the site-packages, (on Anaconda on Windows). Everything seems to work fine; if you import parallel after importing other ebaysdk packages, though, you get a "monkey patch" warning message. Regardless of whether you import it before or after, basic things seem to work fine with Parallel on python 3; I haven't tested everything though.
    dunnousername authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    16e1ee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Merge pull request timotheus#1 from dunnousername/dunnousername-patch-1

    Allow parallel support in python 3
    dunnousername authored Jun 29, 2019
    Configuration menu
    Copy the full SHA
    2c9e4f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Merge pull request timotheus#281 from dunnousername/master

    Allow parallel support for python 3
    timotheus authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    4325f48 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

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

Commits on Sep 5, 2019

  1. Merge pull request timotheus#283 from johnsliao/master

    Set Finding API to use https by default
    timotheus authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    24cc741 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

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

Commits on Nov 14, 2019

  1. update copyright

    timotheus committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    8af8e84 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. test commit w/ GPG

    timotheus committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    f119a6f View commit details
    Browse the repository at this point in the history
  2. test GPG commit

    timotheus committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4ff94cb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    b6511d0 View commit details
    Browse the repository at this point in the history
  2. test commit with signing

    timotheus committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c25e5cb View commit details
    Browse the repository at this point in the history
  3. test GPG commit

    timotheus committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    1dd9af4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Merge pull request timotheus#279 from gainskills/master

    update samples with param: 'domain'
    timotheus authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    16f3246 View commit details
    Browse the repository at this point in the history
  2. fix tox and import issue

    timotheus committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    ae7d2d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. test commit with signing

    timotheus committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    b8e9fb5 View commit details
    Browse the repository at this point in the history
  2. revert GPG test commit

    timotheus committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    ab739ac View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

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

Commits on Apr 20, 2020

  1. Bulk commit to force https and for fixes to the code samples. see Cha…

    …nges file more details
    timotheus committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8de5a79 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Update INSTALL

    Updated the Mac, Linux & Unix section. Easy install no longer work, Pip should do.
    mahveotm authored May 8, 2020
    Configuration menu
    Copy the full SHA
    a82680e View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#312 from mahveotm/patch-1

    Update INSTALL
    timotheus authored May 8, 2020
    Configuration menu
    Copy the full SHA
    f0a0fb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Remove samples and tests from package

    When installing the package, `tests` and `samples` were being put into
    my `site-packages`. This fixes that for me.
    wesleybowman committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    bf3f59e View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#314 from wesleybowman/fix_setup

    Remove samples and tests from package
    timotheus authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    bc4ce73 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Fix syntax error in setup.py

    Also removed some unused code.
    wesleybowman committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b122327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8137caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5893c89 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. spelling & grammar

    matecsaj committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    362e06d View commit details
    Browse the repository at this point in the history