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
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
c71ba56
add tests
timotheus Apr 6, 2017
059cdd8
remove debugging
timotheus Apr 6, 2017
047223d
Revert "remove debugging"
timotheus Apr 11, 2017
bf47d4c
Create ebay.yaml
timotheus Apr 13, 2017
d91e374
pep8 fixes and added tests
timotheus Apr 27, 2017
123d012
Added str conversion of siteid
MoorsTech May 12, 2017
9d27b8e
Merge pull request #198 from MoorsTech/master
timotheus May 15, 2017
86985e3
Fix on issue #189
codeastar Jul 27, 2017
8060a75
Python 3.x compatibility update
codeastar Jul 27, 2017
1bab59b
updated trading sample
acjohnson Sep 30, 2017
6bacf63
fix setup.py ascii issue
timotheus Oct 13, 2017
9d28f5e
Add an option for domain to sample/findings.py so it can work with sa…
mthaddon May 4, 2018
b357af5
add storeMeta code to sample code
timotheus Jun 7, 2018
3cfc2eb
Merge pull request #245 from mthaddon/master
timotheus Jun 20, 2018
ff19b45
Make compatible with python 3
w- Jun 26, 2018
7f97b94
don't pass dict to smart_encode_request_data
w- Jun 26, 2018
26a101a
Logic Errors on previous commit
w- Jun 26, 2018
eaf7911
Merge pull request #248 from w-/patch-1
timotheus Sep 3, 2018
b53ddd3
update tox to use pycodestyle instead of pep8
timotheus Sep 3, 2018
5c1db7a
Merge branch 'master' of https://github.com/timotheus/ebaysdk-python
timotheus Sep 3, 2018
011c96a
Merge pull request #217 from acjohnson/samplefix
timotheus Sep 4, 2018
c977cd8
Revert "Make compatible with python 3"
timotheus Sep 5, 2018
0f9016b
Merge pull request #255 from timotheus/revert-248-patch-1
timotheus Sep 5, 2018
7198ac7
fix socket warning
timotheus Sep 5, 2018
7dda80c
add test that includes more unicode
timotheus Sep 5, 2018
2646013
Merge pull request #205 from codeastar/python3_compatibility
timotheus Sep 7, 2018
c00d225
update finding test and clean up lint errors
timotheus Sep 11, 2018
fd3417a
added 'getmyebaysellingresponse.activelist.itemarray.item' to the Tra…
egdoc Dec 20, 2018
a94e885
Merge pull request #261 from egdoc/master
timotheus Apr 16, 2019
bd3ecf5
update samples with param: 'domain'
Jun 12, 2019
16e1ee1
Allow parallel support in python 3
dunnousername Jun 28, 2019
2c9e4f1
Merge pull request #1 from dunnousername/dunnousername-patch-1
dunnousername Jun 29, 2019
4325f48
Merge pull request #281 from dunnousername/master
timotheus Jul 11, 2019
8895794
Set Finding API to use https by default
johnsliao Aug 5, 2019
24cc741
Merge pull request #283 from johnsliao/master
timotheus Sep 5, 2019
5008665
Merge branch 'master' into master
gainskills Nov 13, 2019
8af8e84
update copyright
timotheus Nov 14, 2019
f119a6f
test commit w/ GPG
timotheus Nov 18, 2019
4ff94cb
test GPG commit
timotheus Nov 18, 2019
b6511d0
test GPG commit - without signing
timotheus Nov 19, 2019
c25e5cb
test commit with signing
timotheus Nov 19, 2019
1dd9af4
test GPG commit
timotheus Nov 19, 2019
16f3246
Merge pull request #279 from gainskills/master
timotheus Dec 5, 2019
ae7d2d3
fix tox and import issue
timotheus Dec 5, 2019
b8e9fb5
test commit with signing
timotheus Dec 6, 2019
ab739ac
revert GPG test commit
timotheus Dec 6, 2019
c67d2a5
force https for finding api calls
timotheus Apr 17, 2020
8de5a79
Bulk commit to force https and for fixes to the code samples. see Cha…
timotheus Apr 20, 2020
a82680e
Update INSTALL
mahveotm May 8, 2020
f0a0fb3
Merge pull request #312 from mahveotm/patch-1
timotheus May 8, 2020
bf3f59e
Remove samples and tests from package
wesleybowman Jun 3, 2020
bc4ce73
Merge pull request #314 from wesleybowman/fix_setup
timotheus Jun 3, 2020
b122327
Fix syntax error in setup.py
wesleybowman Jun 4, 2020
8137caa
Remove requirements.txt since it is no longer used
wesleybowman Jun 4, 2020
5893c89
Merge pull request #315 from wesleybowman/fix_syntax_error
timotheus Jun 4, 2020
362e06d
spelling & grammar
matecsaj Jun 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test GPG commit
  • Loading branch information
timotheus committed Nov 19, 2019
commit 1dd9af4b9c0e515e24d823fc691a4962390384bc
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ Quick Example::


Migrating from v1 to v2
-------------=----------
-----------------------

For a complete guide on migrating from ebaysdk v1 to v2 and see an overview of the additional features in v2 please read the `v1 to v2 guide`_