kennethreitz
62b014560a
use git
2017-01-21 21:03:46 -05:00
kennethreitz
73018f40a3
empty commit
2017-01-21 20:57:48 -05:00
kennethreitz
358bb766d0
empty commit
2017-01-21 20:53:21 -05:00
kennethreitz
2a2dd1389b
empty commit
2017-01-21 20:50:20 -05:00
kennethreitz
8ae576193c
empty commit
2017-01-21 20:45:04 -05:00
kennethreitz
c619bea722
empty commit
2017-01-21 20:45:00 -05:00
kennethreitz
c6973d31ca
last attempt
2017-01-21 20:27:33 -05:00
kennethreitz
0938c9e985
one more time
2017-01-21 20:22:29 -05:00
kennethreitz
bb6f5a1d93
--global
2017-01-21 20:12:15 -05:00
kennethreitz
efe0608cdd
empty commit
2017-01-21 20:08:36 -05:00
kennethreitz
0ad2792873
trying again
2017-01-21 19:47:39 -05:00
kennethreitz
c00783cd86
let's see if this works
2017-01-21 19:45:44 -05:00
Cory Benfield
4c53915a21
Merge pull request #3789 from moin18/3780
...
3780: Lazy load idna library
2017-01-19 09:19:00 +00:00
Cory Benfield
5dcc039457
v2.12.5
v2.12.5
2017-01-18 12:41:46 +00:00
Cory Benfield
4ada39841b
Merge pull request #3823 from Lukasa/changes-2.13.5
...
Prepare changelog for 2.12.5
2017-01-18 12:41:04 +00:00
Cory Benfield
219d9a7297
Prepare changelog for 2.12.5
2017-01-18 12:23:41 +00: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
kennethreitz
84ee1d4a42
yes, 3.7 too
2017-01-17 18:08:36 -05:00
kennethreitz
23ac7256ea
Update README.rst
2017-01-17 18:07:10 -05:00
kennethreitz
52b5ed18c1
cleanup makefile
2017-01-17 18:03:23 -05:00
kennethreitz
a68f7169a5
omit coverage packages
2017-01-17 17:56:19 -05:00
kennethreitz
65fb2a50c8
further fix the build
2017-01-17 17:48:36 -05:00
kennethreitz
d374a182d9
fixing build
2017-01-17 17:44:22 -05:00
kennethreitz
115b438e6a
typo
2017-01-17 17:37:21 -05:00
kennethreitz
96fbe9e8c9
get codecov to work
2017-01-17 17:34:33 -05:00
kennethreitz
a1d058c6b1
empty commit
2017-01-17 17:15:50 -05:00
Moin
fae3f92c34
lazily load idna library
2017-01-17 20:34:15 +05:30
Cory Benfield
580b45dd3c
Merge pull request #3812 from inglesp/patch-1
...
Add default value of allow_redirects to docs
2017-01-12 17:12:53 +00:00
Peter Inglesby
2432dd6208
Add default value of allow_redirects to docs
2017-01-12 17:00:42 +00:00
Cory Benfield
e2bd1f9100
Merge pull request #3809 from JungWinter/master
...
Remove unused module from tests
2017-01-11 09:49:59 +00:00
winterJ
e8c0a99cb1
Remove unused module
2017-01-11 18:20:52 +09:00
Cory Benfield
1c69fc2108
Merge pull request #3804 from ncoghlan/patch-1
...
Improve discoverability of OAuth 2 support
2017-01-10 08:31:58 +00: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
kennethreitz
ba7101e2cd
Update .travis.yml
2017-01-08 23:13:47 -05:00
kennethreitz
a43845e729
Merge pull request #3801 from andriisoldatenko/add-python-36
...
Added python 3.6.0
2017-01-08 23:13:04 -05:00
Andrii Soldatenko
2bcaff99ea
Added python 3.6.0
2017-01-09 00:40:32 +02:00
kennethreitz
57933d4d45
Merge pull request #3796 from nateprewitt/https_doc_fix
...
updating https demo urls
2017-01-05 01:17:22 -05:00
Nate Prewitt
f5c5536916
updating https demo urls
2017-01-04 15:23:23 -07:00
Cory Benfield
edf09ada17
Merge pull request #3795 from AdamWill/tests-require-pytest-mock
...
Require pytest-mock for the tests
2016-12-30 18:14:59 +00:00
Adam Williamson
33b29be8cf
Require pytest-mock for the tests
...
test_requests.py `test_session_close_proxy_clear` uses the
`mocker` fixture, which is provided by pytest-mock.
2016-12-30 09:40:12 -08:00
Cory Benfield
b9d282b6b7
Merge pull request #3791 from evgen231/master
...
Fixed detection of utf-32-be by BOM.
2016-12-29 09:41:23 +00:00
Герасименко Евгений
0cb6ddaecf
Fixed tests for python 2.x.
2016-12-29 10:30:56 +07:00
Герасименко Евгений
1c34ac3ae6
Fixed detection of utf-32-be by BOM.
2016-12-29 10:21:32 +07:00
kennethreitz
8e0a532cad
wonder when 3.6 will be available on travis
2016-12-23 13:08:52 -05:00
John Dingee
5aa6661587
fix urllib3 documentation link ( #3785 )
2016-12-21 13:08:45 -05:00
Marcin Płonka
bc8b29099e
updating idna.uts46data from upstream project ( #3781 )
...
* updating idna.uts46data from upstream project
* removing redundant find/sed in idna update
* Revert "updating idna.uts46data from upstream project"
This reverts commit 0150cee7057dbdcefa1a2fbe2e8617ad0cba5216.
2016-12-21 10:59:34 -05:00
kennethreitz
c3fb8e020b
we support python 3.6
2016-12-20 13:25:30 -05:00