Nate Prewitt
a889b62c50
Merge branch 'master' into proposed/3.0.0
2017-05-21 16:25:55 -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
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
kennethreitz
1ec08bedd4
links
2016-11-23 20:00:33 -05:00
kennethreitz
724ae1274e
new logo :D
...
https://kennethreitz.org/tattoos
2016-11-23 19:58:18 -05:00
Nate Prewitt
4f9d0e0455
streaming doc clarification
2016-11-21 14:17:28 -07:00
kennethreitz
268672ab33
Update sidebarlogo.html
2016-11-20 22:49:17 -05:00
kennethreitz
3b956495c1
Update sidebarintro.html
2016-11-20 22:48:43 -05:00
Aidan Feldman
ed3ba3dbb8
correct backtick formatting
2016-11-17 12:26:19 -05:00
Aidan Feldman
5562c0f097
clarify that the chunk_size is optional when streaming to a file
2016-11-17 12:21:58 -05:00
kennethreitz
5f4d0d08de
Revert "Adding 'import requests' to readme code snippet."
2016-11-17 10:53:33 -05:00
Rakib Hasan
7e138f945e
Adding 'import requests' to readme code snippet. ( #3700 )
...
* added import requests to small demo
2016-11-17 08:23:57 +00:00
Greg McLeod
b4d843bad2
Fixed readme typo - 'site' should be 'domain'
2016-11-15 22:27:45 -05:00
Nate Prewitt
87b7914bb2
spelling fix for release-process
2016-11-15 13:11:58 -07:00
Cory Benfield
7f88aca8f7
Merge branch 'master' into proposed/3.0.0
2016-11-15 17:16:04 +00:00
Mike Lissner
cfb7fd8f28
Amplifies the timeout warning in the docs.
...
Partially addresses #3070 .
2016-11-14 09:57:08 -08:00
Nate Prewitt
d81ad06c64
documentation on encoding fallback for streaming
2016-11-14 09:52:40 -07:00
Nate Prewitt
71b8941f0e
adding decoding requirement for Python 3
2016-11-14 09:43:19 -07:00
Cory Benfield
87e40d116f
Merge pull request #3663 from nateprewitt/fix_cookiejar_from_dict_docs_path
...
fix path for cookiejar_from_dict in api.rst
2016-11-03 10:06:53 +00:00