Cory Benfield
5259b37451
Merge pull request #3484 from scop/rtypes
...
Document bunch of return types
2016-08-09 11:42:45 +01:00
Ville Skyttä
542fbbc67f
Document bunch of return types
2016-08-09 13:32:56 +03:00
kennethreitz
931397829e
Update index.rst
2016-08-08 23:01:48 -04:00
kennethreitz
64c9451657
Merge pull request #3480 from drpoggi/patch-1
...
Clarify Python versions supported by requests
2016-08-08 23:00:55 -04:00
David Poggi
5f7b8ab0a7
Update index.rst
2016-08-08 22:58:26 -04:00
David Poggi
33a74f1787
Update index.rst
...
Range formatting update.
2016-08-08 22:57:05 -04:00
David Poggi
bab4aa0fbf
Clarify Python versions supported by requests
2016-08-08 22:49:35 -04:00
kennethreitz
57e7a308b0
Update HISTORY.rst
2016-08-08 17:35:40 -04:00
kennethreitz
a2e41ba1f1
v2.11.0
v2.11.0
2016-08-08 11:06:58 -04:00
kennethreitz
05d90b9379
Merge pull request #3475 from Lukasa/prepare-2.11
...
Prepare for 2.11 release.
2016-08-08 11:05:02 -04:00
Cory Benfield
d7700bebeb
Oh yeah, we updated urllib3 too.
2016-08-08 13:37:37 +01:00
Cory Benfield
c6eea58081
Changelog for 2.11
2016-08-08 13:37:09 +01:00
Cory Benfield
7bf67b4101
Update urllib3 to 1.16
2016-08-08 13:21:06 +01:00
Cory Benfield
cf7fdb901c
Merge pull request #3469 from roselma/patch-1
...
Add a bit about RequestsCookieJar to Cookies section
2016-08-03 21:04:58 +01:00
Michael
07b7872df8
Add a bit about RequestsCookieJar to Cookies section
2016-08-03 13:03:34 -07:00
Cory Benfield
be12b27d71
Merge pull request #3462 from sigmavirus24/bug/3461
...
Close and then release the connection
2016-07-30 18:18:14 +01:00
Ian Cordasco
c69e3eed31
Close and then release the connection
...
urllib3 closes the underlying connection when we call
urllib3.Response.close but does not release it back to the connection
pool. This can cause issues when users have a blocking connection pool
configured and connections are not readily returned to the pool.
Since the underlying connection is closed, we should be able to safely
return the connection to the connection pool, so to fix this issue we
merely need to not return after closing the response.
Closes gh-3461
2016-07-30 07:16:18 -05:00
Ian Cordasco
f40764c01b
Merge pull request #3441 from scop/spelling
...
Spelling fixes
2016-07-26 07:26:18 -05:00
Ville Skyttä
5453b88f8f
Spelling fixes
2016-07-26 15:24:29 +03:00
kennethreitz
fb01456061
Merge pull request #3429 from nateprewitt/docstring_cleanup
...
Docstring cleanup
2016-07-20 18:38:38 -04:00
Nate Prewitt
b7809acb47
making class and function docstrings consistent
2016-07-20 11:43:47 -06:00
kennethreitz
4285bac3fd
Merge pull request #3428 from nateprewitt/pep8_fixes
...
adding in pep8 fixes
2016-07-20 12:47:00 -04:00
Nate Prewitt
2d4a89f5dc
adding in pep8 fixes
2016-07-20 10:30:08 -06:00
Nate Prewitt
15a3869006
making module docstrings and coding comments consistent
2016-07-19 14:51:14 -06:00
Cory Benfield
75d72ca4ea
Merge pull request #3415 from nateprewitt/test_cleanup
...
removing redundant test
2016-07-15 08:07:44 +01:00
Nate Prewitt
d262df99bf
removing redundant test
2016-07-14 21:53:10 -06:00
Cory Benfield
d7fc5d5296
Merge pull request #3402 from HarrisonJackson/remove-extra-warnings-import
...
Remove duplicate import warnings
2016-07-14 17:59:51 +01:00
Harrison Jackson
5a3aeedd18
Remove duplicate import warnings
2016-07-14 09:47:27 -06:00
Cory Benfield
6e54fd607f
Merge pull request #3401 from Zeusw/patch-1
...
in python3.x not have StringIO
2016-07-14 08:57:49 +01:00
Zeusw
cf938420f8
in python3.x not have StringIO
...
I think, should such an amendment.
2016-07-14 10:40:32 +08:00
Cory Benfield
425962cb13
Merge pull request #3390 from nateprewitt/3386_header_value_type
...
Defining header value type requirements and tests
2016-07-07 17:20:03 +01:00
Ian Cordasco
5d9b9ffab4
Merge pull request #3388 from nateprewitt/header_doc_update
...
updating documentation to reflect decision of #3386
2016-07-07 09:56:08 -05:00
Nate Prewitt
1cb3b797fe
updating documentation to reflect decision of #3386
2016-07-07 07:44:20 -06:00
Nate Prewitt
be31a90906
Defining header value type requirements and tests
2016-07-05 17:32:05 -06:00
Andrii Kostenko
7700ecae14
Support responses like HTTP/1.1 404 Unicode chars ( #3385 )
2016-07-05 09:01:19 -05:00
Nate Prewitt
71050e9ab9
adding in slice_length fix and test for chunk_size=None ( #3370 )
2016-07-02 15:56:20 -05:00
Cory Benfield
bd9e8f2271
Merge pull request #3366 from nateprewitt/2947-no-returns-in-header
...
check for headers containing return characters
2016-07-02 20:32:17 +01:00
Nate Prewitt
2669ab797c
check and test for headers containing return characters or leading whitespace
2016-07-02 13:10:47 -06:00
Cory Benfield
ebadf81723
Merge pull request #3382 from nateprewitt/iter_content_docstring
...
updating iter_content docstring to match functionality
2016-07-02 19:10:20 +01:00
Nate Prewitt
0c08ca7154
updating docstring to match functionality
2016-07-02 08:43:23 -06:00
Joy Zheng
0bcf634135
Allow None value for chunk_size again ( #3368 )
2016-06-30 19:11:01 -05:00
Nate Prewitt
92fe51c0af
adding asserted_encoding check on None type encoding to match text() behavior ( #3362 )
2016-06-28 14:22:00 -05:00
Cory Benfield
36453b95b1
Merge pull request #3365 from nateprewitt/3364_chunking_is_int
...
added in type check for chunk_size
2016-06-28 08:33:29 +01:00
Nate Prewitt
cf3c99890d
added in type check for chunk_size
2016-06-27 19:58:15 -06:00
Cory Benfield
1f681d8843
Merge pull request #3358 from petedmarsh/master
...
Update list of supported Python versions in todo.rst
2016-06-21 19:53:19 +01:00
Peter Marsh
8484144c67
Update list of supported Python versions in todo.rst
2016-06-21 19:50:11 +01:00
kennethreitz
771ecd7efd
Merge pull request #3236 from eriol/xfail-test
...
Use xfail marker for a test expected to fail without Internet connection
2016-06-20 22:17:23 -04:00
John Vandenberg
400d27f982
Test security warnings ( #3289 )
...
Verify that the expected warnings are emitted
with SubjectAltNameWarning emitted on all environments
due to the https server provided by httpbin_secure.
2016-06-17 08:00:05 -05:00
kennethreitz
e12ee9407c
Merge pull request #3297 from davidfischer/http-error-specifics
...
Note how HTTPErrors are raised
2016-06-08 23:57:44 -07:00
kennethreitz
6c9a0eff04
compensate for lack of taste
2016-06-09 00:38:53 -04:00