kennethreitz
67831abaaf
improve install docs
2017-05-29 23:33:25 -04:00
kennethreitz
0f57faba70
fix github stars
2017-05-29 23:26:50 -04:00
kennethreitz
35f2e55308
improve installation instructions
2017-05-29 23:26:15 -04:00
kennethreitz
84114419a0
improve install documentation syntax
2017-05-29 23:25:21 -04:00
kennethreitz
71d8f289b0
Update index.rst
2017-05-29 13:28:54 -04:00
kennethreitz
7f14db17c8
new requests namespace
2017-05-29 12:11:43 -04:00
kennethreitz
14c1102e0f
new installation location
2017-05-29 12:08:28 -04:00
kennethreitz
b9a004a22b
improvements
2017-05-27 17:25:44 -04:00
kennethreitz
2e67c86075
merge
2017-05-27 17:24:06 -04:00
kennethreitz
413f2a557c
Update index.rst
2017-05-27 00:29:54 -04:00
kennethreitz
296c215762
__version__
2017-05-25 19:52:17 -04:00
kennethreitz
0ba21a79c4
progress
2017-05-22 16:08:01 -07:00
kennethreitz
66293b830a
progress
2017-05-22 15:38:17 -07:00
kennethreitz
6fb9b1ce53
fix lack of taste
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-05-21 23:25:18 -07:00
Nate Prewitt
a889b62c50
Merge branch 'master' into proposed/3.0.0
2017-05-21 16:25:55 -07:00
kennethreitz
2772413f3d
Update index.rst
2017-05-21 08:25:50 -07:00
kennethreitz
7ae662dec9
reddit
2017-05-04 11:59:36 -04:00
kennethreitz
26ab951300
Update index.rst
2017-05-03 13:26:15 -04:00
Anthony Shaw
3cb7539981
Update advanced.rst
...
break client side certificates out into a sub header
2017-04-02 20:21:37 +10:00
kennethreitz
b60c5a5ed4
Merge branch 'master' of github.com:kennethreitz/requests
2017-03-19 21:14:17 -04:00
kennethreitz
1cb759a9d9
roman numberals
2017-03-19 21:14:08 -04:00
Brian Schiller
e0ba82949b
Change apostrophe placement in advanced.rst
...
See Rule2a on http://www.grammarbook.com/punctuation/apostro.asp
2017-03-14 10:09:41 -05:00
Ned Batchelder
eca8351491
Smaller logo
2017-03-01 14:52:34 -05:00
Gary Wu
21972c4601
fix #3902 Add proposed documentation change for post data
2017-03-01 13:04:11 -06:00
kennethreitz
655f0edbb4
better testimonials
2017-02-14 17:00:17 -05:00
Cory Benfield
56dd77fc52
Merge branch 'master' into proposed/3.0.0
2017-02-14 15:59:53 +00:00
Rotem Yaari
efcbe93075
Make Response.raise_for_status() return the response object if the response is successful
...
This allows for chaining method calls in cases where we want to raise for bad codes but use the response otherwise,
e.g. requests.get(URL).raise_for_status().json()['value']
2017-02-12 11:11:40 +02:00
kennethreitz
90f3842ed6
edmsynths
2017-02-12 02:18:50 -05:00
kennethreitz
6cbebf782a
fixes
2017-02-11 15:17:27 -05:00
kennethreitz
f2fe735846
fixes
2017-02-11 15:16:09 -05:00
kennethreitz
e7b7574cfe
hhg2p
2017-02-11 15:14:47 -05:00
Cory Benfield
241f2b2a6b
Merge branch 'master' into proposed/3.0.0
2017-02-10 17:40:52 +00:00
mattkohl
a3e671d717
Updated test instructions for Pipenv
2017-02-10 10:47:40 +00:00
Cory Benfield
08ce652b8b
Say that we use a dictionary of strings.
2017-02-08 11:54:32 +00:00
kennethreitz
62176a1ca7
2017
2017-02-02 16:12:33 -05:00
kennethreitz
c2c523ba9e
docs
2017-02-02 15:22:01 -05:00
kennethreitz
abaeeb8807
improved sidebar
2017-02-02 15:19:31 -05:00
kennethreitz
6bd091ca70
improved homepage
2017-02-02 15:18:24 -05:00
kennethreitz
5ac53c69c7
11,000,000!
2017-02-02 14:09:31 -05:00
kennethreitz
036b5d34fd
better sidebar for docs
2017-02-02 14:05:07 -05:00
kennethreitz
160d364503
RIP Readability
2017-01-17 18:10:25 -05:00
kennethreitz
8344b0b409
link to twitter
2017-01-17 18:09:47 -05:00
kennethreitz
5259966547
yes 3.7 too
2017-01-17 18:09:09 -05:00
Nick Coghlan
775d19ee05
Explicitly mention OpenID Connect
...
OAuth 2 is the authentication protocol underpinning OpenID Connect.
Mention that explicitly for the benefit of folks looking for information on using
requests with OpenID Connect that don't yet know that OAuth 2 is the
relevant underlying authentication protocol.
2017-01-10 15:31:20 +10:00
Nick Coghlan
4942b40496
Improve discoverability of OAuth 2 support
...
The previous summary gave the impression that requests-oauthlib only supports
OAuth 1.
This updates makes it clear that it also supports OAuth 2, and links directly to the
use case specific authentication flow guides.
2017-01-10 15:17:08 +10:00
Andrii Soldatenko
2bcaff99ea
Added python 3.6.0
2017-01-09 00:40:32 +02:00
Nate Prewitt
f5c5536916
updating https demo urls
2017-01-04 15:23:23 -07:00
kennethreitz
c3fb8e020b
we support python 3.6
2016-12-20 13:25:30 -05:00
Nate Prewitt
7b76bd5866
remove HTTPProxyAuth in favor of the proxies parameter
2016-12-16 15:14:58 -07:00
Cory Benfield
ba7c464a03
Merge branch 'master' into proposed/3.0.0
2016-12-08 09:16:51 +00:00