cash
c449e3f8e1
skipping tests that were failing because of external dependency on Twitter
2014-01-11 15:45:45 -05:00
cash
fc55791cbf
updated remaining tests in test_core.py and removed cursor test (which will be replaced)
2014-01-11 15:37:47 -05:00
cash
5304803f09
added docstrings for new tests and finished testing input arguments of request()
2014-01-11 11:13:55 -05:00
cash
f075586fcd
moved integration tests to new file
2014-01-11 10:06:30 -05:00
cash
9cbd3d6fbc
added some basic tests of the core request() method using dropbox/responses
2014-01-09 22:59:23 -05:00
Mike Helmick
362c6ff9c1
Merge pull request #296 from cash/typo
...
fixed typo in documentation of cursor() [ci skip]
2014-01-05 11:55:32 -08:00
Cash Costello
25eca18da3
fixed typo in documentation of cursor()
2014-01-05 14:34:37 -05:00
Mike Helmick
8001b5265b
Merge pull request #292 from kuyan/patch-1
...
Fix docs typo [ci skip]
2013-12-16 08:00:49 -08:00
Natan L
d5dfcb7e86
Fix typo
...
'SECERT' --> 'SECRET'
2013-12-15 20:28:43 -08:00
Mike Helmick
0937fbe929
Fix Changelog, update version
...
[ci skip]
2013-12-06 11:14:39 -05:00
Mike Helmick
74b2f97f2c
Update HISTORY.rst
...
[ci skip]
2013-12-06 11:12:29 -05:00
Mike Helmick
92479cd75b
Update conf.py
...
[ci skip]
2013-12-05 18:22:59 -05:00
Mike Helmick
c2068466af
Update requests version, HISTORY.rst, prepare for 3.1.1 release
2013-12-05 18:15:30 -05:00
drevicko
32337fd036
changed cursor() from recursion to while loop
...
modified: api.py
2013-11-08 13:03:23 +11:00
drevicko
252ded6e00
fixed recursive part for returning cursor() pages
...
modified: api.py
2013-11-08 12:43:29 +11:00
drevicko
cf766311f0
added option to cursor() to yeild "pages" - ie: iterators of items for each page returned by twitter
...
modified: api.py
2013-11-08 12:23:22 +11:00
Mike Helmick
638f75b93d
Fixes #266
2013-10-26 19:04:36 -04:00
Mike Helmick
6c2cac76a5
Update lib versions, update gitignore
...
[ci skip]
2013-10-26 19:04:08 -04:00
Mike Helmick
36ef365d43
Delete shorten_url.py
...
Fixes #277
[ci skip]
2013-10-23 00:10:53 -04:00
Mike Helmick
1db20c049e
Merge pull request #271 from remram44/dont-catch-streamer-errors
...
Don't mask TwythonStreamer exceptions
2013-10-21 08:19:31 -07:00
Mike Helmick
bd13716256
Merge pull request #275 from Hasimir/patch-1
...
Update setup.py
2013-10-21 07:25:21 -07:00
Ben McGinnes
5ff6db186e
Update setup.py
...
Copied setup import from Python-Requests so it does not fail on some platforms (e.g. Nokia N9/MeeGo).
2013-10-20 14:51:39 +11:00
Mike Helmick
2ae270fcdf
Merge pull request #272 from iiSeymour/patch-1
...
[Trivial] Added missing comma. [ci skip]
2013-10-10 07:54:01 -07:00
Chris Seymour
6f77addef8
[Trivial] Added missing comma.
2013-10-10 15:53:02 +01:00
Remi Rampin
9bf83fd933
Don't mask TwythonStreamer exceptions
...
Exceptions in handlers or on_success which subclass ValueError would
previously be caught and reported as a JSON decoding problem, and
on_error() would be called (with status_code=200).
2013-10-09 14:39:45 -04:00
Mike Helmick
28b6d68b3b
Update changelog, fix version number
...
[ci skip]
2013-09-25 16:21:49 -04:00
Mike Helmick
850e630082
Merge pull request #267 from ryanmcgrath/requests2
...
Multiple Fixes
2013-09-25 10:52:52 -07:00
Mike Helmick
99067c3e6f
Fixes #254 and forgot to def chunk_size
2013-09-25 13:02:52 -04:00
Mike Helmick
f6d458e758
Fixes #230
2013-09-25 12:58:40 -04:00
Mike Helmick
6da8805545
Fix decrypt, remove print…. again
2013-09-25 11:59:55 -04:00
Mike Helmick
a639977873
Should have left the print in
2013-09-25 11:24:13 -04:00
Mike Helmick
636e52a8c5
Fixing decrypt, remove print
2013-09-25 11:14:27 -04:00
Mike Helmick
21257d0475
One line b64 string for ACCESS_TOKEN
2013-09-25 10:59:22 -04:00
Mike Helmick
082528490e
Update docs
...
[ci skip]
2013-09-25 10:45:24 -04:00
Mike Helmick
bc373c3436
Gotsta see what the access token is
2013-09-24 18:12:17 -04:00
Mike Helmick
58ff3de7a1
Trying this travis var stuff again!
2013-09-24 17:58:59 -04:00
Mike Helmick
85a327163d
Special encrypt for access token, this probably won't work
2013-09-24 17:50:50 -04:00
Mike Helmick
a0b7c88402
Fixing travis encrypted keys, version number and requests requirement
2013-09-24 15:55:50 -04:00
Mike Helmick
acf6063fcd
Merge pull request #265 from fredrikmollerstrand/typo-fix
...
fix typo of APP_SECRET [ci skip]
2013-09-06 07:01:17 -07:00
Fredrik Möllerstrand
21ce7edc2b
fix typo of APP_SECRET
2013-09-06 13:16:47 +03:00
Mike Helmick
1a963ef020
Merge pull request #264 from rgbkrk/str_fallback
...
Coerce elements to strings as fallback
2013-09-05 19:25:59 -07:00
Kyle Kelley
37fc3e1aaa
Coerce elements to strings as fallback
2013-09-05 20:45:53 -05:00
Mike Helmick
bf94e60c8f
Merge pull request #261 from bool-dev/master
...
Fixed a docstring typo in get_authentication_tokens.
[ci skip]
2013-08-30 07:52:53 -07:00
bool.dev
feac105c85
Fixed a docstring typo in get_authentication_tokens.
2013-08-30 02:16:46 +05:30
Mike Helmick
d2d9c97bd2
Update basic_usage.rst
...
Fixes #260
[ci skip]
2013-08-27 17:09:08 -04:00
Mike Helmick
637e8cea16
Merge pull request #259 from jimrybarski/master
...
#255 Change GET to POST for lookup_user
2013-08-23 12:16:32 -07:00
Jim Rybarski
79e2cfa78f
#255 Change GET to POST for lookup_user
2013-08-23 03:47:22 -05:00
Mike Helmick
e7952a4792
Merge pull request #258 from jimrybarski/master
...
fixed problem where cursor stops after 10k results
2013-08-16 11:17:43 -07:00
Jim Rybarski
d4f104b8a6
fixed problem where cursor stops after 10k results
2013-08-16 13:04:04 -05:00
Mike Helmick
c199b12c59
Update .coveragerc
2013-08-15 15:06:13 -04:00