Brian Bamsch
|
b28531f4bb
|
Add test for request when Host header is bytestring
Request should successfully set cookie in response, fail if cookie fails
to set as will occur in current state when cookie set tries lookup of
domain
|
2016-09-25 22:10:57 -07:00 |
|
Cory Benfield
|
439451c3d4
|
Merge pull request #3591 from nateprewitt/3579_cookie_merge
Fix RequestsCookieJar specific update call
|
2016-09-23 10:32:51 +01:00 |
|
Ian Cordasco
|
9407d697c8
|
Merge pull request #3545 from nateprewitt/new_prepare_content_length
removing redundant logic from prepare_content_length
|
2016-09-22 07:49:57 -05:00 |
|
Nate Prewitt
|
31b35ab838
|
removing redundant logic from prepare_content_length
|
2016-09-21 16:37:28 -06:00 |
|
Nate Prewitt
|
08a158f486
|
converting update call to merge_cookies call for cookielib compatibility
|
2016-09-20 12:20:00 -06:00 |
|
Ian Cordasco
|
ddf7df9b00
|
Merge pull request #3576 from nateprewitt/3557_revert_and_fix_encoding
Fix encoding issue in test_response_reason_unicode_fallback
|
2016-09-20 09:48:40 -05:00 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
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
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 |
|
kennethreitz
|
c1d7d23b74
|
Merge pull request #3492 from nateprewitt/update_HISTORY
updating HISTORY
|
2016-08-09 17:16:37 -04:00 |
|
Nate Prewitt
|
10bc2f05d3
|
updating HISTORY
|
2016-08-09 15:12:34 -06:00 |
|
Cory Benfield
|
e4b7040530
|
Merge pull request #3487 from drpoggi/patch-1
Update README.rst
|
2016-08-09 16:40:20 +01:00 |
|