Cory Benfield
c12122970a
Merge pull request #3580 from rbcarson/idna-thread-embedded-3578
...
Add workaround to avoid implicit import of encodings.idna. Fixes #3578 .
2016-09-17 08:18:59 +01:00
Carson Lam
d7227fbb7e
Add workaround to avoid implicit import of encodings.idna.
2016-09-17 00:12:36 -07:00
Cory Benfield
5f941b3583
Merge pull request #3574 from shellhead/stream-encoding-3.0.0
...
Streaming responses require encoding to be set
2016-09-16 11:36:03 +01:00
Michael Hunsinger
55e511dd10
Parametrized decode response tests
2016-09-15 21:25:23 -06:00
Michael Hunsinger
713f56ea53
Decode response requires encoding to be set
2016-09-14 20:58:36 -06:00
Cory Benfield
5524472cc7
Merge pull request #3535 from nateprewitt/3339_avoid_getvalues
...
avoid use of getvalues in super_len
2016-09-14 08:10:28 +01:00
Nate Prewitt
39e8c0d96f
reverting 3357 and comparing properly encoded strings
2016-09-13 22:51:28 -06:00
Jeremy Cline
3d2b337906
HTTPAdapter now updates its PoolManager connection_pool_kw
...
With the addition of https://github.com/shazow/urllib3/pull/830 requests
should update the connection_pool_kw on the PoolManager so that new
ConnectionPools get created when TLS/SSL settings change. This ensures
that users can update the CA certificates used to verify servers as well
as the client certificate and key it uses to authenticate with servers.
This fixes issue #2863
2016-09-06 11:11:59 -04:00
Cory Benfield
2041adbe4d
Merge pull request #3557 from sigmavirus24/fix-failing-test
...
Fix how we test fallback to latin-1 reason encoding
2016-09-06 15:58:02 +01:00
Ian Cordasco
42d4eaf6ea
Fix how we test fallback to latin-1 reason encoding
...
This was terribly broken and found while merging master into proposed/3.0.0
2016-09-06 09:55:37 -05:00
Ian Cordasco
b2f6173a38
Merge remote-tracking branch 'upstream/master' into proposed/3.0.0
...
Conflicts:
requests/__init__.py
requests/sessions.py
tests/test_requests.py
2016-09-06 09:46:02 -05:00
Ian Cordasco
87f96936fe
Merge pull request #3554 from nateprewitt/3538_fallback_to_ISO_8591_1
...
ISO-8859-1 fallback for reason decoding
2016-09-05 18:15:06 -05:00
Nate Prewitt
2e1086f5b4
adding comment
2016-09-05 14:17:46 -06:00
Ian Cordasco
39b3477726
Merge pull request #3552 from Trodis/master
...
pysocks 1.5.7 blacklisting, due to IPv6 problems
2016-09-05 11:47:13 -05:00
Ferhat
dedf9064c6
pysocks 1.5.7 blacklisting, due to IPv6 problems
2016-09-05 18:28:57 +02:00
Nate Prewitt
cd056cd621
adding ISO-8859-1 fallback for reason decoding
2016-09-02 11:37:48 -06:00
Cory Benfield
58d855e193
Merge pull request #3541 from RichieB2B/ncsc-nl/docufix
...
Specify self.cert is used for SSL client certificates
2016-08-26 10:02:21 -04:00
Richard van den Berg
80f304fd30
Specify self.cert is used for SSL client certificates
2016-08-26 15:17:31 +02:00
Cory Benfield
889f855581
Merge pull request #3539 from RichieB2B/ncsc-nl/docufix
...
Add persistent examples
2016-08-26 09:16:54 -04:00
Richard van den Berg
2cd05271be
Add persistent examples
2016-08-26 09:43:11 +02:00
Nate Prewitt
f5c59743e7
adding tests for super_len conditional flow
2016-08-25 16:56:01 -06:00
Nate Prewitt
99364b6b0b
removing use of seek to set total_length
2016-08-24 15:06:53 -06:00
Skipper Seabold
8873a09097
Fall back to streaming
2016-08-24 09:59:33 -06:00
Skipper Seabold
d4965a4ec6
Python 2 compatibility
2016-08-24 09:59:33 -06:00
Skipper Seabold
af7729f64a
Use seek from end rather than getvalue
2016-08-24 09:59:28 -06:00
Cory Benfield
52b15f811f
Merge pull request #3530 from shellhead/mixed-proxy-bug
...
Fixed another scheme proxy over "all" priority issue
2016-08-23 07:54:35 -04:00
Michael Hunsinger
7c80222afa
Fixed another scheme proxy over "all" priority
2016-08-22 21:01:13 -06:00
Ian Cordasco
2b2a07e3b7
Merge pull request #3417 from nateprewitt/2939_multiple_location_headers
...
raise InvalidHeader on multiple Location values
2016-08-22 11:49:36 -05:00
Nate Prewitt
715830fe21
removing incorrect param from resolve_redirects call
2016-08-22 10:47:17 -06:00
Cory Benfield
3314259185
Merge pull request #3526 from shellhead/mixed-proxy-bug
...
Fixed bug to give scheme proxy priority over "all"
2016-08-21 18:17:31 -04:00
Michael Hunsinger
77b068bb9e
Fixed bug to give scheme proxy priority over "all"
2016-08-21 10:59:33 -06:00
Keyan Pishdadian
647ed5b6de
Add pickle test with hooks
2016-08-19 14:38:33 -06:00
Keyan Pishdadian
117813ee2e
Add prepared request pickling tests
2016-08-19 14:37:26 -06:00
Cory Benfield
d3567aacc9
Merge pull request #3510 from nateprewitt/add_close_passthrough
...
adding passthrough in close() for non-urllib3-like Responses
2016-08-18 09:28:20 +01:00
kennethreitz
33501c7ae8
Merge pull request #3520 from Brausepaul/master
...
Adding notes about Requests' timeout behavior
2016-08-17 17:30:27 -04:00
kennethreitz
532756803d
v2.11.1
2016-08-17 16:03:38 -04:00
Maik
b5fac31688
Changes to documentation based on comments and correction of list of authors.
2016-08-17 22:03:18 +02:00
kennethreitz
04fdf1a25a
Merge pull request #3514 from Lukasa/prepare-2.11.1
...
Prepare for 2.11.1 bugfix release.
2016-08-17 16:01:58 -04:00
Maik Himstedt
b26606cc3c
Adding notes about Request's timeout behavior.
2016-08-17 20:27:00 +02:00
Brausepaul
13bc52f82c
Merge pull request #1 from kennethreitz/master
...
Updating fork with updates from original repo
2016-08-17 19:24:02 +02:00
kennethreitz
b9648bad19
Update index.rst
2016-08-15 15:36:41 -04:00
kennethreitz
786fb19a6d
Merge pull request #3513 from nateprewitt/doc_updates
...
doc updates
2016-08-15 13:52:56 -04:00
Cory Benfield
ab1a6a4d00
Prepare changelog for 2.11.1.
2016-08-15 10:05:37 +01:00
Nate Prewitt
1435cf5aff
docs updates
2016-08-14 20:56:52 -06:00
Cory Benfield
f12166acb6
Merge pull request #3511 from forrestchang/master
...
fix grammer mistakes in Quickstart
2016-08-13 09:42:25 +01:00
Jiayuan Zhang
00f83fb0c6
fix grammer mistakes in Quickstart
2016-08-13 10:19:10 +08:00
Nate Prewitt
59f12c9669
adding passthrough in close() for non-urllib3-like Responses
2016-08-12 10:54:41 -06:00
Ian Cordasco
f5ff345c35
Merge pull request #3493 from nateprewitt/3490_drop_headers
...
#3490 removing Content-Type and Transfer-Encoding headers on redirect
2016-08-12 06:24:36 -05:00
Nate Prewitt
4d5091c287
building Response manually
2016-08-11 14:54:26 -06:00
Nate Prewitt
e50c61bc86
removing Content-Type and Transfer-Encoding headers on redirect
2016-08-11 10:58:20 -06:00