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

Business API was added #95

Open
wants to merge 258 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 21, 2012

  1. update README

    timotheus committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    1f5e4b3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2012

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

Commits on May 23, 2012

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

Commits on Jun 13, 2012

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

Commits on Jul 6, 2012

  1. Configuration menu
    Copy the full SHA
    8fd4274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15acc0c View commit details
    Browse the repository at this point in the history
  3. fix test

    timotheus committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    696d9f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2012

  1. Addded support for IAF Tokens in Trading API

    Brian Gontowski committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    f86f7b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#2 from Molanda/master

    Added support for IAF Tokens in Trading API
    timotheus committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    9914519 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2012

  1. ignore invalid certs

    timotheus committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    693b115 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2012

  1. add dict2xml test

    timotheus committed Sep 5, 2012
    Configuration menu
    Copy the full SHA
    712c3ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837feea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2012

  1. return self form execute

    timotheus committed Sep 13, 2012
    Configuration menu
    Copy the full SHA
    be52773 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2012

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

Commits on Nov 6, 2012

  1. - added SOAService class for SOAP-style eBay services

    - changed ebaybase:_execute_http_request() to trap exceptions
    - added ebaybase:_get_resp_body_errors() to handle XML body errors
    - cleanup
    Georgy Vladimirov committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    5e20c14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#4 from georgyvlad/master

    Added SOAP-style class and other changes
    timotheus committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    f49bbf3 View commit details
    Browse the repository at this point in the history
  3. Handle cases when _get_resp_body_errors() may get called before execu…

    …te()
    Georgy Vladimirov committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    d056c58 View commit details
    Browse the repository at this point in the history
  4. fix a few comments

    Georgy Vladimirov committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    0ca46a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2012

  1. Merge pull request timotheus#5 from georgyvlad/master

    Handle cases when _get_resp_body_errors() may get called before execute()
    timotheus committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    395475b View commit details
    Browse the repository at this point in the history
  2. Last change, I promise :-) Use "" as default for response_data

    Georgy Vladimirov committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    da30102 View commit details
    Browse the repository at this point in the history
  3. Merge pull request timotheus#6 from georgyvlad/master

    Last change, I promise :-) Use "" as default for response_data
    timotheus committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    8a1b77b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2012

  1. fix SOA class

    timotheus committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    cf043a0 View commit details
    Browse the repository at this point in the history
  2. update ebaysdk

    timotheus committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    627b447 View commit details
    Browse the repository at this point in the history
  3. This removes the version info out of __init__.py

    and moves it to _version.py.
    
    Loading __init__.py in setup.py was preventing the
    dependencies from being installed, since they are
    imported in __init__.py.
    
    This solution was found here: http://stackoverflow.com/a/7071358
    Jud authored and Jud committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    a3e8dad View commit details
    Browse the repository at this point in the history
  4. Merge pull request timotheus#7 from Jud/master

    Fix issue timotheus#3 which allows installation via setup.py
    timotheus committed Nov 29, 2012
    Configuration menu
    Copy the full SHA
    5e9e0b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2012

  1. Configuration menu
    Copy the full SHA
    4eb5b8a View commit details
    Browse the repository at this point in the history
  2. Removing trailing whitespace

    Jud committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    5efe116 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Jud committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    169b522 View commit details
    Browse the repository at this point in the history
  4. Require https for trading api

    Jud committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    ce818bc View commit details
    Browse the repository at this point in the history
  5. Merge pull request timotheus#8 from Jud/fix-version-info

    Fix _version.py path
    timotheus committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    71a038a View commit details
    Browse the repository at this point in the history
  6. Merge pull request timotheus#9 from Jud/require-https-for-trading-api

    Require https for trading api
    timotheus committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    ff9675a View commit details
    Browse the repository at this point in the history
  7. Normalize the Shopping, Trading, and Finding modules

    The modules now allow the appid, certid, and devid to be set
    when they are initialized, as well as via a yaml config file.
    
    I also removed the username/password authorization option for
    the trading API, since it seems it has been depricated in favor
    of the user token.
    
    Since the trading API doesn't allow http access, only https, if
    a user tries to pass in https=False to the trading init function,
    they will now get an error, and it will be set to true. The same
    goes for the other modules and their respective https defaults.
    
    Normalize the Shopping, Trading, and Finding modules
    
    The modules now allow the appid, certid, and devid to be set
    when they are initialized, as well as via a yaml config file.
    
    I also removed the username/password authorization option for
    the trading API, since it seems it has been depricated in favor
    of the user token.
    
    Since the trading API doesn't allow http access, only https, if
    a user tries to pass in https=False to the trading init function,
    they will now get an error, and it will be set to true. The same
    goes for the other modules and their respective https defaults.
    
    Code/spacing cleanup
    
    Adding the certid and appid to the Shopping module
    
    Removing HTTP requirement for Finding api since HTTPS is supported
    Jud committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    c42b42e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2012

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

Commits on Dec 5, 2012

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

Commits on Dec 6, 2012

  1. fix merge conflicts

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

Commits on Dec 11, 2012

  1. Added pickling support to object_dict

    Brian Gontowski committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    f0aea75 View commit details
    Browse the repository at this point in the history
  2. Merge remote branch 'upstream/master'

    Brian Gontowski committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    22d8de0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request timotheus#12 from Molanda/master

    Pickle Support
    timotheus committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    d0a9ea2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2012

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

Commits on Jan 19, 2013

  1. Update README.rst

    timotheus committed Jan 19, 2013
    Configuration menu
    Copy the full SHA
    379bea6 View commit details
    Browse the repository at this point in the history
  2. bump version

    timotheus committed Jan 19, 2013
    Configuration menu
    Copy the full SHA
    9749b9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec535b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2013

  1. Added prepare/process methods

    Brian Gontowski committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    8838ab8 View commit details
    Browse the repository at this point in the history
  2. Added parallel support through ebayparallel

    Brian Gontowski committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    000f005 View commit details
    Browse the repository at this point in the history
  3. Added docs and fixed final processing

    Brian Gontowski committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    55277d2 View commit details
    Browse the repository at this point in the history
  4. Changed class name to parallel

    Brian Gontowski committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    7b7c062 View commit details
    Browse the repository at this point in the history
  5. Added additional comments

    Brian Gontowski committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    04a33e4 View commit details
    Browse the repository at this point in the history
  6. Updated tests

    Brian Gontowski committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    a797b68 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2013

  1. fix html class bug

    timotheus committed Jan 24, 2013
    Configuration menu
    Copy the full SHA
    8463b0a View commit details
    Browse the repository at this point in the history
  2. update README

    timotheus committed Jan 24, 2013
    Configuration menu
    Copy the full SHA
    cbf16c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

  1. Update ebaysdk/__init__.py

    Removing a debug statement that was incorrect.
    Jud committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    0fb7428 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2013

  1. Merge pull request timotheus#14 from Jud/patch-1

    Update ebaysdk/__init__.py
    timotheus committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    c83e4e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. bug fix SOA class

    timotheus committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    b0389d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2013

  1. Configuration menu
    Copy the full SHA
    79f7f8d View commit details
    Browse the repository at this point in the history
  2. update README

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    8e19c74 View commit details
    Browse the repository at this point in the history
  3. update README

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    99523cb View commit details
    Browse the repository at this point in the history
  4. update README

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    d52ad84 View commit details
    Browse the repository at this point in the history
  5. Update README.rst

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    35ade37 View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    8b85e55 View commit details
    Browse the repository at this point in the history
  7. update Changes, and README

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    eedcb54 View commit details
    Browse the repository at this point in the history
  8. refactor samples

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    908ba3d View commit details
    Browse the repository at this point in the history
  9. update doctests

    timotheus committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    820abbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08a07ea View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2013

  1. editor litters some tabs

    timotheus committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    05f374e View commit details
    Browse the repository at this point in the history
  2. add windows instructions

    Andrew Dittes committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    550ebf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2ef64 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2013

  1. use normal json library if simplejson is not present

    Andrew Dittes committed Feb 16, 2013
    Configuration menu
    Copy the full SHA
    02d5107 View commit details
    Browse the repository at this point in the history
  2. simplejson notes

    Andrew Dittes committed Feb 16, 2013
    Configuration menu
    Copy the full SHA
    55f493c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7912ac7 View commit details
    Browse the repository at this point in the history
  4. add missing step for Windows

    Andrew Dittes committed Feb 16, 2013
    Configuration menu
    Copy the full SHA
    fd62820 View commit details
    Browse the repository at this point in the history
  5. Merge pull request timotheus#16 from adittes/master

    Add installation instructions for Windows and remove silent dependency on simplejson (for Python >= 2.6)
    timotheus committed Feb 16, 2013
    Configuration menu
    Copy the full SHA
    8750403 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2013

  1. Update README.rst

    timotheus committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    20c59f1 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    timotheus committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    9a20ea0 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    timotheus committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    99c8cec View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. add retry support

    timotheus committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    e8c82ce View commit details
    Browse the repository at this point in the history
  2. add retry support

    timotheus committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    49252a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e11358 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2013

  1. Update INSTALL

    timotheus committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    abc2819 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2013

  1. add html sample

    timotheus committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    ff02ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2914429 View commit details
    Browse the repository at this point in the history
  3. update Changes

    timotheus committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    cb3b16d View commit details
    Browse the repository at this point in the history
  4. add html sample

    Keefer authored and Keefer committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    2601334 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2013

  1. add license

    timotheus committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    4c54718 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. add encoding

    timotheus committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    0c07d02 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2013

  1. add encoding to test file

    timotheus committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    9bd0190 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2013

  1. Update README.rst

    timotheus committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    14bbb7b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. Update README.rst

    timotheus committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    8dab6d1 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    timotheus committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    9366716 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. pep8 cleanup

    timotheus committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    43544ae View commit details
    Browse the repository at this point in the history
  2. update license in setup

    timotheus committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    5e00438 View commit details
    Browse the repository at this point in the history
  3. pep8 cleanup

    timotheus committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    eb7e00f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. update error handing

    timotheus committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    c8c61d2 View commit details
    Browse the repository at this point in the history
  2. bump version

    timotheus committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    efd14ee View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2013

  1. remove test file

    timotheus committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    e37c94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbcc8de View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2013

  1. add to shopping samples

    timotheus committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    a979582 View commit details
    Browse the repository at this point in the history
  2. add merchandising API class

    timotheus committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    bf5fa76 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    timotheus committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    243c1ae View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    timotheus committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    3d33bbf View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

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

Commits on May 20, 2013

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

Commits on Jul 21, 2013

  1. store response error codes in an array when processing response.

      The reponse error codes can be accessed by the api.response_codes()
      accessor.
    timotheus committed Jul 21, 2013
    Configuration menu
    Copy the full SHA
    f2b8c5b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2013

  1. Update README.rst

    timotheus committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    9d5432a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2013

  1. Configuration menu
    Copy the full SHA
    87c7f82 View commit details
    Browse the repository at this point in the history
  2. modify test

    timotheus committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    23471b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. Call to prepare XML should be done only if data is present fixes timo…

    …theus#29
    
    execute() should have data initialised with None
    Hence, if no data is present, we should not call for preparation of XML
    This would allow making calls like **GetTokenStatus**, which cannot be made with the current implementation.
    Shalabh Aggarwal committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    c02aee6 View commit details
    Browse the repository at this point in the history
  2. update samples

    timotheus committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    9dc790c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2013

  1. Update __init__.py

    bump trading version default to 837
    timotheus committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    1c20e0f View commit details
    Browse the repository at this point in the history
  2. add test

    timotheus committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    ec35b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01b9825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e24ab79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af7459a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

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

Commits on Oct 27, 2013

  1. Configuration menu
    Copy the full SHA
    f1dfa6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b20db2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2013

  1. 10 Configuration menu
    Copy the full SHA
    f1adcfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a06b45 View commit details
    Browse the repository at this point in the history
  3. update deprecation text

    timotheus committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    8bff3b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. rework type check

    timotheus committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    5fdb41a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. more py3 fixes

    timotheus committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    b56160b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2013

  1. fix error handling bug

    timotheus committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    77e3332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b5dd9c View commit details
    Browse the repository at this point in the history
  3. test commit

    timotheus committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    0118438 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c86ff88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e6b420 View commit details
    Browse the repository at this point in the history
  6. Update Changes

    timotheus committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    a0d39a3 View commit details
    Browse the repository at this point in the history
  7. Update _version.py

    timotheus committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    8eae2fc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

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

Commits on Dec 6, 2013

  1. Merge pull request timotheus#41 from synasius/fix-str-issue

    Python2 compatibility fix on str() function
    timotheus committed Dec 6, 2013
    Configuration menu
    Copy the full SHA
    e0a681c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52975fe View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

  1. timotheus#32 add support for attributes

    Thomas Durey committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    b2588c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2014

  1. Configuration menu
    Copy the full SHA
    d0c7771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474a022 View commit details
    Browse the repository at this point in the history
  3. add attribute example

    timotheus committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    0071eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3d6378 View commit details
    Browse the repository at this point in the history
  5. update samples

    timotheus committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    2d1759e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2014

  1. Configuration menu
    Copy the full SHA
    5722861 View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#46 from jeffcjohnson/master

    shopping API uses X-EBAY-API-SITE-ID not X-EBAY-API-SITEID
    timotheus committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    0863bc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. first cut at major refactor

    timotheus committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    241bd25 View commit details
    Browse the repository at this point in the history
  2. fix tests

    timotheus committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    e6c33cc View commit details
    Browse the repository at this point in the history
  3. add http (html) back-end

    timotheus committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    f94a02d View commit details
    Browse the repository at this point in the history
  4. remove rss sample

    timotheus committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    6f4a1c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. Configuration menu
    Copy the full SHA
    6c17fcd View commit details
    Browse the repository at this point in the history
  2. add parallel class

    timotheus committed Jan 27, 2014
    Configuration menu
    Copy the full SHA
    2bb5e69 View commit details
    Browse the repository at this point in the history
  3. modify deps

    timotheus committed Jan 27, 2014
    Configuration menu
    Copy the full SHA
    15ef800 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. yaml file fix

    timotheus committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    a1077f8 View commit details
    Browse the repository at this point in the history
  2. remove some debugging

    timotheus committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    5e94135 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. doc updates

    timotheus committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    b98beac View commit details
    Browse the repository at this point in the history
  2. merge fix for __init__.py

    timotheus committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    fabb121 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    timotheus committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    b923a16 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. fix http backend bug

    timotheus committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    35e7ed1 View commit details
    Browse the repository at this point in the history
  2. bump version

    timotheus committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    e733967 View commit details
    Browse the repository at this point in the history
  3. fix pypi classifier

    timotheus committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    b9cb7b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2014

  1. fix unicode issue

    timotheus committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    e55d2cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dbb827 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. Configuration menu
    Copy the full SHA
    e3619d1 View commit details
    Browse the repository at this point in the history
  2. py3 fixes

    timotheus committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    6566c4f View commit details
    Browse the repository at this point in the history
  3. py3 fixes

    timotheus committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    564fad2 View commit details
    Browse the repository at this point in the history
  4. py3 fixes

    timotheus committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    05fe17f View commit details
    Browse the repository at this point in the history
  5. fix encode issue

    timotheus committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    3b510b9 View commit details
    Browse the repository at this point in the history
  6. fix doctest

    timotheus committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    3e3f03c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ddca24 View commit details
    Browse the repository at this point in the history
  8. bump version

    timotheus committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    9c48f26 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. Configuration menu
    Copy the full SHA
    0a30636 View commit details
    Browse the repository at this point in the history
  2. Perform type check on dict2xml parameter.

    jweigel committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    cdf0126 View commit details
    Browse the repository at this point in the history
  3. Merge pull request timotheus#50 from angelbot/master

    Fix dict2xml so it doesn't return an empty element for a empty dict.
    timotheus committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    75c17f3 View commit details
    Browse the repository at this point in the history
  4. update doctest

    timotheus committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    35ff213 View commit details
    Browse the repository at this point in the history
  5. response work

    timotheus committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    b7ebe10 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2014

  1. response milestone!

    timotheus committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    3038006 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

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

Commits on Feb 19, 2014

  1. Configuration menu
    Copy the full SHA
    d9411f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#52 from r4abigman/master

    Bug fix to shopping api header so that siteid can be set
    timotheus committed Feb 19, 2014
    Configuration menu
    Copy the full SHA
    bceb2a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. Configuration menu
    Copy the full SHA
    3c2a31f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6670b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c241f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2014

  1. add base listnodes

    timotheus committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    38d693e View commit details
    Browse the repository at this point in the history
  2. base nodelist changes

    timotheus committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    ff04e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb0224 View commit details
    Browse the repository at this point in the history
  4. remove debugging

    timotheus committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    b483972 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2014

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

Commits on Mar 18, 2014

  1. Merge pull request timotheus#56 from reubano/patch-1

    Make home directory search cross platform
    timotheus committed Mar 18, 2014
    Configuration menu
    Copy the full SHA
    e236048 View commit details
    Browse the repository at this point in the history
  2. Fixed an exception with an empty response while trying to get the SOA

    error messages
    Brian Gontowski committed Mar 18, 2014
    Configuration menu
    Copy the full SHA
    d738abb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. Raising exceptions when trying to use old style imports

    Brian Gontowski committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    1cdbdb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2014

  1. Merge pull request timotheus#58 from Molanda/master

    Fixed an exception with an empty response
    timotheus committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    e2bbc34 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into enhanced-response

    Conflicts:
    	ebaysdk/soa/__init__.py
    timotheus committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    5cd68dd View commit details
    Browse the repository at this point in the history
  3. rebase with master

    timotheus committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    324eab4 View commit details
    Browse the repository at this point in the history
  4. merge conflicts

    timotheus committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    5b0c8b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2014

  1. fix logging hander

    timotheus committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    4330aaf View commit details
    Browse the repository at this point in the history
  2. update Changes

    timotheus committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    2b81f97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a65efd3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Configuration menu
    Copy the full SHA
    005064b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da4d78 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2014

  1. modify dict2xml processing

    timotheus committed May 5, 2014
    Configuration menu
    Copy the full SHA
    30ce5e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f6756a View commit details
    Browse the repository at this point in the history
  3. update doc tests

    timotheus committed May 5, 2014
    Configuration menu
    Copy the full SHA
    93c6708 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. fix some dom processing

    timotheus committed May 6, 2014
    Configuration menu
    Copy the full SHA
    03c823e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

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

Commits on May 19, 2014

  1. Update README.rst

    timotheus committed May 19, 2014
    Configuration menu
    Copy the full SHA
    e7f1a98 View commit details
    Browse the repository at this point in the history
  2. add node types to serialize

    timotheus committed May 19, 2014
    Configuration menu
    Copy the full SHA
    66a5948 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. catch unicode error

    timotheus committed May 21, 2014
    Configuration menu
    Copy the full SHA
    c9abb9f View commit details
    Browse the repository at this point in the history
  2. modify sample

    timotheus committed May 21, 2014
    Configuration menu
    Copy the full SHA
    b7bfbc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc50dd3 View commit details
    Browse the repository at this point in the history
  4. revert parsing changes

    timotheus committed May 21, 2014
    Configuration menu
    Copy the full SHA
    9af46e8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2014

  1. Configuration menu
    Copy the full SHA
    19389eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11fecab View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. fix function arg

    timotheus committed May 23, 2014
    Configuration menu
    Copy the full SHA
    82336ba View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

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

Commits on Jun 11, 2014

  1. Configuration menu
    Copy the full SHA
    8e9d77d View commit details
    Browse the repository at this point in the history
  2. Merge pull request timotheus#74 from timotheus/enhanced-response

    Enhanced response work
    timotheus committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    9b2d7de View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    timotheus committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    8e720ca View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    timotheus committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    ad15ad9 View commit details
    Browse the repository at this point in the history
  5. Delete index.rst

    timotheus committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    9a68716 View commit details
    Browse the repository at this point in the history
  6. Update INSTALL

    timotheus committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    693178c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40029c6 View commit details
    Browse the repository at this point in the history
  8. Update README.rst

    timotheus committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    2f63007 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. Update README.rst

    timotheus committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    dfee9ad View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2014

  1. Configuration menu
    Copy the full SHA
    4ef4675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d68dc83 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. Merge pull request timotheus#77 from jovanbrakus/master

    Fixes for issues that prevented Finding pagination to work properly
    timotheus committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    a9f75c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2014

  1. Configuration menu
    Copy the full SHA
    82ebad3 View commit details
    Browse the repository at this point in the history
  2. Merge remote branch 'upstream/master'

    Brian Gontowski committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    5ea7a94 View commit details
    Browse the repository at this point in the history
  3. Handle unicode and empty nodes <node/>

    Brian Gontowski committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    a31c092 View commit details
    Browse the repository at this point in the history
  4. Merge pull request timotheus#78 from Molanda/master

    Fixes for execute response and XML handling
    timotheus committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    67ae0c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. add request dict example

    timotheus committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    f968fa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2014

  1. fix finditem soa error

    timotheus committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    1b4247d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2014

  1. Update README.rst

    Corrected a syntax error in the readme.
    Stewart Henderson committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    f185423 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. Merge pull request timotheus#80 from bowlofstew/patch-1

    Update README.rst
    timotheus committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    cf2702e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6bac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a71b78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request timotheus#82 from angelbot/find-item-domain

    Fix find item to allow alternate domain to be specified.
    timotheus committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    4d16952 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Configuration menu
    Copy the full SHA
    81610ef View commit details
    Browse the repository at this point in the history
  2. bump version

    timotheus committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    cc77783 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

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

Commits on Sep 17, 2014

  1. Merge pull request timotheus#86 from inversion/master

    Return the result of the Finding API next_page method.
    timotheus committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    7ddb90f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Update README.rst

    timotheus committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    e960089 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    timotheus committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    bd5ec1b View commit details
    Browse the repository at this point in the history
  3. fix tests for http class

    timotheus committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    9fa9807 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. update test

    timotheus committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    e0ee1f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. add motors sample query

    timotheus committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    3156c07 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Configuration menu
    Copy the full SHA
    22e0d8c View commit details
    Browse the repository at this point in the history
  2. Delete .DS_Store

    nickspring committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    c28b386 View commit details
    Browse the repository at this point in the history
  3. Delete .DS_Store

    nickspring committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    994804d View commit details
    Browse the repository at this point in the history
  4. Delete .DS_Store

    nickspring committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    19ed80f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49f4b26 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2015

  1. Merge branch 'master' of https://github.com/nickspring/ebaysdk-python

    Conflicts:
    	ebaysdk/.DS_Store
    nickspring committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    405a1c1 View commit details
    Browse the repository at this point in the history
  2. debug

    nickspring committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    45b37b7 View commit details
    Browse the repository at this point in the history
  3. debug

    nickspring committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    2bd9bbc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. bug with utf-8 was fixed

    nickspring committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    b7c7681 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. fix site_id

    nickspring committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    6aa09d8 View commit details
    Browse the repository at this point in the history